summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-07-132-16/+3
|\
| * SUNRPC: Add a convenient default for the hostname when calling rpc_create()Chuck Lever2007-07-101-6/+0
| * SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust2007-07-102-10/+3
* | nfsd: fix nfsd_vfs_read() splice actor setupJens Axboe2007-07-131-0/+1
|/
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
* sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe2007-07-101-16/+31
* Detach sched.h from mm.hAlexey Dobriyan2007-05-213-2/+3
* knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma...NeilBrown2007-05-091-6/+50
* knfsd: various nfsd xdr cleanupsNeilBrown2007-05-092-60/+34
* knfsd: trivial makefile cleanupChristoph Hellwig2007-05-091-1/+0
* knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown2007-05-091-7/+7
* RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-092-2/+2
* nfsd/nfs4state: remove unnecessary daemonize callEric W. Biederman2007-05-091-2/+0
* The NFSv2/NFSv3 server does not handle zero length WRITE requests correctlyPeter Staubach2007-05-092-17/+77
* remove nfs4_acl_add_ace()Adrian Bunk2007-05-091-17/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-083-3/+0
* Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-05-071-11/+19
|\
| * nfsd4: Convert NFSv4 to new lock interfaceMarc Eshel2007-05-061-7/+13
| * locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel2007-05-061-4/+6
| * locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-061-3/+3
* | SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-301-5/+2
|/
* [PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() callJ. Bruce Fields2007-03-271-1/+0
* [PATCH] knfsd: nfsd4: demote "clientid in use" printk to a dprintkBruce Fields2007-03-271-3/+2
* [PATCH] knfsd: nfsd4: fix inheritance flags on v4 ace derived from posix defa...Bruce Fields2007-03-271-1/+1
* [PATCH] knfsd: allow nfsd READDIR to return 64bit cookiesNeilBrown2007-03-271-3/+3
* [PATCH] include of asm/pgtable.h in nfsfh is bogusAl Viro2007-03-141-1/+0
* [PATCH] Fix a free-wrong-pointer bug in nfs/acl server.Greg Banks2007-02-191-5/+12
* [PATCH] knfsd: nfsd4: fix handling of directories without default ACLsJ. Bruce Fields2007-02-161-1/+20
* [PATCH] knfsd: nfsd4: acls: avoid unnecessary deniesJ. Bruce Fields2007-02-161-45/+145
* [PATCH] knfsd: nfsd4: acls: don't return explicit maskJ. Bruce Fields2007-02-161-18/+7
* [PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields2007-02-162-2/+5
* [PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savememJ. Bruce Fields2007-02-161-6/+4
* [PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked listJ. Bruce Fields2007-02-162-131/+59
* [PATCH] knfsd: nfsd4: simplify nfsv4->posix translationJ. Bruce Fields2007-02-161-95/+38
* [PATCH] knfsd: nfsd4: relax checking of ACL inheritance bitsJ. Bruce Fields2007-02-161-10/+13
* [PATCH] knfsd: nfsd4: fix non-terminated stringJ. Bruce Fields2007-02-161-1/+6
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-143-3/+0
* [PATCH] knfsd: add some new fsid typesNeilBrown2007-02-145-92/+162
* [PATCH] knfsd: tidy up choice of filesystem-identifier when creating a fileha...NeilBrown2007-02-141-64/+60
* [PATCH] knfsd: fix return value for writes to some files in 'nfsd' filesystemNeilBrown2007-02-141-1/+1
* [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever2007-02-122-10/+10
* [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever2007-02-122-6/+8
* [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...Chuck Lever2007-02-121-2/+4
* [PATCH] endianness bug: ntohl() misspelled as >> 24 in fh_verify().Al Viro2007-02-011-1/+1
* [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown2007-01-303-10/+6
* [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown2007-01-264-10/+13
* [PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookiePeter Staubach2007-01-261-16/+5
* [PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown2007-01-261-1/+2
* [PATCH] knfsd: fix setting of ACL server versionsNeilBrown2007-01-261-4/+4
OpenPOWER on IntegriCloud