aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-21erofs: introduce bufvec to store decompressed buffersGao Xiang
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang
2022-07-21erofs: clean up z_erofs_collector_begin()Gao Xiang
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang
2022-07-21io_uring: do not recycle buffer in READVDylan Yudaken
2022-07-21io_uring: fix free of unallocated buffer listDylan Yudaken
2022-07-18Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi
2022-07-18fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin
2022-07-18ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong
2022-07-18fs/lock: Rearrange ops in flock syscall.Kuniyuki Iwashima
2022-07-18fs/lock: Don't allocate file_lock in flock_make_lock().Kuniyuki Iwashima
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-15fs-verity: mention btrfs supportEric Biggers
2022-07-15Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner
2022-07-15ovl: handle idmappings in ovl_get_acl()Christian Brauner
2022-07-15acl: make posix_acl_clone() available to overlayfsChristian Brauner
2022-07-15acl: port to vfs{g,u}id_tChristian Brauner
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner
2022-07-15Merge tag 'ovl-fixes-5.19-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner
2022-07-15fs/buffer: Fix the ll_rw_block() kernel-doc headerBart Van Assche
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-07-14fs/zonefs: Use the enum req_op type for tracing request operationsBart Van Assche
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/ocfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/ntfs3: Use enum req_op where appropriateBart Van Assche
2022-07-14fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/nfs: Use enum req_op where appropriateBart Van Assche
2022-07-14fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche
2022-07-14fs/iomap: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/hfsplus: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/ext4: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/mpage: Use the new blk_opf_t typeBart Van Assche
2022-07-14fs/direct-io: Reduce the size of struct dioBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14fs/buffer: Use the new blk_opf_t typeBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig
2022-07-14ocfs2/cluster: remove the hr_dev_name field from struct o2hb_regionChristoph Hellwig
2022-07-14fs/ext2: replace ternary operator with min_t()Jiangshan Yi