aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-9/+12
2018-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds38-453/+547
2018-04-11page cache: use xa_lockMatthew Wilcox14-140/+134
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox1-1/+1
2018-04-11fscache: use appropriate radix tree accessorsMatthew Wilcox2-2/+2
2018-04-11export __set_page_dirtyMatthew Wilcox2-14/+4
2018-04-11elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko1-3/+10
2018-04-11fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko1-4/+9
2018-04-11fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov1-3/+2
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long1-1/+1
2018-04-11exec: pin stack limit during execKees Cook1-12/+15
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook5-0/+10
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-1/+7
2018-04-11seq_file: account everything to kmemcgAlexey Dobriyan1-4/+4
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan1-2/+10
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2018-04-11autofs4: use wait_event_killableMatthew Wilcox1-27/+2
2018-04-11proc: use slower rb_first()Alexey Dobriyan4-19/+17
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan3-5/+6
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan1-0/+8
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan1-1/+1
2018-04-11proc: faster /proc/cmdlineAlexey Dobriyan1-1/+2
2018-04-11proc: register filesystem lastAlexey Dobriyan1-6/+2
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan1-0/+4
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan5-23/+52
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich1-6/+3
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan1-1/+1
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan1-5/+8
2018-04-11proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin1-5/+11
2018-04-11proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin1-12/+12
2018-04-11proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin1-2/+3
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin3-96/+74
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan3-6/+10
2018-04-11proc: randomize "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan1-18/+23
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan1-4/+0
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan1-5/+9
2018-04-11proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik1-18/+5
2018-04-11procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin1-2/+8
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2-9/+58
2018-04-11dcache: account external names as indirectly reclaimable memoryRoman Gushchin1-9/+30
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds17-261/+914
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds10-120/+217
2018-04-09Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-67/+57
2018-04-09Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds7-241/+78
2018-04-09Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams10-120/+217
2018-04-08getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro1-1/+2