summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2612-36/+51
|\
| * nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields2013-02-264-9/+24
| * switch vfs_getattr() to struct pathAl Viro2013-02-266-21/+21
| * new helper: file_inode(file)Al Viro2013-02-223-7/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-2514-97/+158
|\ \
| * | nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman2013-02-134-14/+14
| * | nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2013-02-132-9/+15
| * | nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman2013-02-132-5/+12
| * | nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman2013-02-132-33/+71
| * | nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman2013-02-131-6/+8
| * | nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman2013-02-131-6/+8
| * | nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman2013-02-133-10/+4
| * | nfsd: Convert idmap to use kuids and kgidsEric W. Biederman2013-02-132-10/+24
| * | nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman2013-02-131-6/+6
| * | nfsd: Remove declaration of nonexistent nfs4_acl_permisisonEric W. Biederman2013-02-131-2/+0
| |/
* | fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei2013-02-233-9/+9
* | fs/nfsd: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+2
|/
* Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-211-1/+0
* nfsd4: don't leave freed stateid hashedJ. Bruce Fields2012-12-171-0/+1
* nfsd4: free_stateid can use the current stateidJ. Bruce Fields2012-12-171-0/+1
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-177-49/+47
* nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields2012-12-171-0/+1
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2012-12-171-1/+10
* nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields2012-12-173-8/+19
* NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker2012-12-101-1/+1
* NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker2012-12-102-3/+3
* nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky2012-12-101-1/+3
* nfsd: simplify service shutdownStanislav Kinsbursky2012-12-101-7/+2
* nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky2012-12-101-4/+5
* nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky2012-12-101-29/+15
* nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky2012-12-101-16/+34
* nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-105-78/+110
* nfsd: make NFSd service boot time per-netStanislav Kinsbursky2012-12-105-16/+23
* nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2012-12-102-0/+14
* nfsd: move per-net startup code to separated functionStanislav Kinsbursky2012-12-101-15/+33
* nfsd: pass net to __write_ports() and downStanislav Kinsbursky2012-12-101-8/+8
* nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky2012-12-103-4/+4
* nfsd: pass net to nfsd_svc()Stanislav Kinsbursky2012-12-103-4/+5
* nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky2012-12-103-6/+5
* nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky2012-12-101-9/+6
* nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky2012-12-101-4/+4
* nfsd: use "init_net" for portmapperStanislav Kinsbursky2012-12-101-2/+1
* nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2012-12-102-5/+13
* nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky2012-12-102-20/+30
* nfsd4: lockt, release_lockowner should renew clientsJ. Bruce Fields2012-12-041-18/+23
* NFSD: Forget state for a specific clientBryan Schumaker2012-12-033-4/+49
* NFSD: Add a custom file operations structure for fault injectionBryan Schumaker2012-12-031-7/+49
* NFSD: Reading a fault injection file prints a state countBryan Schumaker2012-12-033-2/+58
* NFSD: Fault injection operations take a per-client forget functionBryan Schumaker2012-12-033-42/+16
OpenPOWER on IntegriCloud