summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'proc-cmdline'Linus Torvalds2018-06-101-112/+99Star
|\
| * fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds2018-05-181-121/+65Star
| * fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds2018-05-171-25/+39
* | hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka2018-06-091-2/+1Star
* | Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-091-71/+1Star
|\ \
| * | ncpfs: remove compat functionalityGreg Kroah-Hartman2018-06-051-71/+1Star
* | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-098-52/+217
|\ \ \
| * \ \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-091-9/+12
| |\ \ \
| | * | | dax: Report bytes remaining in dax_iomap_actor()Dan Williams2018-05-231-9/+11
| | * | | dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-231-1/+2
| * | | | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-098-43/+205
| |\ \ \ \
| | * | | | dax: dax_insert_mapping_entry always succeedsMatthew Wilcox2018-06-031-16/+2Star
| | * | | | xfs, dax: introduce xfs_break_dax_layouts()Dan Williams2018-05-221-10/+51
| | * | | | xfs: prepare xfs_break_layouts() for another layout typeDan Williams2018-05-226-15/+53
| | * | | | xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams2018-05-224-12/+11Star
| | * | | | mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams2018-05-221-0/+97
| | * | | | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-0/+1
* | | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-083-1/+20
|\ \ \ \ \ \
| * | | | | | fs: aio ioprio use ioprio_check_cap ret valAdam Manzanares2018-06-041-2/+2
| * | | | | | fs: iomap dio set bio prio from kiocb prioAdam Manzanares2018-05-311-0/+1
| * | | | | | fs: blkdev set bio prio from kiocb prioAdam Manzanares2018-05-311-0/+2
| * | | | | | fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+16
| * | | | | | fs: Convert kiocb rw_hint from enum to u16Adam Manzanares2018-05-311-1/+1
* | | | | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-081-3/+3
|\ \ \ \ \ \ \
| * | | | | | | fix proc_fill_cache() in case of d_alloc_parallel() failureAl Viro2018-06-081-3/+3
* | | | | | | | autofs: small cleanup in autofs_getpath()Dan Carpenter2018-06-081-3/+3
* | | | | | | | autofs: clean up includesIan Kent2018-06-086-30/+2Star
* | | | | | | | autofs: comment on selinux changes needed for module autoloadIan Kent2018-06-081-0/+6
* | | | | | | | autofs: create autofs Kconfig and MakefileIan Kent2018-06-085-0/+37
* | | | | | | | autofs: delete fs/autofs4 source filesIan Kent2018-06-088-3619/+0Star
* | | | | | | | autofs: update fs/autofs4/MakefileIan Kent2018-06-081-1/+3
* | | | | | | | autofs: update fs/autofs4/KconfigIan Kent2018-06-081-10/+22
* | | | | | | | autofs: copy autofs4 to autofsIan Kent2018-06-088-0/+3618
* | | | | | | | autofs4: use autofs instead of autofs4 everywhereIan Kent2018-06-088-319/+319
* | | | | | | | autofs4: merge auto_fs.h and auto_fs4.hIan Kent2018-06-082-2/+1Star
* | | | | | | | fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo2018-06-081-3/+9
* | | | | | | | proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan2018-06-081-1/+2
* | | | | | | | proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan2018-06-081-1/+1
* | | | | | | | proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-083-5/+5
* | | | | | | | proc: smaller RCU section in ->getattr()Alexey Dobriyan2018-06-081-1/+1
* | | | | | | | proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan2018-06-081-33/+20Star
* | | | | | | | proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-081-19/+14Star
* | | | | | | | proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-081-15/+9Star
* | | | | | | | proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan2018-06-081-17/+12Star
* | | | | | | | userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport2018-06-081-2/+20
* | | | | | | | mm: mark pages in use for page tablesMatthew Wilcox2018-06-081-0/+2
* | | | | | | | mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-06-081-10/+16
* | | | | | | | mm: restructure memfd codeMike Kravetz2018-06-082-1/+4
* | | | | | | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-081-4/+4
* | | | | | | | fs/9p: detect invalid options as much as possibleChengguang Xu2018-06-081-17/+12Star