summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06pipe: read buffer limits atomicallyEric Biggers
2018-02-06pipe: simplify round_pipe_size()Eric Biggers
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-02-06pipe: fix off-by-one error when checking buffer limitsEric Biggers
2018-02-06pipe: actually allow root to exceed the pipe buffer limitsEric Biggers
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez
2018-02-06nilfs2: use time64_t internallyArnd Bergmann
2018-02-06elf: fix NT_FILE integer overflowAlexey Dobriyan
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring
2018-02-06proc: rearrange argsAlexey Dobriyan
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan
2018-02-06fs/proc/internal.h: fix up commentAlexey Dobriyan
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan
2018-02-06proc: less memory for /proc/*/map_files readdirAlexey Dobriyan
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan
2018-02-06proc: fix /proc/*/map_files lookupAlexey Dobriyan
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan
2018-02-06proc: use %u for pid printing and slightly less stackAlexey Dobriyan
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03Merge tag 'pstore-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-02-03Merge tag 'gfs2-4.16.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler
2018-02-01xfs: remove experimental tag for reverse mappingDarrick J. Wong
2018-02-01xfs: don't allow reflink + realtime filesystemsDarrick J. Wong
2018-02-01xfs: don't allow DAX on reflink filesystemsDarrick J. Wong
2018-02-01xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin
2018-02-01gfs2: Glock dump performance regression fixAndreas Gruenbacher
2018-02-01gfs2: Fix the crc32c dependencyAndreas Gruenbacher
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers