aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-29
| | * | | | | | | | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-29
| | * | | | | | | | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-26
| | * | | | | | | | | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-26
| | * | | | | | | | | NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-26
| | * | | | | | | | | NFS: Add an nfsiod workqueueTrond Myklebust2008-02-26
| | * | | | | | | | | NFS: Fix a deadlock with lazy umountTrond Myklebust2008-02-26
| | * | | | | | | | | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-02-25
* | | | | | | | | | | knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton2008-04-23
* | | | | | | | | | | knfsd: get rid of imode variable in nfsd_setattrJeff Layton2008-04-23
* | | | | | | | | | | NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton2008-04-23
* | | | | | | | | | | NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton2008-04-23
* | | | | | | | | | | nfsd: use static memory for callback program and statsOlga Kornievskaia2008-04-23
* | | | | | | | | | | nfsd: fix commentJ. Bruce Fields2008-04-23
* | | | | | | | | | | lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields2008-04-23
* | | | | | | | | | | NFSD: Remove NFSv4 dependency on NFSv3Chuck Lever2008-04-23
* | | | | | | | | | | SUNRPC: Remove PROC_FS dependencyChuck Lever2008-04-23
* | | | | | | | | | | NFSD: Use "depends on" for PROC_FS dependencyChuck Lever2008-04-23
* | | | | | | | | | | nfsd: move most of fh_verify to separate functionJ. Bruce Fields2008-04-23
* | | | | | | | | | | nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher2008-04-23
* | | | | | | | | | | NFS: convert nfs4 callback thread to kthread APIJeff Layton2008-04-23
* | | | | | | | | | | nfsd: fix sparse warning in vfs.cHarvey Harrison2008-04-23
* | | | | | | | | | | nfsd: fix sparse warningsHarvey Harrison2008-04-23
* | | | | | | | | | | lockd: convert nsm_mutex to a spinlockJ. Bruce Fields2008-04-23
* | | | | | | | | | | lockd: clean up __nsm_find()J. Bruce Fields2008-04-23
* | | | | | | | | | | lockd: fix race in nlm_release()J. Bruce Fields2008-04-23
* | | | | | | | | | | lockd: fix sparse warning in svcshare.cHarvey Harrison2008-04-23
* | | | | | | | | | | make nfsd_create_setattr() staticAdrian Bunk2008-04-23
* | | | | | | | | | | NFSD: Remove redundant "select" clauses in fs/KconfigChuck Lever2008-04-23
* | | | | | | | | | | NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"Chuck Lever2008-04-23
* | | | | | | | | | | NFSD: Move "select FS_POSIX_ACL if NFSD_V4"Chuck Lever2008-04-23
* | | | | | | | | | | NFSD: Update help text for CONFIG_NFSDChuck Lever2008-04-23
* | | | | | | | | | | NFSD: Remove NFSD_TCP kernel build optionChuck Lever2008-04-23
* | | | | | | | | | | nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields2008-04-23
* | | | | | | | | | | nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields2008-04-23
* | | | | | | | | | | nfsd4: simplify stateid sequencing checksJ. Bruce Fields2008-04-23
* | | | | | | | | | | nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields2008-04-23
* | | | | | | | | | | nfs: remove unnecessary NFS_NEED_* definesJ. Bruce Fields2008-04-23
* | | | | | | | | | | IPv6 support for NFS server export cachesAurélien Charbon2008-04-23
* | | | | | | | | | | NLM: Convert lockd to use kthreadsJeff Layton2008-04-23
* | | | | | | | | | | knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown2008-04-23
|/ / / / / / / / / /
* | | | | | | | | | [patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi2008-04-23
* | | | | | | | | | [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai2008-04-23
* | | | | | | | | | [patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi2008-04-23
* | | | | | | | | | [patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi2008-04-23
* | | | | | | | | | [patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi2008-04-23
* | | | | | | | | | [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-23
* | | | | | | | | | [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-23
* | | | | | | | | | [PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro2008-04-23
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-22
|\ \ \ \ \ \ \ \ \ \