aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2013-12-08nfsd: use "init_net" for portmapperStanislav Kinsbursky
2013-11-29nfsd: make sure to balance get/put_write_accessChristoph Hellwig
2013-11-29nfsd: split up nfsd_setattrChristoph Hellwig
2013-07-13nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields
2013-05-19nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields
2013-05-07nfsd: Decode and send 64bit time valuesBryan Schumaker
2013-05-07nfsd4: don't close read-write opens too soonJ. Bruce Fields
2013-04-05nfsd4: reject "negative" acl lengthsJ. Bruce Fields
2013-03-04nfsd: Fix memleakmajianpeng
2013-01-11nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown
2013-01-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields
2013-01-11nfsd: fix v4 reply cachingJ. Bruce Fields
2013-01-11nfs: fix wrong object type in lockowner_slabYanchuan Nian
2012-11-17nfsd: add get_uint for u32'sJ. Bruce Fields
2012-10-21NFSD: pass null terminated buf to kstrtouint()Malahal Naineni
2012-10-21nfsd4: fix nfs4 stateid leakJ. Bruce Fields
2012-10-02NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky
2012-10-02NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky
2012-08-09nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields
2012-07-16SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky
2012-07-16SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky
2012-07-16Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky
2012-06-22nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernelsJ. Bruce Fields
2012-04-30nfsd: fix nfs4recover.c printk format warningRandy Dunlap
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-04-13nfsd: fix compose_entry_fh() failure exitsAl Viro
2012-04-13nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()Al Viro
2012-04-13nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro
2012-04-13nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro
2012-04-13nfsd: fix b0rken error value for setattr on read-only mountAl Viro
2012-04-11nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton
2012-03-28nfsd4: use auth_unix unconditionally on backchannelJ. Bruce Fields
2012-03-28nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton
2012-03-28nfsd4: memory corruption in numeric_name_to_id()Dan Carpenter
2012-03-26nfsd4: allow numeric idmappingJ. Bruce Fields
2012-03-26nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton
2012-03-26nfsd: add the infrastructure to handle the cld upcallJeff Layton
2012-03-26nfsd: add a per-net-namespace struct for nfsdJeff Layton
2012-03-26nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton
2012-03-26nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-20debugfs-related mode_t whack-a-moleAl Viro
2012-03-20switch touch_atime to struct pathAl Viro
2012-03-20NFSD: Fix nfs4_verifier memory alignmentChuck Lever
2012-03-20NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust
2012-03-19nfsd: merge cookie collision fixes from ext4 treeJ. Bruce Fields