summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-024-8/+10
* mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-4/+5
* orangefs: use attach/detach_page_privateGuoqing Jiang2020-06-021-26/+6
* ntfs: replace attach_page_buffers with attach_page_privateGuoqing Jiang2020-06-022-2/+2
* iomap: use attach/detach_page_privateGuoqing Jiang2020-06-021-15/+4
* f2fs: use attach/detach_page_privateGuoqing Jiang2020-06-021-9/+2
* fs/buffer.c: use attach/detach_page_privateGuoqing Jiang2020-06-021-12/+4
* btrfs: use attach/detach_page_privateGuoqing Jiang2020-06-023-36/+12
* iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-024-72/+40
* fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-72/+28
* f2fs: pass the inode to f2fs_mpage_readpagesMatthew Wilcox (Oracle)2020-06-021-4/+3
* f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-28/+19
* ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)2020-06-023-5/+4
* ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-023-28/+18
* erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-20/+9
* erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-022-26/+15
* btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-023-42/+20
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-0216-123/+70
* mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-024-70/+5
* fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton2020-06-021-0/+7
* vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-023-4/+6
* ocfs2: mount shared volume without ha stackGang He2020-06-023-20/+51
* ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge2020-06-021-0/+1
* squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-0211-242/+287
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2020-06-016-2/+13
|\
| * fs-verity: remove unnecessary extern keywordsEric Biggers2020-05-131-1/+1
| * fs-verity: fix all kerneldoc warningsEric Biggers2020-05-136-1/+12
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-06-0113-207/+571
|\ \
| * | fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers2020-05-195-41/+126
| * | fscrypt: make test_dummy_encryption use v2 by defaultEric Biggers2020-05-191-1/+1
| * | fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-198-52/+258
| * | fscrypt: add fscrypt_add_test_dummy_key()Eric Biggers2020-05-152-43/+77
| * | fscrypt: remove unnecessary extern keywordsEric Biggers2020-05-131-44/+40
| * | fscrypt: fix all kerneldoc warningsEric Biggers2020-05-136-27/+70
| |/
* | Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-019-183/+2380
|\ \
| * | pstore/blk: Introduce "best_effort" modeKees Cook2020-06-011-1/+20
| * | pstore/blk: Support non-block storage devicesWeiXiong Liao2020-06-012-44/+57
| * | pstore/blk: Provide way to query pstore configurationWeiXiong Liao2020-06-011-7/+30
| * | pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao2020-06-012-14/+61
| * | Documentation: Add details for pstore/blkWeiXiong Liao2020-05-301-0/+2
| * | pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao2020-05-303-1/+134
| * | pstore/zone,blk: Add console frontend supportWeiXiong Liao2020-05-303-9/+102
| * | pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao2020-05-303-9/+280
| * | pstore/blk: Introduce backend for block devicesWeiXiong Liao2020-05-303-0/+501
| * | pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao2020-05-303-0/+995
| * | pstore/ram: Introduce max_reason and convert dump_oopsKees Cook2020-05-301-19/+39
| * | pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin2020-05-301-1/+3
| * | printk: Introduce kmsg_dump_reason_str()Kees Cook2020-05-301-17/+1
| * | printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-6/+2
| * | pstore/ftrace: Provide ftrace log merging routineKees Cook2020-05-303-54/+66