| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-06-04 | 7 | -75/+41 |
|\ |
|
| * | vfs: delete unnecessary assignment in vfs_listxattr | Chengguang Xu | 2018-05-29 | 1 | -1/+0 |
| * | vfs: namei: use path_equal() in follow_dotdot() | Danilo Krummrich | 2018-05-18 | 1 | -3/+1 |
| * | make xattr_getsecurity() static | Al Viro | 2018-05-14 | 1 | -2/+1 |
| * | vfat: simplify checks in vfat_lookup() | Al Viro | 2018-05-13 | 1 | -12/+1 |
| * | get rid of dead code in d_find_alias() | Al Viro | 2018-05-13 | 1 | -49/+34 |
| * | it's SB_BORN, not MS_BORN... | Al Viro | 2018-05-10 | 1 | -1/+1 |
| * | msdos_rmdir(): kill BS comment | Al Viro | 2018-04-20 | 1 | -4/+0 |
| * | fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range() | Zev Weiss | 2018-04-16 | 1 | -3/+3 |
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 40 | -747/+298 |
|\ \ |
|
| * | | xfs, proc: hide unused xfs procfs helpers | Arnd Bergmann | 2018-05-26 | 1 | -1/+1 |
| * | | proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields | Christoph Hellwig | 2018-05-16 | 1 | -2/+2 |
| * | | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 1 | -3/+3 |
| * | | jfs: simplify procfs code | Christoph Hellwig | 2018-05-16 | 6 | -99/+24 |
| * | | ext4: simplify procfs code | Christoph Hellwig | 2018-05-16 | 3 | -66/+14 |
| * | | afs: simplify procfs code | Christoph Hellwig | 2018-05-16 | 1 | -119/+15 |
| * | | proc: introduce proc_create_net_single | Christoph Hellwig | 2018-05-16 | 1 | -18/+31 |
| * | | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 2018-05-16 | 2 | -60/+44 |
| * | | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 16 | -191/+55 |
| * | | proc: introduce proc_create_seq_private | Christoph Hellwig | 2018-05-16 | 3 | -17/+9 |
| * | | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 2018-05-16 | 11 | -102/+44 |
| * | | proc: add a proc_create_reg helper | Christoph Hellwig | 2018-05-16 | 2 | -19/+27 |
| * | | proc: simplify proc_register calling conventions | Christoph Hellwig | 2018-05-16 | 2 | -26/+20 |
| * | | proc: don't detour through seq->private to get the inode | Christoph Hellwig | 2018-05-16 | 1 | -14/+6 |
| * | | proc: introduce a proc_pid_ns helper | Christoph Hellwig | 2018-05-16 | 4 | -20/+13 |
* | | | Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | rmdir(),rename(): do shrink_dcache_parent() only on success | Al Viro | 2018-05-27 | 1 | -4/+4 |
* | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2018-06-04 | 1 | -79/+43 |
|\ \ \ \ |
|
| * | | | | restore cond_resched() in shrink_dcache_parent() | Al Viro | 2018-04-20 | 1 | -2/+7 |
| * | | | | dput(): turn into explicit while() loop | Al Viro | 2018-04-16 | 1 | -18/+13 |
| * | | | | dcache: move cond_resched() into the end of __dentry_kill() | Al Viro | 2018-04-16 | 1 | -3/+1 |
| * | | | | d_walk(): kill 'finish' callback | Al Viro | 2018-04-16 | 1 | -11/+7 |
| * | | | | d_invalidate(): unhash immediately | Al Viro | 2018-04-16 | 1 | -46/+16 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-04 | 9 | -43/+39 |
|\ \ \ \ |
|
| * | | | | xfs: convert to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 3 | -8/+7 |
| * | | | | btrfs: convert to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 1 | -14/+11 |
| * | | | | fs: convert block_dev.c to bioset_init() | Kent Overstreet | 2018-05-30 | 1 | -6/+3 |
| * | | | | block: don't print a message when the device went away | Christoph Hellwig | 2018-05-29 | 1 | -5/+9 |
| * | | | | block: unexport check_disk_size_change | Christoph Hellwig | 2018-05-29 | 1 | -1/+0 |
| * | | | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig | 2018-05-14 | 1 | -2/+2 |
| * | | | | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 2018-05-14 | 1 | -1/+1 |
| * | | | | scsi/osd: remove the gfp argument to osd_start_request | Christoph Hellwig | 2018-05-14 | 2 | -6/+6 |
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2018-06-03 | 4 | -21/+34 |
|\ \ \ \ \ |
|
| * | | | | | Revert "fs: fold open_check_o_direct into do_dentry_open" | Al Viro | 2018-06-03 | 3 | -19/+33 |
| | |_|/ /
| |/| | | |
|
| * | | | | fix io_destroy()/aio_complete() race | Al Viro | 2018-05-24 | 1 | -2/+1 |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-06-02 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | IB: Revert "remove redundant INFINIBAND kconfig dependencies" | Arnd Bergmann | 2018-05-28 | 1 | -1/+1 |
* | | | | | | Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2018-05-31 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs: clear writeback errors in inode_init_always | Darrick J. Wong | 2018-05-31 | 1 | -0/+1 |
* | | | | | | | Merge tag 'afs-fixes-20180529' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-05-29 | 2 | -16/+13 |
|\ \ \ \ \ \ \ |
|