Age | Commit message (Expand) | Author | Files | Lines |
2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 69 | -467/+657 |
2015-07-04 | dax: bdev_direct_access() may sleep | Matthew Wilcox | 1 | -0/+6 |
2015-07-04 | block: Add support for DAX reads/writes to block devices | Matthew Wilcox | 2 | -2/+8 |
2015-07-04 | dax: Use copy_from_iter_nocache | Matthew Wilcox | 1 | -1/+1 |
2015-07-04 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+7 |
2015-07-04 | sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y | Naveen N. Rao | 1 | -4/+7 |
2015-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 17 | -59/+292 |
2015-07-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 12 | -894/+1689 |
2015-07-02 | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 26 | -192/+1004 |
2015-07-02 | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -51/+139 |
2015-07-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 5 | -489/+624 |
2015-07-02 | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p... | Linus Torvalds | 1 | -2/+2 |
2015-07-01 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 9 | -45/+58 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-07-01 | vfs: Remove incorrect debugging WARN in prepend_path | Eric W. Biederman | 1 | -11/+0 |
2015-07-01 | mnt: Update fs_fully_visible to test for permanently empty directories | Eric W. Biederman | 1 | -3/+2 |
2015-07-01 | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman | 5 | -31/+17 |
2015-07-01 | sysfs: Add support for permanently empty directories to serve as mount points. | Eric W. Biederman | 1 | -0/+34 |
2015-07-01 | kernfs: Add support for always empty directories. | Eric W. Biederman | 2 | -1/+39 |
2015-07-01 | proc: Allow creating permanently empty directories that serve as mount points | Eric W. Biederman | 4 | -2/+35 |
2015-07-01 | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman | 1 | -0/+37 |
2015-07-01 | fs: Add helper functions for permanently empty directories. | Eric W. Biederman | 1 | -0/+96 |
2015-07-01 | vfs: Ignore unlocked mounts in fs_fully_visible | Eric W. Biederman | 1 | -2/+6 |
2015-07-01 | nfs: Remove invalid tk_pid from debug message | Kinglong Mee | 3 | -6/+4 |
2015-07-01 | nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfh | Kinglong Mee | 1 | -7/+0 |
2015-07-01 | nfs: Drop bad comment in nfs41_walk_client_list() | Kinglong Mee | 1 | -1/+0 |
2015-07-01 | nfs: Remove unneeded micro checking of CONFIG_PROC_FS | Kinglong Mee | 1 | -7/+3 |
2015-07-01 | nfs: Don't setting FILE_CREATED flags always | Kinglong Mee | 1 | -3/+0 |
2015-07-01 | nfs: Use remove_proc_subtree() instead remove_proc_entry() | Kinglong Mee | 1 | -18/+7 |
2015-07-01 | nfs: Remove unused argument in nfs_server_set_fsinfo() | Kinglong Mee | 1 | -2/+1 |
2015-07-01 | nfs: Fix a memory leak when meeting an unsupported state protect | Kinglong Mee | 1 | -6/+8 |
2015-07-01 | nfs: take extra reference to fl->fl_file when running a LOCKU operation | Jeff Layton | 1 | -0/+2 |
2015-07-01 | fuse: separate pqueue for clones | Miklos Szeredi | 3 | -30/+45 |
2015-07-01 | fuse: introduce per-instance fuse_dev structure | Miklos Szeredi | 4 | -34/+114 |
2015-07-01 | fuse: device fd clone | Miklos Szeredi | 1 | -0/+40 |
2015-07-01 | fuse: abort: no fc->lock needed for request ending | Miklos Szeredi | 1 | -9/+5 |
2015-07-01 | fuse: no fc->lock for pqueue parts | Miklos Szeredi | 1 | -14/+2 |
2015-07-01 | fuse: no fc->lock in request_end() | Miklos Szeredi | 1 | -7/+8 |
2015-07-01 | fuse: cleanup request_end() | Miklos Szeredi | 1 | -4/+2 |
2015-07-01 | fuse: request_end(): do once | Miklos Szeredi | 1 | -2/+6 |
2015-07-01 | fuse: add req flag for private list | Miklos Szeredi | 2 | -3/+9 |
2015-07-01 | fuse: pqueue locking | Miklos Szeredi | 3 | -2/+21 |
2015-07-01 | fuse: abort: group pqueue accesses | Miklos Szeredi | 1 | -1/+1 |
2015-07-01 | fuse: cleanup fuse_dev_do_read() | Miklos Szeredi | 1 | -20/+20 |
2015-07-01 | fuse: move list_del_init() from request_end() into callers | Miklos Szeredi | 1 | -1/+7 |
2015-07-01 | fuse: duplicate ->connected in pqueue | Miklos Szeredi | 3 | -3/+8 |
2015-07-01 | fuse: separate out processing queue | Miklos Szeredi | 3 | -16/+30 |
2015-07-01 | fuse: simplify request_wait() | Miklos Szeredi | 1 | -25/+5 |
2015-07-01 | fuse: no fc->lock for iqueue parts | Miklos Szeredi | 1 | -51/+20 |
2015-07-01 | fuse: allow interrupt queuing without fc->lock | Miklos Szeredi | 1 | -3/+9 |