summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-26ext2: Add more validity checks for inode countsJan Kara
2022-07-26fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang
2022-07-24xfs: Add async buffered write supportStefan Roesch
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch
2022-07-24fs: Add async write file modification handling.Stefan Roesch
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch
2022-07-24fs: add __remove_file_privs() with flags parameterStefan Roesch
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch
2022-07-24iomap: Add async buffered write supportStefan Roesch
2022-07-24iomap: Add flags parameter to iomap_page_create()Stefan Roesch
2022-07-24io_uring: move to separate directoryJens Axboe
2022-07-24io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang
2022-07-22erofs: get rid of erofs_prepare_dio() helperGao Xiang
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang
2022-07-21erofs: rework online page handlingGao Xiang
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang
2022-07-21erofs: drop the old pagevec approachGao Xiang
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