summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R2021-04-071-2/+3
* xfs: fix xfs_trans slab cache nameAnthony Iliopoulos2021-03-251-1/+1
* xfs: add error injection for per-AG resv failureGao Xiang2021-03-253-2/+11
* xfs: support shrinking unused space in the last AGGao Xiang2021-03-252-35/+59
* xfs: introduce xfs_ag_shrink_space()Gao Xiang2021-03-252-0/+117
* xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang2021-03-251-43/+64
* xfs: update lazy sb counters immediately for resizefsGao Xiang2021-03-251-0/+9
* xfs: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
* xfs: Rudimentary spelling fixBhaskar Chowdhury2021-03-251-1/+1
* xfs: Rudimentary typo fixesBhaskar Chowdhury2021-03-251-2/+2
* xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner2021-03-251-9/+2
* xfs: reduce debug overhead of dir leaf/node checksDave Chinner2021-03-253-5/+10
* xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner2021-03-251-1/+1
* xfs: type verification is expensiveDave Chinner2021-03-251-9/+9
* xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner2021-03-251-15/+87
* xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner2021-03-251-19/+19
* xfs: reduce buffer log item shadow allocationsDave Chinner2021-03-251-2/+11
* xfs: initialise attr fork on inode createDave Chinner2021-03-258-18/+81
* xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang2021-03-251-0/+2
* xfs: Skip repetitive warnings about mount optionsPavel Reichl2021-03-251-4/+20
* xfs: rename variable mp to parsing_mpPavel Reichl2021-03-251-51/+51
* xfs: rename the blockgc workqueueDarrick J. Wong2021-03-253-6/+6
* xfs: prevent metadata files from being inactivatedDarrick J. Wong2021-03-254-1/+15
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-253-7/+7
* xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong2021-03-253-17/+7
* xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong2021-03-253-23/+14
* xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong2021-03-251-1/+2
* xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong2021-03-251-1/+1
* xfs: fix dquot scrub loop cancellationDarrick J. Wong2021-03-251-2/+4
* xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong2021-03-251-1/+5
* xfs: drop freeze protection when running GETFSMAPDarrick J. Wong2021-03-241-9/+5
* xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig2021-03-151-0/+6
* xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong2021-03-151-46/+44
* xfs: fix quota accounting when a mount is idmappedDarrick J. Wong2021-03-092-7/+10
* 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
|\ \ \