summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2021-03-26xfs: Rudimentary spelling fixBhaskar Chowdhury1-1/+1
2021-03-26xfs: Rudimentary typo fixesBhaskar Chowdhury1-2/+2
2021-03-26xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner1-9/+2
2021-03-26xfs: reduce debug overhead of dir leaf/node checksDave Chinner3-5/+10
2021-03-26xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner1-1/+1
2021-03-26xfs: type verification is expensiveDave Chinner1-9/+9
2021-03-26xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner1-15/+87
2021-03-26xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner1-19/+19
2021-03-26xfs: reduce buffer log item shadow allocationsDave Chinner1-2/+11
2021-03-26xfs: initialise attr fork on inode createDave Chinner8-18/+81
2021-03-26xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2
2021-03-26xfs: Skip repetitive warnings about mount optionsPavel Reichl1-4/+20
2021-03-26xfs: rename variable mp to parsing_mpPavel Reichl1-51/+51
2021-03-26xfs: rename the blockgc workqueueDarrick J. Wong3-6/+6
2021-03-26xfs: prevent metadata files from being inactivatedDarrick J. Wong4-1/+15
2021-03-26xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong3-7/+7
2021-03-26xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong3-17/+7
2021-03-26xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong3-23/+14
2021-03-26xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong1-1/+2
2021-03-26xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong1-1/+1
2021-03-26xfs: fix dquot scrub loop cancellationDarrick J. Wong1-2/+4
2021-03-26xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong1-1/+5
2021-03-24xfs: drop freeze protection when running GETFSMAPDarrick J. Wong1-9/+5
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig1-0/+6
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong1-46/+44
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong2-7/+10
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-57/+84
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)2-3/+3
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner4-19/+60
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong1-3/+10
2021-02-25xfs: don't reuse busy extents on extent trimBrian Foster1-14/+0
2021-02-24xfs: restore speculative_cow_prealloc_lifetime sysctlDarrick J. Wong1-21/+14
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-95/+151
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+4
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds52-978/+1608
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2021-02-11xfs: fix boolreturn.cocci warningskernel test robot1-1/+1
2021-02-11xfs: restore shutdown check in mapped write fault pathBrian Foster1-0/+3
2021-02-04xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong1-2/+37
2021-02-03xfs: remove the possibly unused mp variable in xfs_file_compat_ioctlChristoph Hellwig1-4/+3
2021-02-03xfs: get rid of xfs_growfs_{data,log}_tGao Xiang3-10/+10
2021-02-03xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang1-10/+10
2021-02-03libxfs: expose inobtcount in xfs geometryZorro Lang2-0/+3
2021-02-03xfs: don't bounce the iolock between free_{eof,cow}blocksDarrick J. Wong1-22/+21
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong1-1/+1
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong4-16/+38
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong5-11/+11
2021-02-03xfs: only walk the incore inode tree once per blockgc scanDarrick J. Wong1-11/+11