summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong4-15/+9
2021-06-08Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...Darrick J. Wong1-1/+1
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner1-15/+13
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong27-804/+1057
2021-06-08Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...Darrick J. Wong1-1/+0
2021-06-03xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2-2/+1
2021-06-03xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-03xfs: sort variable alphabetically to avoid repeated declarationShaokun Zhang1-12/+8
2021-06-02xfs: remove xfs_perag_tDave Chinner3-35/+35
2021-06-02xfs: use perag through unlink processingDave Chinner2-24/+12
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner1-118/+153
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner1-3/+3
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner2-30/+14
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner1-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner1-15/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner10-116/+111
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner3-107/+103
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner3-35/+24
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner4-34/+41
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner6-34/+32
2021-06-02xfs: add a perag to the btree cursorDave Chinner14-47/+93
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner1-2/+13
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner7-23/+23
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner5-39/+44
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner1-5/+7
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner1-6/+10
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner1-1/+3
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner1-0/+17
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner4-2/+247
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner13-149/+154
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong1-1/+1
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner1-1/+0
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner1-11/+0
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner1-1/+0
2021-05-25xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2-0/+39
2021-05-25xfs: standardize extent size hint validationDarrick J. Wong1-4/+20
2021-05-25xfs: check free AG space when making per-AG reservationsDarrick J. Wong1-3/+15
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-05-07Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-27/+58
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds32-384/+416
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster2-0/+16
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner1-3/+13
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong3-7/+0
2021-04-23xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig1-1/+1
2021-04-23xfs: rename xfs_ictimestamp_tChristoph Hellwig1-5/+5
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig5-28/+9
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig7-23/+12
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig4-14/+8
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig1-7/+6