summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-280/+279
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds-70/+191
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-14927/+0
2022-08-01Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-93/+219
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-119/+137
2022-08-01Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-49/+28
2022-08-01Merge tag 'erofs-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-624/+531
2022-08-01Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-48/+114
2022-08-01Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+14
2022-08-01Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-148/+255
2022-08-01fs: dlm: move kref_put assert for lkb structsAlexander Aring-3/+8
2022-08-01fs: dlm: don't use deprecated timeout features by defaultAlexander Aring-5/+118
2022-08-01fs: dlm: add deprecation Kconfig and warnings for timeoutsAlexander Aring-1/+27
2022-07-31erofs: update ctx->pos for every emitted direntHongnan Li-9/+7
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-58/+36
2022-07-26userfaultfd: provide properly masked address for huge-pagesNadav Amit-5/+7
2022-07-26fsnotify: Fix comment typoXin Gao-1/+1
2022-07-26ext2: Add more validity checks for inode countsJan Kara-2/+10
2022-07-26fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang-10/+2
2022-07-24xfs: Add async buffered write supportStefan Roesch-7/+9
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch-3/+3
2022-07-24fs: Add async write file modification handling.Stefan Roesch-3/+42
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch-26/+50
2022-07-24fs: add __remove_file_privs() with flags parameterStefan Roesch-20/+37
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch-1/+3
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch-0/+4
2022-07-24iomap: Add async buffered write supportStefan Roesch-5/+28
2022-07-24iomap: Add flags parameter to iomap_page_create()Stefan Roesch-10/+20
2022-07-24io_uring: move to separate directoryJens Axboe-14819/+0
2022-07-24io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe-458/+350
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+11
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang-2/+2
2022-07-22erofs: get rid of erofs_prepare_dio() helperGao Xiang-24/+15
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang-56/+93
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang-58/+31
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang-67/+76
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang-25/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang-25/+5
2022-07-21erofs: rework online page handlingGao Xiang-83/+42
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang-60/+57
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang-52/+80
2022-07-21erofs: drop the old pagevec approachGao Xiang-171/+18
2022-07-21erofs: introduce bufvec to store decompressed buffersGao Xiang-50/+153
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang-38/+43
2022-07-21erofs: clean up z_erofs_collector_begin()Gao Xiang-17/+15
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang-23/+19
2022-07-21io_uring: do not recycle buffer in READVDylan Yudaken-0/+8