summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* | | 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/+0
* | | 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/+1
* | | 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/+20
* | | proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan2018-06-081-19/+14
* | | proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan2018-06-081-15/+9
* | | proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan2018-06-081-17/+12
* | | 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/+12
* | | fs: ocfs2: use new return type vm_fault_tSouptick Joarder2018-06-081-24/+20
* | | ocfs2: drop a VLA in ocfs2_orphan_del()Salvatore Mesoraca2018-06-081-2/+1
* | | ocfs2: correct the comments position of struct ocfs2_dir_block_trailerGuozhonghua2018-06-081-4/+4
* | | ocfs2: eliminate a misreported warningZhen Lei2018-06-081-1/+1
* | | ocfs2: ocfs2_inode_lock_tracker does not distinguish lock levelLarry Chen2018-06-082-30/+90
* | | ocfs2: clean up redundant function declarationsJia Guo2018-06-082-7/+5
* | | fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-081-41/+37
* | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-6/+7
|\ \ \
| * | | mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeysRam Pai2018-05-091-5/+3
| * | | mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai2018-05-091-0/+3
| * | | mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai2018-05-081-2/+2
* | | | Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-074-150/+131
|\ \ \ \
| * | | | udf: Add support for decoding UTF-16 charactersJan Kara2018-04-191-35/+68
| * | | | udf: Add support for encoding UTF-16 charactersJan Kara2018-04-191-36/+43
| * | | | udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara2018-04-191-33/+24
| * | | | udf: Convert ident strings to proper charsetJan Kara2018-04-193-6/+14
| * | | | udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara2018-04-191-63/+17