summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* NFSD: don't report compiled-out versions as presentPavel Emelyanov2010-07-051-1/+1
* nfsd4: bug in read_bufNeil Brown2010-05-121-4/+4
* fix NFS4 handling of mountpoint statAl Viro2010-04-261-3/+9
* vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-151-0/+2
* vfs: don't call ima_file_check() unconditionally in nfsd_open()Chuck Ebbert2010-02-201-1/+2
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-02-081-9/+1
|\
| * Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields2010-02-081-9/+1
* | ima: rename ima_path_check to ima_file_checkMimi Zohar2010-02-071-1/+1
* | fix ima breakageMimi Zohar2010-02-071-2/+1
* | Take ima_path_check() in nfsd past dentry_open() in nfsd_open()Al Viro2010-02-071-1/+2
* | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-01-061-4/+1
|\|
| * nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig2010-01-061-4/+1
| * nfsd: fix "insecure" export optionJ. Bruce Fields2009-12-201-1/+1
* | nfsd: fix "insecure" export optionJ. Bruce Fields2009-12-201-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-4/+1
|\ \ | |/ |/|
| * Untangling ima mess, part 3: kill dead code in imaAl Viro2009-12-161-2/+1
| * Untangling ima mess, part 2: deal with countersAl Viro2009-12-161-2/+0
* | nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-1527-61/+2
* | nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields2009-12-155-0/+213
* | nfsd: make V4ROOT exports read-onlyJ. Bruce Fields2009-12-151-4/+11
* | nfsd: restrict filehandles accepted in V4ROOT caseSteve Dickson2009-12-153-6/+39
* | nfsd: allow exports of symlinksJ. Bruce Fields2009-12-151-2/+4
* | nfsd: filter readdir results in V4ROOT caseJ. Bruce Fields2009-12-153-4/+9
* | nfsd: filter lookup results in V4ROOT caseJ. Bruce Fields2009-12-151-1/+14
* | nfsd4: don't continue "under" mounts in V4ROOT caseJ. Bruce Fields2009-12-151-2/+10
* | nfsd: introduce export flag for v4 pseudorootSteve Dickson2009-12-151-0/+1
* | nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields2009-12-141-1/+3
* | nfsd: new interface to advertise export featuresJ. Bruce Fields2009-12-141-0/+21
* | nfsd: Move private headers to source directoryBoaz Harrosh2009-12-1426-40/+1963
* | nfsd: Source files #include cleanupsBoaz Harrosh2009-12-1422-237/+2
* | nfsd4: fix share mode permissionsJ. Bruce Fields2009-12-141-1/+1
* | nfsd: simplify fh_verify access checksJ. Bruce Fields2009-11-251-29/+21
* | Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-231-1/+1
|\|
| * Fix memory corruption caused by nfsd readdir+Petr Vandrovec2009-11-141-1/+1
* | nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-1313-0/+110
* | nfsd: use STATEID_FMT and STATEID_VAL for printing stateidsBenny Halevy2009-11-051-30/+16
* | nfsd: register NFS_ACL with rpcbindPeter Staubach2009-11-042-3/+12
* | nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groupsFrank Filz2009-10-271-1/+1
* | nfsd4.1: common slot allocation size calculationJ. Bruce Fields2009-10-271-3/+11
* | nfsd4.1: fix session memory use calculationJ. Bruce Fields2009-10-271-1/+4
* | Merge commit 'v2.6.32-rc5' into for-2.6.33J. Bruce Fields2009-10-271-1/+1
|\|
| * const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* | nfsd41: use sv_max_mesg for forechannel max sizesAndy Adamson2009-09-281-1/+2
* | nfsd4: fix error return when pseudoroot missingJ. Bruce Fields2009-09-282-4/+19
* | nfsd: minor nfsd_lookup cleanupJ. Bruce Fields2009-09-281-24/+36
* | nfsd4: cross mountpoints when looking up parentsJ. Bruce Fields2009-09-281-1/+1
|/
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-09-2211-607/+778
|\
| * nfsd4: nfsv4 clients should cross mountpointsSteve Dickson2009-09-211-1/+8