summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2012-10-21NFSD: pass null terminated buf to kstrtouint()Malahal Naineni1-1/+1
2012-10-21nfsd4: fix nfs4 stateid leakJ. Bruce Fields1-0/+1
2012-10-02NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky2-5/+7
2012-10-02NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky3-17/+14
2012-08-09nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields1-1/+1
2012-07-16SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2-3/+23
2012-07-16SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+9
2012-07-16Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky1-3/+3
2012-06-22nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernelsJ. Bruce Fields1-2/+2
2012-04-30nfsd: fix nfs4recover.c printk format warningRandy Dunlap1-1/+1
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+5
2012-04-13nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro1-1/+1
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro1-1/+1
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2-5/+5
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds16-276/+1311
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton4-5/+21
2012-03-28nfsd4: use auth_unix unconditionally on backchannelJ. Bruce Fields1-1/+2
2012-03-28nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton1-2/+1
2012-03-28nfsd4: memory corruption in numeric_name_to_id()Dan Carpenter1-1/+1
2012-03-26nfsd4: allow numeric idmappingJ. Bruce Fields1-4/+49
2012-03-26nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton1-0/+7
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton3-1/+53
2012-03-26nfsd: add the infrastructure to handle the cld upcallJeff Layton1-1/+443
2012-03-26nfsd: add a per-net-namespace struct for nfsdJeff Layton2-1/+48
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton3-58/+156
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton5-33/+47
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields5-12/+13
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-12/+13
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-03-20switch touch_atime to struct pathAl Viro1-5/+6
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever4-28/+31
2012-03-20NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust2-0/+12
2012-03-19nfsd: merge cookie collision fixes from ext4 treeJ. Bruce Fields2-10/+25
2012-03-18nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2-2/+15
2012-03-18nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert1-8/+10
2012-03-09nfsd4: make sure set CB_PATH_DOWN sequence flag setJ. Bruce Fields1-1/+1
2012-03-06nfsd4: reduce do_open_lookup() stack usageJ. Bruce Fields1-10/+14
2012-03-06nfsd4: delay setting current filehandle till successJ. Bruce Fields1-5/+3
2012-03-06nfsd41: free_session/free_client must be called under the client_lockBenny Halevy2-16/+32
2012-03-06nfsd41: refactor nfsd4_deleg_xgrade_none_ext logic out of nfsd4_process_open2Benny Halevy1-15/+20
2012-03-06nfsd41: refactor nfs4_open_deleg_none_ext logic out of nfs4_open_delegationBenny Halevy1-19/+24
2012-03-06nfsd4: fix recovery-entry leak nfsd startup failureJ. Bruce Fields1-0/+1
2012-03-06nfsd4: fix recovery-dir leak on nfsd startup failureJeff Layton1-13/+13
2012-03-06nfsd4: purge stable client records with insufficient stateJ. Bruce Fields1-1/+3
2012-03-06nfsd4: don't set cl_firststate on first reclaim in 4.1 caseJ. Bruce Fields1-3/+8
2012-02-17nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_...Benny Halevy3-7/+68
2012-02-17NFSD: Clean up the test_stateid functionBryan Schumaker3-49/+35