summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-1/+1
|\
| * iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)2023-07-251-1/+1
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-286-96/+268
|\ \
| * \ Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-234-38/+183
| |\ \
| | * | xfs: stabilize fs summary counters for online fsckDarrick J. Wong2023-08-044-38/+183
| * | | xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig2023-08-111-15/+4
| * | | xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig2023-08-111-4/+14
| * | | fs: use the super_block as holder when mounting file systemsChristoph Hellwig2023-08-111-1/+1
| * | | xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig2023-08-101-0/+26
| * | | xfs: close the external block devices in xfs_mount_freeChristoph Hellwig2023-08-102-16/+22
| * | | xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig2023-08-101-0/+5
| * | | xfs: remove xfs_blkdev_putChristoph Hellwig2023-08-101-13/+5
| * | | xfs: free the xfs_mount in ->kill_sbChristoph Hellwig2023-08-101-9/+11
| * | | xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig2023-08-101-4/+0
| * | | xfs: reformat the xfs_fs_free prototypeChristoph Hellwig2023-08-101-1/+2
| |/ /
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-289-24/+31
|\ \ \ | |_|/ |/| |
| * | xfs: switch to multigrain timestampsJeff Layton2023-08-113-7/+7
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-1/+0
| * | xfs: have xfs_vn_update_time gets its own timestampJeff Layton2023-08-111-5/+9
| * | fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-2/+4
| * | xfs: convert to ctime accessor functionsJeff Layton2023-07-248-13/+15
| |/
* | xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong2023-07-172-1/+2
* | xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong2023-07-172-10/+67
* | xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong2023-07-171-2/+2
|/
* Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-091-1/+1
|\
| * xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-071-1/+1
* | Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-0521-331/+586
|\|
| * xfs: Remove unneeded semicolonYang Li2023-07-031-1/+1
| * xfs: AGI length should be bounds checkedDarrick J. Wong2023-07-033-39/+60
| * xfs: fix the calculation for "end" and "length"Shiyang Ruan2023-07-021-4/+5
| * xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong2023-07-023-20/+13
| * xfs: validate fsmap offsets specified in the query keysDarrick J. Wong2023-07-021-11/+19
| * xfs: fix logdev fsmap query result filteringDarrick J. Wong2023-07-021-22/+8
| * xfs: clean up the rtbitmap fsmap backendDarrick J. Wong2023-07-022-53/+34
| * xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong2023-07-021-1/+1
| * xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong2023-07-021-26/+64
| * xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong2023-07-021-19/+48
| * xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner2023-06-291-5/+6
| * xfs: AGF length has never been bounds checkedDave Chinner2023-06-291-34/+56
| * xfs: journal geometry is not properly bounds checkedDave Chinner2023-06-292-33/+70
| * xfs: don't block in busy flushing when freeing extentsDave Chinner2023-06-294-30/+88
| * xfs: allow extent free intents to be retriedDave Chinner2023-06-291-3/+69
| * xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner2023-06-294-47/+56
| * xfs: use deferred frees for btree block freeingDave Chinner2023-06-2911-26/+33
| * xfs: don't reverse order of items in bulk AIL insertionDave Chinner2023-06-291-1/+1
| * xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King2023-06-291-2/+0
* | Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-06-295-14/+19
|\|
| * xfs: fix ag count overflow during growfsLong Li2023-06-132-4/+11
| * xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-122-3/+1
| * xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong2023-06-121-4/+0