summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-07nfsd4: break only delegations when appropriateJ. Bruce Fields1-30/+0
2014-01-06NFSD: Fix a memory leak in nfsd4_create_sessionKinglong Mee1-8/+10
2014-01-06sunrpc: get rid of use_gssp_lockJeff Layton1-24/+18
2014-01-06sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton1-2/+2
2014-01-06sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton3-34/+2
2014-01-06nfsd: get rid of unused function definitionKinglong Mee1-2/+0
2014-01-06Define op_iattr for nfsd4_open instead using macroKinglong Mee1-2/+1
2014-01-06NFSD: fix compile warning without CONFIG_NFSD_V3Kinglong Mee1-0/+4
2014-01-03NFSD: Don't start lockd when only NFSv4 is runningKinglong Mee2-5/+22
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee3-9/+21
2014-01-03NFSD: fix bad length checking for backchannelKinglong Mee1-2/+7
2014-01-03NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee1-1/+1
2014-01-03Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee1-0/+2
2014-01-03nfsd: get rid of unused macro definitionKinglong Mee1-5/+0
2014-01-03nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrKinglong Mee1-9/+3
2014-01-03nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee2-25/+2
2014-01-03nfsd: clean up an xdr reserved space calculationKinglong Mee1-1/+1
2014-01-02nfsd: get rid of unused function definitionKinglong Mee1-8/+0
2014-01-02nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee2-9/+18
2013-12-12nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh1-2/+1
2013-12-12net/sunrpc/cache: simplify code by using hex_pack_byte()Andy Shevchenko1-3/+1
2013-12-11nfsd: don't try to reuse an expired DRC entry off the listJeff Layton1-32/+4
2013-12-10sunrpc: fix some typosWeng Meiling2-5/+4
2013-12-10nfsd: start documenting some XDR handling functionsChristoph Hellwig1-0/+19
2013-12-10nfsd: don't return high mode bitsAlbert Fluegel2-2/+2
2013-12-10nfsd4: update 4.1 nfsd status documentationJ. Bruce Fields1-28/+14
2013-12-10nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton1-1/+8
2013-12-06Linux 3.13-rc3v3.13-rc3Linus Torvalds1-1/+1
2013-12-06Merge tag 'trace-fixes-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-10/+3
2013-12-06Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-2/+6
2013-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds31-57/+129
2013-12-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-6/+19
2013-12-06Merge tag 'dt-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-37/+59
2013-12-06aio: clean up aio ring in the fail pathGu Zheng1-2/+6
2013-12-07Merge branch 'free-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/z...James Morris3-6/+19
2013-12-05Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds9-11/+87
2013-12-06Merge branches 'pm-epoll', 'pnp' and 'powercap'Rafael J. Wysocki4-5/+30
2013-12-06Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki5-6/+57
2013-12-05Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-1/+2
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-127/+44
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-40/+54
2013-12-05ftrace: default to tilegx if ARCH=tile is specifiedTony Lu1-1/+2
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt2-10/+3
2013-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds1-1/+2
2013-12-05Merge tag 'fbdev-fixes-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-20/+19
2013-12-05Merge tag 'sound-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-87/+146
2013-12-05Merge tag 'pinctrl-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+9
2013-12-05blk-mq: fix use-after-free of requestMing Lei1-2/+2
2013-12-04Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds12-37/+201
2013-12-04x86/apic, doc: Justification for disabling IO APIC before Local APICFenghua Yu1-0/+11