aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring1-2/+1
2018-02-06proc: rearrange argsAlexey Dobriyan3-14/+13
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan4-5/+9
2018-02-06fs/proc/internal.h: fix up commentAlexey Dobriyan1-1/+2
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan1-10/+13
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan1-7/+1
2018-02-06proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan1-4/+2
2018-02-06proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2
2018-02-06proc: use %u for pid printing and slightly less stackAlexey Dobriyan4-15/+14
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-11/+24
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds13-406/+1800
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein1-0/+3
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein1-0/+2
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds13-368/+321
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds11-42/+69
2018-02-03Merge tag 'pstore-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+0
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds35-199/+137
2018-02-03Merge tag 'gfs2-4.16.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2-24/+44
2018-02-01xfs: remove experimental tag for reverse mappingDarrick J. Wong1-8/+4
2018-02-01xfs: don't allow reflink + realtime filesystemsDarrick J. Wong1-0/+7
2018-02-01xfs: don't allow DAX on reflink filesystemsDarrick J. Wong1-1/+4
2018-02-01xfs: add scrub to XFS_BUILD_OPTIONSEric Sandeen1-0/+7
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-3/+2
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds1-6/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"Andrey Ryabinin1-5/+0
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin1-1/+1
2018-02-01gfs2: Glock dump performance regression fixAndreas Gruenbacher1-22/+43
2018-02-01gfs2: Fix the crc32c dependencyAndreas Gruenbacher1-2/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-19/+10
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds20-6864/+0
2018-02-01fscrypt: fix build with pre-4.6 gcc versionsEric Biggers1-1/+1
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong1-2/+2
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds13-54/+12
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+16
2018-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-179/+658
2018-01-31userfaultfd: convert to use anon_inode_getfd()Eric Biggers1-61/+9
2018-01-31hugetlb: implement memfd sealingMarc-André Lureau1-2/+27
2018-01-31hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau1-10/+0
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau1-1/+1
2018-01-31mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov1-4/+4
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-13/+6
2018-01-31mm, userfaultfd, THP: avoid waiting when PMD under THP migrationHuang Ying1-1/+4
2018-01-31fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual memoryKonstantin Khlebnikov1-3/+8
2018-01-31ocfs2: return error when we attempt to access a dirty bh in jbd2piaojun1-11/+12
2018-01-31ocfs2: unlock bh_state if bg check failsChangwei Ge1-0/+2
2018-01-31ocfs2: nowait aio supportGang He6-33/+104