aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3013-0/+14
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-03-066-92/+100
|\ \
| * \ Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields2010-03-042-10/+3
| |\ \
| * | | nfsd4: fix minor memory leakJ. Bruce Fields2010-03-031-0/+2
| * | | NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONNChuck Lever2010-02-241-1/+2
| * | | commit_metadata export operation replacing nfsd_sync_dirBen Myers2010-02-202-57/+53
| * | | nfsd: Use vfs_fsync_range() in nfsd_commitTrond Myklebust2010-01-291-10/+20
| * | | NFSD: Create PF_INET6 listener in write_portsChuck Lever2010-01-271-1/+17
| * | | SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever2010-01-261-5/+1
| * | | nfsd41: Create the recovery entry for the NFSv4.1 clientRicardo Labiaga2010-01-141-1/+3
| * | | nfsd: use vfs_fsync for non-directoriesChristoph Hellwig2010-01-131-32/+17
| * | | nfsd4: Use FIRST_NFS4_OP in nfsd4_decode_compound()Ricardo Labiaga2010-01-131-1/+1
| * | | nfsd41: nfsd4_decode_compound() does not recognize all opsRicardo Labiaga2010-01-131-1/+1
| | |/ | |/|
* | | vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-061-0/+2
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-4/+0
|\ \ \
| * | | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-4/+0
| | |/ | |/|
* | | fix NFS4 handling of mountpoint statAl Viro2010-03-031-3/+9
* | | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-2/+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