aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 69-467/+657
2015-07-04dax: bdev_direct_access() may sleepGravatar Matthew Wilcox 1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesGravatar Matthew Wilcox 2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheGravatar Matthew Wilcox 1-1/+1
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+7
2015-07-04sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yGravatar Naveen N. Rao 1-4/+7
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 17-59/+292
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 12-894/+1689
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 26-192/+1004
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-51/+139
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-489/+624
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-2/+2
2015-07-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-45/+58
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2015-07-01vfs: Remove incorrect debugging WARN in prepend_pathGravatar Eric W. Biederman 1-11/+0
2015-07-01mnt: Update fs_fully_visible to test for permanently empty directoriesGravatar Eric W. Biederman 1-3/+2
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 5-31/+17
2015-07-01sysfs: Add support for permanently empty directories to serve as mount points.Gravatar Eric W. Biederman 1-0/+34
2015-07-01kernfs: Add support for always empty directories.Gravatar Eric W. Biederman 2-1/+39
2015-07-01proc: Allow creating permanently empty directories that serve as mount pointsGravatar Eric W. Biederman 4-2/+35
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Gravatar Eric W. Biederman 1-0/+37
2015-07-01fs: Add helper functions for permanently empty directories.Gravatar Eric W. Biederman 1-0/+96
2015-07-01vfs: Ignore unlocked mounts in fs_fully_visibleGravatar Eric W. Biederman 1-2/+6
2015-07-01nfs: Remove invalid tk_pid from debug messageGravatar Kinglong Mee 3-6/+4
2015-07-01nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfhGravatar Kinglong Mee 1-7/+0
2015-07-01nfs: Drop bad comment in nfs41_walk_client_list()Gravatar Kinglong Mee 1-1/+0
2015-07-01nfs: Remove unneeded micro checking of CONFIG_PROC_FSGravatar Kinglong Mee 1-7/+3
2015-07-01nfs: Don't setting FILE_CREATED flags alwaysGravatar Kinglong Mee 1-3/+0
2015-07-01nfs: Use remove_proc_subtree() instead remove_proc_entry()Gravatar Kinglong Mee 1-18/+7
2015-07-01nfs: Remove unused argument in nfs_server_set_fsinfo()Gravatar Kinglong Mee 1-2/+1
2015-07-01nfs: Fix a memory leak when meeting an unsupported state protectGravatar Kinglong Mee 1-6/+8
2015-07-01nfs: take extra reference to fl->fl_file when running a LOCKU operationGravatar Jeff Layton 1-0/+2
2015-07-01fuse: separate pqueue for clonesGravatar Miklos Szeredi 3-30/+45
2015-07-01fuse: introduce per-instance fuse_dev structureGravatar Miklos Szeredi 4-34/+114
2015-07-01fuse: device fd cloneGravatar Miklos Szeredi 1-0/+40
2015-07-01fuse: abort: no fc->lock needed for request endingGravatar Miklos Szeredi 1-9/+5
2015-07-01fuse: no fc->lock for pqueue partsGravatar Miklos Szeredi 1-14/+2
2015-07-01fuse: no fc->lock in request_end()Gravatar Miklos Szeredi 1-7/+8
2015-07-01fuse: cleanup request_end()Gravatar Miklos Szeredi 1-4/+2
2015-07-01fuse: request_end(): do onceGravatar Miklos Szeredi 1-2/+6
2015-07-01fuse: add req flag for private listGravatar Miklos Szeredi 2-3/+9
2015-07-01fuse: pqueue lockingGravatar Miklos Szeredi 3-2/+21
2015-07-01fuse: abort: group pqueue accessesGravatar Miklos Szeredi 1-1/+1
2015-07-01fuse: cleanup fuse_dev_do_read()Gravatar Miklos Szeredi 1-20/+20
2015-07-01fuse: move list_del_init() from request_end() into callersGravatar Miklos Szeredi 1-1/+7
2015-07-01fuse: duplicate ->connected in pqueueGravatar Miklos Szeredi 3-3/+8
2015-07-01fuse: separate out processing queueGravatar Miklos Szeredi 3-16/+30
2015-07-01fuse: simplify request_wait()Gravatar Miklos Szeredi 1-25/+5
2015-07-01fuse: no fc->lock for iqueue partsGravatar Miklos Szeredi 1-51/+20
2015-07-01fuse: allow interrupt queuing without fc->lockGravatar Miklos Szeredi 1-3/+9