summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-286-57/+84
|\
| * xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-254-19/+60
| * xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong2021-02-251-3/+10
| * xfs: don't reuse busy extents on extent trimBrian Foster2021-02-251-14/+0
| * xfs: restore speculative_cow_prealloc_lifetime sysctlDarrick J. Wong2021-02-241-21/+14
* | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-282-3/+3
|\ \
| * | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-262-3/+3
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-2316-95/+151
|\ \ \ | |/ / |/| |
| * | xfs: remove the possibly unused mp variable in xfs_file_compat_ioctlChristoph Hellwig2021-02-031-4/+3
| * | xfs: support idmapped mountsChristoph Hellwig2021-01-2414-65/+110
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-243-24/+34
| * | acl: handle idmapped mountsChristian Brauner2021-01-243-5/+7
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * | capability: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-2/+4
|\ \ \
| * | | mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov2021-01-201-2/+4
| |/ /
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-1/+1
|\ \ \
| * | | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| |/ /
* | | Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-2152-978/+1608
|\ \ \ | | |/ | |/|
| * | xfs: consider shutdown in bmapbt cursor delete assertBrian Foster2021-02-111-21/+12
| * | xfs: fix boolreturn.cocci warningskernel test robot2021-02-101-1/+1
| * | xfs: restore shutdown check in mapped write fault pathBrian Foster2021-02-101-0/+3
| * | xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong2021-02-041-2/+37
| * | xfs: get rid of xfs_growfs_{data,log}_tGao Xiang2021-02-033-10/+10
| * | xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang2021-02-031-10/+10
| * | libxfs: expose inobtcount in xfs geometryZorro Lang2021-02-032-0/+3
| * | xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong2021-02-031-22/+21
| * | xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong2021-02-031-1/+1
| * | xfs: parallelize block preallocation garbage collectionDarrick J. Wong2021-02-034-16/+38
| * | xfs: rename block gc start and stop functionsDarrick J. Wong2021-02-035-11/+11
| * | xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong2021-02-031-11/+11
| * | xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong2021-02-038-99/+48
| * | xfs: consolidate incore inode radix tree posteof/cowblocks tagsDarrick J. Wong2021-02-033-66/+58
| * | xfs: remove trivial eof/cowblocks functionsDarrick J. Wong2021-02-031-22/+8
| * | xfs: hide xfs_icache_free_cowblocksDarrick J. Wong2021-02-033-3/+2
| * | xfs: hide xfs_icache_free_eofblocksDarrick J. Wong2021-02-033-3/+2
| * | xfs: relocate the eofb/cowb workqueue functionsDarrick J. Wong2021-02-031-63/+63
| * | xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong2021-02-034-12/+24
| * | xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong2021-02-033-27/+7
| * | xfs: flush speculative space allocations when we run out of spaceDarrick J. Wong2021-02-031-0/+11
| * | xfs: refactor xfs_icache_free_{eof,cow}blocks call sitesDarrick J. Wong2021-02-034-8/+36
| * | xfs: add a tracepoint for blockgc scansDarrick J. Wong2021-02-033-0/+44
| * | xfs: flush eof/cowblocks if we can't reserve quota for chownDarrick J. Wong2021-02-031-10/+19
| * | xfs: flush eof/cowblocks if we can't reserve quota for inode creationDarrick J. Wong2021-02-033-30/+49
| * | xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong2021-02-032-0/+15
| * | xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong2021-02-031-3/+20
| * | xfs: pass flags and return gc errors from xfs_blockgc_free_quotaDarrick J. Wong2021-02-033-15/+23
| * | xfs: move and rename xfs_inode_free_quota_blocks to avoid conflictsDarrick J. Wong2021-02-033-57/+57
| * | xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong2021-02-031-0/+9