aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-46/+193
2022-08-10xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2022-08-05xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow forkChandan Babu R1-35/+163
2022-08-05xfs: fix intermittent hang during quotacheckDarrick J. Wong1-0/+5
2022-08-05xfs: check return codes when flushing block devicesDarrick J. Wong2-10/+24
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds15-22/+386
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds85-1657/+1984
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-5/+5
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+12
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-6/+8
2022-07-31xfs: delete extra space and tab in blank lineXie Shaowen2-7/+7
2022-07-31xfs: fix NULL pointer dereference in xfs_getbmap()ChenXiaoSong1-8/+9
2022-07-29xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan1-2/+4
2022-07-24xfs: Add async buffered write supportStefan Roesch2-7/+9
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch1-3/+3
2022-07-22xfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-22xfs: Fix comment typoXin Gao1-1/+1
2022-07-20xfs: don't leak memory when attr fork loading failsDarrick J. Wong4-7/+1
2022-07-20xfs: fix for variable set but not used warningsunliming1-3/+1
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner3-37/+16
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He1-1/+1
2022-07-17xfs: add dax dedupe supportShiyang Ruan4-7/+69
2022-07-17xfs: support CoW in fsdax modeShiyang Ruan3-6/+58
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan1-2/+6
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan6-3/+238
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-2/+3
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche4-5/+5
2022-07-14xfs: fix use-after-free in xattr node block inactivationDarrick J. Wong1-5/+3
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick J. Wong35-247/+285
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick J. Wong5-135/+188
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick J. Wong14-545/+539
2022-07-14xfs: lockless buffer lookupDave Chinner2-7/+16
2022-07-14xfs: remove a superflous hash lookup when inserting new buffersDave Chinner1-4/+9
2022-07-14xfs: reduce the number of atomic when locking a buffer after lookupDave Chinner1-2/+3
2022-07-14xfs: merge xfs_buf_find() and xfs_buf_get_map()Dave Chinner1-109/+93
2022-07-14xfs: break up xfs_buf_find() into individual piecesDave Chinner1-54/+104
2022-07-14xfs: add in-memory iunlink log itemDave Chinner5-63/+219
2022-07-14xfs: add log item precommit operationDave Chinner3-2/+96
2022-07-14xfs: combine iunlink inode update functionsDave Chinner1-36/+16
2022-07-14xfs: clean up xfs_iunlink_update_inode()Dave Chinner1-13/+5
2022-07-14xfs: double link the unlinked inode listDave Chinner6-310/+90
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner2-96/+66
2022-07-14xfs: refactor xlog_recover_process_iunlinks()Dave Chinner1-66/+71
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner4-18/+10
2022-07-14xfs: factor the xfs_iunlink functionsDave Chinner1-42/+66
2022-07-14xfs: flush inode gc workqueue before clearing agi bucketZhang Yi1-0/+1
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong15-39/+61