summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-02-12cgroup: remove cgroup->nameTejun Heo1-0/+1
2014-02-08Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo12-364/+675
2014-02-08Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo1-0/+1
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-1/+1
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo4-1/+11
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2-41/+178
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2-0/+32
2014-02-07kernfs: implement kernfs_ops->atomic_write_lenTejun Heo1-18/+31
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo2-8/+65
2014-02-07kernfs: add missing kernfs_active() checks in directory operationsTejun Heo1-5/+6
2014-02-07kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo1-0/+23
2014-02-07kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo1-12/+13
2014-02-07kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo1-3/+30
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo1-92/+0
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2-1/+160
2014-02-07kernfs: remove KERNFS_REMOVEDTejun Heo2-32/+37
2014-02-07kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo1-7/+13
2014-02-07kernfs: remove kernfs_addrm_cxtTejun Heo4-104/+28
2014-02-07kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo1-4/+6
2014-02-07kernfs: restructure removal path to fix possible premature returnTejun Heo1-61/+68
2014-02-07kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo1-18/+13
2014-02-07kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo1-4/+8
2014-02-03nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo1-0/+1
2014-02-02hpfs: optimize quad buffer loadingMikulas Patocka1-46/+50
2014-02-02hpfs: remember free spaceMikulas Patocka3-10/+87
2014-02-01afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-02-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-420/+553
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-50/+25
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-35/+84
2014-01-31Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig4-47/+19
2014-01-31fs/super.c: sync ro remount after blocking writersAndrew Ruder1-1/+2
2014-01-31vfs: unexport the getname() symbolJeff Layton1-1/+0
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+14
2014-01-31ceph: fix missing dput in ceph_set_aclSage Weil1-3/+6
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu1-1/+1
2014-01-31nfs: initialize the ACL support bits to zero.Malahal Naineni1-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds52-2029/+5103
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-41/+16
2014-01-30ceph: simplify ceph_{get,init}_aclChristoph Hellwig1-40/+16
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds27-619/+456
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-272/+219
2014-01-30nfs: fix xattr inode op pointers when disabledChristoph Hellwig1-2/+2
2014-01-30ceph: remove duplicate declaration of ceph_setattrPeter Rosin1-1/+0
2014-01-29Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-9/+9
2014-01-29fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens1-1/+1
2014-01-29fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens1-8/+8
2014-01-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-45/+52
2014-01-29ceph: fix posix ACL hooksSage Weil4-5/+10