aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-13Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds26-1058/+2245
2007-07-13nfsd: fix nfsd_vfs_read() splice actor setupJens Axboe1-0/+1
2007-07-13splice: fix offset mangling with direct splicing (sendfile)Jens Axboe1-23/+11
2007-07-13security: revalidate rw permissions for sys_splice and sys_vmspliceJames Morris1-0/+9
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+2
2007-07-11sysfs: make directory dentries and inodes reclaimableTejun Heo4-181/+187
2007-07-11sysfs: implement sysfs_get_dentry()Tejun Heo2-0/+99
2007-07-11sysfs: move sysfs_drop_dentry() to dir.c and make it staticTejun Heo3-57/+56
2007-07-11sysfs: restructure add/remove paths and fix inode updateTejun Heo5-124/+229
2007-07-11sysfs: use sysfs_mutex to protect the sysfs_dirent treeTejun Heo5-80/+116
2007-07-11sysfs: consolidate sysfs spinlocksTejun Heo4-23/+21
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo7-135/+135
2007-07-11sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()Tejun Heo4-20/+50
2007-07-11sysfs: implement SYSFS_FLAG_REMOVED flagTejun Heo2-1/+4
2007-07-11sysfs: rename sysfs_dirent->s_type to s_flags and make room for flagsTejun Heo4-19/+31
2007-07-11sysfs: make sysfs_drop_dentry() access inodes using ilookup()Tejun Heo1-35/+28
2007-07-11sysfs: Fix oops in sysfs_drop_dentry on x86_64Rafael J. Wysocki1-1/+2
2007-07-11sysfs: use singly-linked list for sysfs_dirent treeTejun Heo4-54/+111
2007-07-11sysfs: slim down sysfs_dirent->s_activeTejun Heo2-37/+50
2007-07-11sysfs: move s_active functions to fs/sysfs/dir.cTejun Heo2-88/+94
2007-07-11sysfs: fix root sysfs_dirent -> root dentry associationTejun Heo1-0/+1
2007-07-11sysfs: use iget_locked() instead of new_inode()Tejun Heo3-26/+37
2007-07-11sysfs: reorganize sysfs_new_indoe() and sysfs_create()Tejun Heo4-144/+118
2007-07-11sysfs: fix parent refcounting during rename and moveTejun Heo1-0/+6
2007-07-11sysfs: make sysfs_alloc_ino() staticTejun Heo1-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo5-34/+10
2007-07-11sysfs: reimplement sysfs_drop_dentry()Tejun Heo3-35/+67
2007-07-11sysfs: separate out sysfs_attach_dentry()Tejun Heo3-36/+30
2007-07-11sysfs: kill attribute file orphaningTejun Heo4-101/+13
2007-07-11sysfs: implement sysfs_dirent active reference and immediate disconnectTejun Heo5-113/+271
2007-07-11sysfs: implement bin_bufferTejun Heo1-15/+49
2007-07-11sysfs: reimplement symlink using sysfs_dirent treeTejun Heo3-46/+53
2007-07-11sysfs: implement kobj_sysfs_assoc_lockTejun Heo2-1/+8
2007-07-11sysfs: make sysfs_dirent->s_element a unionTejun Heo7-79/+71
2007-07-11sysfs: add sysfs_dirent->s_nameTejun Heo5-67/+50
2007-07-11sysfs: add sysfs_dirent->s_parentTejun Heo3-7/+25
2007-07-11sysfs: consolidate sysfs_dirent creation functionsTejun Heo4-67/+50
2007-07-11sysfs: flatten and fix sysfs_rename_dir() error handlingTejun Heo1-32/+41
2007-07-11sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()Tejun Heo2-42/+58
2007-07-11sysfs: fix error handling in binattr write()Tejun Heo1-14/+9
2007-07-11sysfs: make sysfs_put() ignore NULL sdTejun Heo1-1/+1
2007-07-11sysfs: allocate inode number using idaTejun Heo1-9/+36
2007-07-11sysfs: move release_sysfs_dirent() to dir.cTejun Heo2-12/+13
2007-07-11debugfs: add rename for debugfs filesJan Kara1-0/+63
2007-07-10NFSv4: Make sure unlock is really an unlock when cancelling a lockFrank Filz1-0/+5
2007-07-10NLM: fix source address of callback to clientFrank van Maarseveen1-8/+19
2007-07-10NFSv4: Make the NFS state model work with the nosharedcache mount optionTrond Myklebust2-2/+21
2007-07-10NFS: Error when mounting the same filesystem with different optionsTrond Myklebust1-1/+42
2007-07-10NFS: Add the mount option "nosharecache"Trond Myklebust1-5/+38
2007-07-10NFS: Add support for mounting NFSv4 file systems with string optionsChuck Lever1-7/+84