summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-04-124-9/+12
|\
| * ubifs: Remove useless parameter of lpt_heap_replaceJiang Biao2018-04-041-3/+1Star
| * ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxJiang Biao2018-04-041-1/+1
| * ubifs: remove unnecessary assignmentStefan Agner2018-04-041-1/+0Star
| * ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-041-4/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-1138-453/+547
|\ \
| * | page cache: use xa_lockMatthew Wilcox2018-04-1114-140/+134Star
| * | xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-1/+1
| * | fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-112-2/+2
| * | export __set_page_dirtyMatthew Wilcox2018-04-112-14/+4Star
| * | elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko2018-04-111-3/+10
| * | fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2018-04-111-4/+9
| * | fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov2018-04-111-3/+2Star
| * | fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-111-1/+1
| * | exec: pin stack limit during execKees Cook2018-04-111-12/+15
| * | exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-115-0/+10
| * | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+7
| * | seq_file: account everything to kmemcgAlexey Dobriyan2018-04-111-4/+4
| * | seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-2/+10
| * | fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-111-1/+1
| * | autofs4: use wait_event_killableMatthew Wilcox2018-04-111-27/+2Star
| * | proc: use slower rb_first()Alexey Dobriyan2018-04-114-19/+17Star
| * | proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-113-5/+6
| * | proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-111-0/+8
| * | proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan2018-04-111-1/+1
| * | proc: faster /proc/cmdlineAlexey Dobriyan2018-04-111-1/+2
| * | proc: register filesystem lastAlexey Dobriyan2018-04-111-6/+2Star
| * | proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan2018-04-111-0/+4
| * | proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-115-23/+52
| * | fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich2018-04-111-6/+3Star
| * | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-04-111-0/+3
| * | proc: use set_puts() at /proc/*/wchanAlexey Dobriyan2018-04-111-1/+1
| * | proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan2018-04-111-5/+8
| * | proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-04-111-5/+11
| * | proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin2018-04-111-12/+12
| * | proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-04-111-2/+3
| * | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-113-96/+74Star
| * | proc: account "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
| * | proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-113-6/+10
| * | proc: randomize "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
| * | proc: faster open/close of files without ->release hookAlexey Dobriyan2018-04-111-18/+23
| * | proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-111-4/+0Star
| * | proc: do less stuff under ->pde_unload_lockAlexey Dobriyan2018-04-111-5/+9
| * | proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik2018-04-111-18/+5Star
| * | procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin2018-04-111-2/+8
| * | procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-112-9/+58
| * | dcache: account external names as indirectly reclaimable memoryRoman Gushchin2018-04-111-9/+30
* | | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-1017-261/+914
|\ \ \ | |/ / |/| |
| * | ceph: quota: report root dir quota usage in statfsLuis Henriques2018-04-023-3/+83
| * | ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-025-7/+51