summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-06-041-8/+7
|\
| * fasync: Fix deadlock between task-context and interrupt-context kill_fasync()Kirill Tkhai2018-05-011-8/+7
* | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-043-4/+4
|\ \
| * \ Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-2841-138/+364
| |\ \
| * | | docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport2018-04-282-3/+3
| * | | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-163-4/+4
| |\ \ \
| | * | | docs/vm: rename documentation files to .rstMike Rapoport2018-04-163-4/+4
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-047-75/+41
|\ \ \ \ \
| * | | | | vfs: delete unnecessary assignment in vfs_listxattrChengguang Xu2018-05-291-1/+0
| * | | | | vfs: namei: use path_equal() in follow_dotdot()Danilo Krummrich2018-05-181-3/+1
| * | | | | make xattr_getsecurity() staticAl Viro2018-05-141-2/+1
| * | | | | vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1
| * | | | | get rid of dead code in d_find_alias()Al Viro2018-05-131-49/+34
| * | | | | it's SB_BORN, not MS_BORN...Al Viro2018-05-101-1/+1
| * | | | | msdos_rmdir(): kill BS commentAl Viro2018-04-201-4/+0
| * | | | | fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Zev Weiss2018-04-161-3/+3
| |/ / / /
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0440-747/+298
|\ \ \ \ \
| * | | | | xfs, proc: hide unused xfs procfs helpersArnd Bergmann2018-05-261-1/+1
| * | | | | proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig2018-05-161-2/+2
| * | | | | tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-3/+3
| * | | | | jfs: simplify procfs codeChristoph Hellwig2018-05-166-99/+24
| * | | | | ext4: simplify procfs codeChristoph Hellwig2018-05-163-66/+14
| * | | | | afs: simplify procfs codeChristoph Hellwig2018-05-161-119/+15
| * | | | | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-18/+31
| * | | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-162-60/+44
| * | | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-1616-191/+55
| * | | | | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-163-17/+9
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-1611-102/+44
| * | | | | proc: add a proc_create_reg helperChristoph Hellwig2018-05-162-19/+27
| * | | | | proc: simplify proc_register calling conventionsChristoph Hellwig2018-05-162-26/+20
| * | | | | proc: don't detour through seq->private to get the inodeChristoph Hellwig2018-05-161-14/+6
| * | | | | proc: introduce a proc_pid_ns helperChristoph Hellwig2018-05-164-20/+13
* | | | | | Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-4/+4
|\ \ \ \ \ \
| * | | | | | rmdir(),rename(): do shrink_dcache_parent() only on successAl Viro2018-05-271-4/+4
* | | | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-79/+43
|\ \ \ \ \ \ \
| * | | | | | | restore cond_resched() in shrink_dcache_parent()Al Viro2018-04-201-2/+7
| * | | | | | | dput(): turn into explicit while() loopAl Viro2018-04-161-18/+13
| * | | | | | | dcache: move cond_resched() into the end of __dentry_kill()Al Viro2018-04-161-3/+1
| * | | | | | | d_walk(): kill 'finish' callbackAl Viro2018-04-161-11/+7
| * | | | | | | d_invalidate(): unhash immediatelyAl Viro2018-04-161-46/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-049-43/+39
|\ \ \ \ \ \ \
| * | | | | | | xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-303-8/+7
| * | | | | | | btrfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-14/+11
| * | | | | | | fs: convert block_dev.c to bioset_init()Kent Overstreet2018-05-301-6/+3
| * | | | | | | block: don't print a message when the device went awayChristoph Hellwig2018-05-291-5/+9
| * | | | | | | block: unexport check_disk_size_changeChristoph Hellwig2018-05-291-1/+0
| * | | | | | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-2/+2
| * | | | | | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
| * | | | | | | scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2018-05-142-6/+6
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-06-034-21/+34
|\ \ \ \ \ \ \ \