aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche5-11/+10
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche4-10/+11
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche3-12/+12
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche6-19/+19
2022-07-14fs/mpage: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14fs/direct-io: Reduce the size of struct dioBart Van Assche1-17/+23
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche33-86/+84
2022-07-14fs/buffer: Use the new blk_opf_t typeBart Van Assche1-10/+11
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche2-4/+3
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-14block: remove bdevnameChristoph Hellwig2-3/+6
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig1-4/+4
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig1-34/+30
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-14fs/ext2: replace ternary operator with min_t()Jiangshan Yi1-4/+2
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li3-13/+17
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-13smb3: workaround negprot bug in some Samba serversSteve French1-6/+7
2022-07-13NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust1-22/+24
2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer1-1/+1
2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner1-1/+2
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong15-39/+61
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong13-27/+31
2022-07-12Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+24
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N1-2/+0
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N1-2/+9
2022-07-12NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZEAnna Schumaker4-10/+31
2022-07-12nfs: fix port value parsingIan Kent1-1/+1
2022-07-12nfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-2/+2
2022-07-12NFS: remove redundant code in nfs_file_write()ChenXiaoSong1-2/+0
2022-07-12nfs/blocklayout: refactor block device openingChristoph Hellwig1-31/+11
2022-07-12NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust1-1/+0
2022-07-12NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust1-3/+2
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-21/+27