Age | Commit message (Expand) | Author | Files | Lines |
2021-03-15 | xfs: also reject BULKSTAT_SINGLE in a mount user namespace | Christoph Hellwig | 1 | -0/+6 |
2021-03-15 | xfs: force log and push AIL to clear pinned inodes when aborting mount | Darrick J. Wong | 1 | -46/+44 |
2021-03-09 | xfs: fix quota accounting when a mount is idmapped | Darrick J. Wong | 2 | -7/+10 |
2021-02-28 | Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 6 | -57/+84 |
2021-02-28 | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -3/+3 |
2021-02-27 | block: Add bio_max_segs | Matthew Wilcox (Oracle) | 2 | -3/+3 |
2021-02-25 | xfs: use current->journal_info for detecting transaction recursion | Dave Chinner | 4 | -19/+60 |
2021-02-25 | xfs: don't nest transactions when scanning for eofblocks | Darrick J. Wong | 1 | -3/+10 |
2021-02-25 | xfs: don't reuse busy extents on extent trim | Brian Foster | 1 | -14/+0 |
2021-02-24 | xfs: restore speculative_cow_prealloc_lifetime sysctl | Darrick J. Wong | 1 | -21/+14 |
2021-02-24 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 16 | -95/+151 |
2021-02-22 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+4 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2021-02-21 | Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 52 | -978/+1608 |
2021-02-11 | xfs: consider shutdown in bmapbt cursor delete assert | Brian Foster | 1 | -21/+12 |
2021-02-11 | xfs: fix boolreturn.cocci warnings | kernel test robot | 1 | -1/+1 |
2021-02-11 | xfs: restore shutdown check in mapped write fault path | Brian Foster | 1 | -0/+3 |
2021-02-04 | xfs: fix incorrect root dquot corruption error when switching group/project q... | Darrick J. Wong | 1 | -2/+37 |
2021-02-03 | xfs: remove the possibly unused mp variable in xfs_file_compat_ioctl | Christoph Hellwig | 1 | -4/+3 |
2021-02-03 | xfs: get rid of xfs_growfs_{data,log}_t | Gao Xiang | 3 | -10/+10 |
2021-02-03 | xfs: rename `new' to `delta' in xfs_growfs_data_private() | Gao Xiang | 1 | -10/+10 |
2021-02-03 | libxfs: expose inobtcount in xfs geometry | Zorro Lang | 2 | -0/+3 |
2021-02-03 | xfs: don't bounce the iolock between free_{eof,cow}blocks | Darrick J. Wong | 1 | -22/+21 |
2021-02-03 | xfs: expose the blockgc workqueue knobs publicly | Darrick J. Wong | 1 | -1/+1 |
2021-02-03 | xfs: parallelize block preallocation garbage collection | Darrick J. Wong | 4 | -16/+38 |
2021-02-03 | xfs: rename block gc start and stop functions | Darrick J. Wong | 5 | -11/+11 |
2021-02-03 | xfs: only walk the incore inode tree once per blockgc scan | Darrick J. Wong | 1 | -11/+11 |
2021-02-03 | xfs: consolidate the eofblocks and cowblocks workers | Darrick J. Wong | 8 | -99/+48 |
2021-02-03 | xfs: consolidate incore inode radix tree posteof/cowblocks tags | Darrick J. Wong | 3 | -66/+58 |
2021-02-03 | xfs: remove trivial eof/cowblocks functions | Darrick J. Wong | 1 | -22/+8 |
2021-02-03 | xfs: hide xfs_icache_free_cowblocks | Darrick J. Wong | 3 | -3/+2 |
2021-02-03 | xfs: hide xfs_icache_free_eofblocks | Darrick J. Wong | 3 | -3/+2 |
2021-02-03 | xfs: relocate the eofb/cowb workqueue functions | Darrick J. Wong | 1 | -63/+63 |
2021-02-03 | xfs: set WQ_SYSFS on all workqueues in debug mode | Darrick J. Wong | 4 | -12/+24 |
2021-02-03 | xfs: increase the default parallelism levels of pwork clients | Darrick J. Wong | 3 | -27/+7 |
2021-02-03 | xfs: flush speculative space allocations when we run out of space | Darrick J. Wong | 1 | -0/+11 |
2021-02-03 | xfs: refactor xfs_icache_free_{eof,cow}blocks call sites | Darrick J. Wong | 4 | -8/+36 |
2021-02-03 | xfs: add a tracepoint for blockgc scans | Darrick J. Wong | 3 | -0/+44 |
2021-02-03 | xfs: flush eof/cowblocks if we can't reserve quota for chown | Darrick J. Wong | 1 | -10/+19 |
2021-02-03 | xfs: flush eof/cowblocks if we can't reserve quota for inode creation | Darrick J. Wong | 3 | -30/+49 |
2021-02-03 | xfs: flush eof/cowblocks if we can't reserve quota for file blocks | Darrick J. Wong | 2 | -0/+15 |
2021-02-03 | xfs: try worst case space reservation upfront in xfs_reflink_remap_extent | Darrick J. Wong | 1 | -3/+20 |
2021-02-03 | xfs: pass flags and return gc errors from xfs_blockgc_free_quota | Darrick J. Wong | 3 | -15/+23 |
2021-02-03 | xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts | Darrick J. Wong | 3 | -57/+57 |
2021-02-03 | xfs: xfs_inode_free_quota_blocks should scan project quota | Darrick J. Wong | 1 | -0/+9 |
2021-02-03 | xfs: don't stall cowblocks scan if we can't take locks | Darrick J. Wong | 1 | -3/+18 |
2021-02-03 | xfs: trigger all block gc scans when low on quota space | Darrick J. Wong | 3 | -41/+24 |
2021-02-03 | xfs: shut down the filesystem if we screw up quota reservation | Darrick J. Wong | 1 | -3/+10 |
2021-02-03 | xfs: rename code to error in xfs_ioctl_setattr | Darrick J. Wong | 1 | -19/+19 |
2021-02-03 | xfs: remove xfs_qm_vop_chown_reserve | Darrick J. Wong | 3 | -54/+14 |