summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-4/+19
2022-08-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-5/+5
2022-08-03Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+9
2022-08-03Merge tag 'pstore-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-18/+57
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds67-280/+279
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds5-70/+191
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-14927/+0
2022-08-01Merge tag 'fs.idmapped.overlay.acl.v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-93/+219
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-119/+137
2022-08-01Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-49/+28
2022-08-01Merge tag 'erofs-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-624/+531
2022-08-01Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-48/+114
2022-08-01Merge tag 'fs_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+14
2022-08-01Merge tag 'dlm-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds14-148/+255
2022-08-01fs: dlm: move kref_put assert for lkb structsAlexander Aring1-3/+8
2022-08-01fs: dlm: don't use deprecated timeout features by defaultAlexander Aring8-5/+118
2022-08-01fs: dlm: add deprecation Kconfig and warnings for timeoutsAlexander Aring3-1/+27
2022-07-31erofs: update ctx->pos for every emitted direntHongnan Li1-9/+7
2022-07-28exec: Call kmap_local_page() in copy_string_kernel()Fabio M. De Francesco1-5/+1
2022-07-27Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-58/+36
2022-07-27userfaultfd: provide properly masked address for huge-pagesNadav Amit1-5/+7
2022-07-26fsnotify: Fix comment typoXin Gao1-1/+1
2022-07-26ext2: Add more validity checks for inode countsJan Kara1-2/+10
2022-07-26fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang1-10/+2
2022-07-25xfs: Add async buffered write supportStefan Roesch2-7/+9
2022-07-25xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch1-3/+3
2022-07-25fs: Add async write file modification handling.Stefan Roesch1-3/+42
2022-07-25fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch1-26/+50
2022-07-25fs: add __remove_file_privs() with flags parameterStefan Roesch1-20/+37
2022-07-25fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch1-1/+3
2022-07-25iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch1-0/+4
2022-07-25iomap: Add async buffered write supportStefan Roesch1-5/+28
2022-07-25iomap: Add flags parameter to iomap_page_create()Stefan Roesch1-10/+20
2022-07-25io_uring: move to separate directoryJens Axboe4-14819/+0
2022-07-25io_uring: define a 'prep' and 'issue' handler for each opcodeJens Axboe1-458/+350
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang1-2/+2
2022-07-22erofs: get rid of erofs_prepare_dio() helperGao Xiang1-24/+15
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang4-56/+93
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang2-58/+31
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang1-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang1-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang2-67/+76
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang2-25/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang1-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang1-25/+5
2022-07-21erofs: rework online page handlingGao Xiang2-83/+42
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang2-60/+57
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang1-52/+80
2022-07-21erofs: drop the old pagevec approachGao Xiang3-171/+18