summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-05-01[JFFS2] Track parent inode for directories (for NFS export)David Woodhouse12-42/+70
2008-05-01[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.David Woodhouse4-7/+8
2008-05-01[JFFS2] Quiet lockdep false positive.David Woodhouse2-3/+10
2008-05-01[JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse1-7/+8
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-129/+66
2008-04-26Export __locks_copy_lock() so modular lockd buildsRoland Dreier1-0/+1
2008-04-25Merge git://git.infradead.org/mtd-2.6Linus Torvalds18-202/+399
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields1-14/+0
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields3-6/+3
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng2-5/+64
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng2-5/+64
2008-04-25leases: remove unneeded variable from fcntl_setlease().David M. Richter1-2/+1
2008-04-25leases: move lock allocation earlier in generic_setlease()David M. Richter1-5/+5
2008-04-25leases: when unlocking, skip locking-related stepsDavid M. Richter1-11/+13
2008-04-25leases: fix a return-value mixupDavid M. Richter1-0/+1
2008-04-25[PATCH] sanitize locate_fd()Al Viro1-26/+14
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-12/+6
2008-04-25[PATCH] sanitize handling of shared descriptor tables in failing execve()Al Viro4-65/+20
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro5-21/+15
2008-04-25cifs: timeout dfs automounts +little fix.Igor Mammedov3-17/+23
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds12-43/+176
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-531/+931
2008-04-24Merge branch 'devel'Trond Myklebust22-531/+931
2008-04-24[CIFS] Fix typo in previous commitSteve French1-2/+2
2008-04-24[CIFS] Fix define for new proxy cap to match documentationSteve French1-2/+5
2008-04-24Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French238-6571/+12005
2008-04-24knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton1-13/+14
2008-04-24knfsd: get rid of imode variable in nfsd_setattrJeff Layton1-3/+1
2008-04-24NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-24NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-24nfsd: use static memory for callback program and statsOlga Kornievskaia1-11/+17
2008-04-24nfsd: fix commentJ. Bruce Fields1-1/+1
2008-04-24lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields1-2/+1
2008-04-24NFSD: Remove NFSv4 dependency on NFSv3Chuck Lever1-1/+2
2008-04-24SUNRPC: Remove PROC_FS dependencyChuck Lever1-1/+0
2008-04-24NFSD: Use "depends on" for PROC_FS dependencyChuck Lever1-2/+1
2008-04-24nfsd: move most of fh_verify to separate functionJ. Bruce Fields1-105/+123
2008-04-24nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-24NFS: convert nfs4 callback thread to kthread APIJeff Layton1-38/+35
2008-04-24nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-24nfsd: fix sparse warningsHarvey Harrison4-13/+7
2008-04-24lockd: convert nsm_mutex to a spinlockJ. Bruce Fields1-15/+19
2008-04-24lockd: clean up __nsm_find()J. Bruce Fields1-16/+16
2008-04-24lockd: fix race in nlm_release()J. Bruce Fields1-6/+4
2008-04-24lockd: fix sparse warning in svcshare.cHarvey Harrison1-1/+2
2008-04-24make nfsd_create_setattr() staticAdrian Bunk1-1/+1
2008-04-24NFSD: Remove redundant "select" clauses in fs/KconfigChuck Lever1-2/+0
2008-04-24NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"Chuck Lever1-1/+1
2008-04-24NFSD: Move "select FS_POSIX_ACL if NFSD_V4"Chuck Lever1-2/+2
2008-04-24NFSD: Update help text for CONFIG_NFSDChuck Lever1-29/+47