summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: replace a 4 with server->vals->header_preamble_sizeRonnie Sahlberg2018-04-121-1/+1
* cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg2018-04-124-6/+9
* SMB311: Improve checking of negotiate security contextsSteve French2018-04-123-0/+106
* SMB3: Fix length checking of SMB3.11 negotiate requestSteve French2018-04-122-0/+46
* CIFS: add ONCE flag for cifs_dbg typeAurelien Aptel2018-04-112-29/+22
* cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven2018-04-111-1/+1
* SMB3: Log at least once if tree connect fails during reconnectSteve French2018-04-112-2/+7
* cifs: smb2pdu: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-04-111-1/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-1138-453/+547
|\
| * page cache: use xa_lockMatthew Wilcox2018-04-1114-140/+134
| * 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/+4
| * 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/+2
| * 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/+2
| * proc: use slower rb_first()Alexey Dobriyan2018-04-114-19/+17
| * 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/+2
| * 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/+3
| * 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/+74
| * 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/+0
| * 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/+5
| * 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
OpenPOWER on IntegriCloud