summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong
2021-02-25xfs: don't reuse busy extents on extent trimBrian Foster
2021-02-24xfs: restore speculative_cow_prealloc_lifetime sysctlDarrick J. Wong
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2021-02-10xfs: fix boolreturn.cocci warningskernel test robot
2021-02-10xfs: restore shutdown check in mapped write fault pathBrian Foster
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong
2021-02-03xfs: remove the possibly unused mp variable in xfs_file_compat_ioctlChristoph Hellwig
2021-02-03xfs: get rid of xfs_growfs_{data,log}_tGao Xiang
2021-02-03xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang
2021-02-03xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong
2021-02-03xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2021-02-03xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong
2021-02-03xfs: remove trivial eof/cowblocks functionsDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_eofblocksDarrick J. Wong
2021-02-03xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong
2021-02-03xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong
2021-02-03xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong
2021-02-03xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong
2021-02-03xfs: add a tracepoint for blockgc scansDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-02-03xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong
2021-02-03xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong
2021-02-03xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong
2021-02-03xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2021-02-03xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2021-02-03xfs: trigger all block gc scans when low on quota spaceDarrick J. Wong
2021-02-03xfs: shut down the filesystem if we screw up quota reservationDarrick J. Wong
2021-02-03xfs: rename code to error in xfs_ioctl_setattrDarrick J. Wong
2021-02-03xfs: remove xfs_qm_vop_chown_reserveDarrick J. Wong