summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-135-46/+193
|\
| * xfs: fix inode reservation space for removing transactionhexiaole2022-08-101-1/+1
| * xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R2022-08-051-35/+163
| * xfs: fix intermittent hang during quotacheckDarrick J. Wong2022-08-051-0/+5
| * xfs: check return codes when flushing block devicesDarrick J. Wong2022-08-052-10/+24
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-0515-22/+386
|\ \
| * | xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan2022-07-291-2/+4
| * | xfs: add dax dedupe supportShiyang Ruan2022-07-174-7/+69
| * | xfs: support CoW in fsdax modeShiyang Ruan2022-07-173-6/+58
| * | fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-171-2/+6
| * | xfs: implement ->notify_failure() for XFSShiyang Ruan2022-07-176-3/+238
| * | dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-2/+3
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-033-3/+5
* | | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-0485-1657/+1984
|\ \ \ | | |/ | |/|
| * | xfs: delete extra space and tab in blank lineXie Shaowen2022-07-312-7/+7
| * | xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong2022-07-311-8/+9
| * | xfs: Fix typo 'the the' in commentSlark Xiao2022-07-221-1/+1
| * | xfs: Fix comment typoXin Gao2022-07-221-1/+1
| * | xfs: don't leak memory when attr fork loading failsDarrick J. Wong2022-07-204-7/+1
| * | xfs: fix for variable set but not used warningsunliming2022-07-201-3/+1
| * | xfs: xfs_buf cache destroy isn't RCU safeDave Chinner2022-07-203-37/+16
| * | xfs: delete unnecessary NULL checksDan Carpenter2022-07-201-2/+1
| * | xfs: fix comment for start time value of inode with bigtime enabledXiaole He2022-07-201-1/+1
| * | xfs: fix use-after-free in xattr node block inactivationDarrick J. Wong2022-07-141-5/+3
| * | Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-1435-247/+285
| |\ \
| | * | xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-1215-39/+61
| | * | xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-1213-27/+31
| | * | xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-0911-29/+12
| | * | xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-0916-104/+121
| | * | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-0923-83/+95
| * | | Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong2022-07-145-135/+188
| |\ \ \
| | * | | xfs: lockless buffer lookupDave Chinner2022-07-142-7/+16
| | * | | xfs: remove a superflous hash lookup when inserting new buffersDave Chinner2022-07-141-4/+9
| | * | | xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner2022-07-141-2/+3
| | * | | xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner2022-07-141-109/+93
| | * | | xfs: break up xfs_buf_find() into individual piecesDave Chinner2022-07-141-54/+104
| | * | | xfs: rework xfs_buf_incore() APIDave Chinner2022-07-075-37/+41
| * | | | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-1414-545/+539
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | xfs: add in-memory iunlink log itemDave Chinner2022-07-145-63/+219
| | * | | xfs: add log item precommit operationDave Chinner2022-07-143-2/+96
| | * | | xfs: combine iunlink inode update functionsDave Chinner2022-07-141-36/+16
| | * | | xfs: clean up xfs_iunlink_update_inode()Dave Chinner2022-07-141-13/+5
| | * | | xfs: double link the unlinked inode listDave Chinner2022-07-146-310/+90
| | * | | xfs: introduce xfs_iunlink_lookupDave Chinner2022-07-142-96/+66
| | * | | xfs: refactor xlog_recover_process_iunlinks()Dave Chinner2022-07-141-66/+71
| | * | | xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2022-07-144-18/+10
| | * | | xfs: factor the xfs_iunlink functionsDave Chinner2022-07-141-42/+66
| | * | | xfs: flush inode gc workqueue before clearing agi bucketZhang Yi2022-07-141-0/+1
| * | | | xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk2022-07-091-1/+1
| * | | | xfs: add selinux labels to whiteout inodesEric Sandeen2022-07-093-7/+21