summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-1010-120/+217
|\
| * Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-0910-120/+217
| |\
| | * fs, dax: use page->mapping to warn if truncate collides with a busy pageDan Williams2018-04-031-0/+63
| | * ext2, dax: introduce ext2_dax_aopsDan Williams2018-04-033-35/+30Star
| | * ext4, dax: introduce ext4_dax_aopsDan Williams2018-03-301-11/+31
| | * xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-303-17/+23
| | * block, dax: remove dead code in blkdev_writepages()Dan Williams2018-03-301-5/+0Star
| | * fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-301-0/+39
| | * dax: store pfns in the radixDan Williams2018-03-301-52/+31Star
* | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-04-091-67/+57Star
|\ \ \
| * | | getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-081-1/+2
| * | | make lookup_one_len() safe to use with directory locked sharedAl Viro2018-04-061-1/+3
| * | | new helper: __lookup_slow()Al Viro2018-04-061-9/+18
| * | | merge common parts of lookup_one_len{,_unlocked} into common helperAl Viro2018-04-061-56/+34Star
* | | | Merge tag 'for-linus-4.17-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-097-241/+78Star
|\ \ \ \
| * | | | orangefs: remove unused codeMartin Brandenburg2018-04-043-128/+0Star
| * | | | orangefs: make several *_operations structs staticMartin Brandenburg2018-04-043-31/+28Star
| * | | | orangefs: implement vm_ops->faultMartin Brandenburg2018-04-041-2/+28
| * | | | orangefs: open code short single-use functionsMartin Brandenburg2018-04-021-76/+19Star
| * | | | orangefs: replace vmalloc and memset with vzallocColin Ian King2018-04-021-2/+1Star
| * | | | orangefs: bug fix for a race condition when getting a slotDavid Reynolds2018-04-021-2/+2
* | | | | Merge tag 'pstore-v4.17-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-091-2/+2
|\ \ \ \ \
| * | | | | pstore: fix crypto dependencies without compressionTobias Regnery2018-04-071-2/+2
* | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-081-0/+3
|\ \ \ \ \ \