aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-04-11exec: pin stack limit during execKees Cook
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-04-11seq_file: account everything to kmemcgAlexey Dobriyan
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton
2018-04-11autofs4: use wait_event_killableMatthew Wilcox
2018-04-11proc: use slower rb_first()Alexey Dobriyan
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan
2018-04-11proc: faster /proc/cmdlineAlexey Dobriyan
2018-04-11proc: register filesystem lastAlexey Dobriyan
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan
2018-04-11proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin
2018-04-11proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin
2018-04-11proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan
2018-04-11proc: randomize "struct pde_opener"Alexey Dobriyan
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan
2018-04-11proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik
2018-04-11procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin
2018-04-11dcache: account external names as indirectly reclaimable memoryRoman Gushchin
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-09Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-04-09Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-09Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams
2018-04-08getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-06pstore: fix crypto dependencies without compressionTobias Regnery
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-06Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-06make lookup_one_len() safe to use with directory locked sharedAl Viro
2018-04-06new helper: __lookup_slow()Al Viro
2018-04-06merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds