summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-03-0542-496/+536
|\
| * exec: pin stack limit during execKees Cook2018-02-231-12/+15
| * exec: introduce finalize_exec() before start_thread()Kees Cook2018-02-235-0/+10
| * exec: pass stack rlimit into mm layout functionsKees Cook2018-02-231-1/+7
| * fs/seq_file.c: delete small-value optimizationAlexey Dobriyan2018-02-231-10/+0
| * proc: use set_puts() at /proc/*/wchanAlexey Dobriyan2018-02-231-1/+1
| * proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan2018-02-231-5/+8
| * proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan2018-02-231-0/+4
| * proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-02-231-5/+11
| * proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin2018-02-231-12/+12
| * proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-02-231-2/+3
| * proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-02-233-96/+74
| * proc: account "struct pde_opener"Alexey Dobriyan2018-02-231-1/+1
| * proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-02-233-6/+10
| * proc: randomize "struct pde_opener"Alexey Dobriyan2018-02-231-1/+1
| * proc: faster open/close of files without ->release hookAlexey Dobriyan2018-02-231-18/+23
| * proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-02-231-4/+0
| * proc: do less stuff under ->pde_unload_lockAlexey Dobriyan2018-02-231-5/+9
| * proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik2018-02-231-18/+5
| * procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin2018-02-231-2/+8
| * procfs-add-seq_put_hex_ll-to-speed-up-proc-pid-maps-v3Andrei Vagin2018-02-231-3/+4
| * procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-02-232-9/+57
| * elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko2018-02-231-3/+10
| * fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2018-02-231-4/+9
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-02-238-14/+30
| * mm: memfd: remove memfd code from shmem files and use new memfd filesMike Kravetz2018-02-232-1/+4
| * fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa2018-02-231-1/+2
| * ocfs2: add duplicated ino number checkGang He2018-02-231-1/+20
| * ocfs2: add kobject for online file checkGang He2018-02-234-201/+155
| * ocfs2: fix some small problemsGang He2018-02-231-4/+4
| * ocfs2: move some definitions to header fileGang He2018-02-232-27/+27
| * ocfs2: remove ocfs2_is_o2cb_active()Gang He2018-02-233-10/+1
| * ocfs2: keep the trace point consistent with the function nameJia Guo2018-02-233-8/+8
| * ocfs2: remove some unused function declarationspiaojun2018-02-231-3/+0
| * ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-02-236-12/+12
| * ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-02-239-26/+21
| * prctl: add PR_[GS]ET_PDEATHSIG_PROCJürg Billeter2018-02-231-0/+1
* | Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell2018-03-056-24/+9
|\ \
| * | GFS2: Make function gfs2_remove_from_ail staticBob Peterson2018-03-022-2/+1
| * | gfs2: Dirty source inode during renameAndreas Gruenbacher2018-02-282-20/+3
| * | gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2018-02-202-2/+5
* | | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2018-03-057-8/+10
|\ \ \
| * | | net: Convert simple pernet_operationsKirill Tkhai2018-02-272-0/+2
| * | | net: Convert nfs_net_opsKirill Tkhai2018-02-271-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-242-3/+18
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-199-41/+107
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: Export open_related_ns()Kirill Tkhai2018-02-151-0/+1
| * | | | net: Convert proc_net_ns_opsKirill Tkhai2018-02-131-0/+1
| * | | | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-122-8/+5
* | | | | Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell2018-03-051-12/+30
|\ \ \ \ \