index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-14
xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend
Christoph Hellwig
1
-3
/
+3
2025-01-14
xfs: simplify buffer I/O submission
Christoph Hellwig
2
-145
/
+59
2025-01-14
xfs: move in-memory buftarg handling out of _xfs_buf_ioapply
Christoph Hellwig
1
-11
/
+9
2025-01-14
xfs: move write verification out of _xfs_buf_ioapply
Christoph Hellwig
1
-30
/
+37
2025-01-14
xfs: remove xfs_buf_delwri_submit_buffers
Christoph Hellwig
1
-66
/
+55
2025-01-14
xfs: simplify xfs_buf_delwri_pushbuf
Christoph Hellwig
1
-25
/
+8
2025-01-14
xfs: move xfs_buf_iowait out of (__)xfs_buf_submit
Christoph Hellwig
1
-26
/
+16
2025-01-14
xfs: remove the incorrect comment about the b_pag field
Christoph Hellwig
1
-1
/
+1
2025-01-14
xfs: remove the incorrect comment above xfs_buf_free_maps
Christoph Hellwig
1
-3
/
+0
2025-01-14
xfs: fix a double completion for buffers on in-memory targets
Christoph Hellwig
1
-3
/
+1
2025-01-13
xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
Mirsad Todorovac
1
-2
/
+1
2025-01-13
xfs: constify feature checks
Christoph Hellwig
3
-7
/
+7
2025-01-13
xfs: refactor xfs_fs_statfs
Christoph Hellwig
2
-55
/
+78
2025-01-13
xfs: don't take m_sb_lock in xfs_fs_statfs
Christoph Hellwig
1
-2
/
+4
2025-01-13
xfs: fix the comment above xfs_discard_endio
Christoph Hellwig
1
-1
/
+1
2025-01-13
xfs: remove bp->b_error check in xfs_attr3_root_inactive
Long Li
1
-5
/
+0
2025-01-13
xfs: remove redundant update for ticket->t_curr_res in xfs_log_ticket_regrant
Long Li
1
-2
/
+0
2025-01-13
xfs: clean up xfs_end_ioend() to reuse local variables
Long Li
1
-1
/
+1
2025-01-13
xfs: fix mount hang during primary superblock recovery failure
Long Li
1
-1
/
+10
2025-01-13
xfs: remove the t_magic field in struct xfs_trans
Christoph Hellwig
2
-3
/
+0
2025-01-13
xfs: remove XFS_ILOG_NONCORE
Christoph Hellwig
1
-6
/
+0
2025-01-13
xfs: mark xfs_dir_isempty static
Christoph Hellwig
2
-4
/
+3
2025-01-13
Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...
Carlos Maiolino
74
-350
/
+4328
2025-01-13
Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...
Carlos Maiolino
85
-366
/
+5381
2025-01-13
Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...
Carlos Maiolino
23
-19
/
+367
2025-01-13
Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...
Carlos Maiolino
8
-212
/
+445
2025-01-13
Merge tag 'xfs-6.13-fixes_2024-12-23' of https://git.kernel.org/pub/scm/linux...
Carlos Maiolino
2
-14
/
+25
2025-01-10
xfs: lock dquot buffer before detaching dquot from b_li_list
Darrick J. Wong
1
-1
/
+2
2025-01-09
xfs: report larger dio alignment for COW inodes
Christoph Hellwig
1
-1
/
+10
2025-01-09
xfs: report the correct read/write dio alignment for reflinked inodes
Christoph Hellwig
1
-3
/
+18
2025-01-09
xfs: cleanup xfs_vn_getattr
Christoph Hellwig
1
-24
/
+23
2025-01-08
xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT
Christoph Hellwig
1
-1
/
+1
2024-12-23
xfs: enable realtime reflink
Darrick J. Wong
4
-4
/
+36
2024-12-23
xfs: fix CoW forks for realtime files
Darrick J. Wong
9
-42
/
+470
2024-12-23
xfs: check for shared rt extents when rebuilding rt file's data fork
Darrick J. Wong
1
-8
/
+13
2024-12-23
xfs: repair inodes that have a refcount btree in the data fork
Darrick J. Wong
1
-0
/
+36
2024-12-23
xfs: online repair of the realtime refcount btree
Darrick J. Wong
7
-7
/
+809
2024-12-23
xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
Darrick J. Wong
3
-0
/
+141
2024-12-23
xfs: walk the rt reference count tree when rebuilding rmap
Darrick J. Wong
1
-0
/
+7
2024-12-23
xfs: check new rtbitmap records against rt refcount btree
Darrick J. Wong
2
-1
/
+29
2024-12-23
xfs: don't flag quota rt block usage on rtreflink filesystems
Darrick J. Wong
1
-1
/
+1
2024-12-23
xfs: scrub the metadir path of rt refcount btree files
Darrick J. Wong
2
-1
/
+5
2024-12-23
xfs: detect and repair misaligned rtinherit directory cowextsize hints
Darrick J. Wong
2
-9
/
+32
2024-12-23
xfs: allow dquot rt block count to exceed rt blocks on reflink fs
Darrick J. Wong
1
-1
/
+7
2024-12-23
xfs: check reference counts of gaps between rt refcount records
Darrick J. Wong
1
-1
/
+80
2024-12-23
xfs: allow overlapping rtrmapbt records for shared data extents
Darrick J. Wong
1
-1
/
+16
2024-12-23
xfs: cross-reference checks with the rt refcount btree
Darrick J. Wong
5
-6
/
+158
2024-12-23
xfs: scrub the realtime refcount btree
Darrick J. Wong
10
-3
/
+519
2024-12-23
xfs: report realtime refcount btree corruption errors to the health system
Darrick J. Wong
5
-3
/
+14
2024-12-23
xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
Darrick J. Wong
2
-0
/
+4
[prev]
[next]