summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-01Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-01Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2022-08-01Merge tag 'erofs-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-01Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-01Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-01Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2022-08-01fs: dlm: move kref_put assert for lkb structsAlexander Aring
2022-08-01fs: dlm: don't use deprecated timeout features by defaultAlexander Aring
2022-08-01fs: dlm: add deprecation Kconfig and warnings for timeoutsAlexander Aring
2022-07-31erofs: update ctx->pos for every emitted direntHongnan Li
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-26userfaultfd: provide properly masked address for huge-pagesNadav Amit
2022-07-26fsnotify: Fix comment typoXin Gao
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 READVio_uring-5.19-2022-07-21Dylan Yudaken