summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-021-2/+1
|\
| * Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2020-06-011-2/+1
| |\
| | * PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli2020-05-271-2/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0272-880/+642
|\ \ \
| * | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-029-14/+13
| * | | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-022-2/+2
| * | | /proc/PID/smaps: Add PMD migration entry parsingHuang Ying2020-06-021-5/+11
| * | | 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 branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-0111-86/+159
|\ \ \ \
| * | | | vfs: add faccessat2 syscallMiklos Szeredi2020-05-142-9/+26
| * | | | vfs: don't parse "silent" optionMiklos Szeredi2020-05-141-1/+0
| * | | | vfs: don't parse "posixacl" optionMiklos Szeredi2020-05-141-1/+0
| * | | | vfs: don't parse forbidden flagsMiklos Szeredi2020-05-141-28/+0
| * | | | statx: add mount_rootMiklos Szeredi2020-05-141-0/+3
| * | | | statx: add mount IDMiklos Szeredi2020-05-141-0/+4
| * | | | statx: don't clear STATX_ATIME on SB_RDONLYMiklos Szeredi2020-05-141-1/+2
| * | | | uapi: deprecate STATX_ALLMiklos Szeredi2020-05-141-1/+0
| * | | | utimensat: AT_EMPTY_PATH supportMiklos Szeredi2020-05-141-2/+4
| * | | | vfs: split out access_override_creds()Miklos Szeredi2020-05-141-10/+24
| * | | | proc/mounts: add cursorMiklos Szeredi2020-05-143-20/+87
| * | | | aio: fix async fsync credsMiklos Szeredi2020-05-141-0/+8
| * | | | vfs: allow unprivileged whiteout creationMiklos Szeredi2020-05-142-18/+6
* | | | | Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-013-34/+10
|\ \ \ \ \
| * | | | | binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig2020-05-051-14/+7
| * | | | | binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dumpChristoph Hellwig2020-05-051-15/+1
| * | | | | binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman2020-05-052-5/+2
* | | | | | Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-06-011-19/+14
|\ \ \ \ \ \