summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* sendfile: convert nfs to using splice_read()Jens Axboe2007-07-101-6/+9
* NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust2007-05-301-3/+9
* NFS: Fix nfs_direct_dirty_pages()Trond Myklebust2007-05-241-11/+18
* NFS: Fix handful of compiler warnings in direct.cChuck Lever2007-05-241-10/+16
* NFS: Avoid a deadlock situation on writeTrond Myklebust2007-05-242-2/+24
* Detach sched.h from mm.hAlexey Dobriyan2007-05-215-2/+5
* Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust2007-05-171-15/+13
|\
| * Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-15/+13
* | NFS: Fix more sparse warningsTrond Myklebust2007-05-142-5/+5
* | NFS: Fix some 'sparse' warnings...Trond Myklebust2007-05-145-8/+8
* | NFS4: Fix incorrect use of sizeof() in fs/nfs/nfs4xdr.cTrond Myklebust2007-05-141-45/+45
* | NFS: use zero_user_pageNate Diller2007-05-142-6/+6
|/
* NFS: Kill the obsolete NFS_PARANOIAJesper Juhl2007-05-095-27/+2
* NFS: use __set_current_state()Milind Arun Choudhary2007-05-091-2/+2
* NFS: Clean up NFSv4 XDR error messageChuck Lever2007-05-091-3/+5
* NFS: NFS client underestimates how large an NFSv4 SETATTR reply can beChuck Lever2007-05-091-1/+2
* NFS: Remove redundant check in nfs_check_verifier()Trond Myklebust2007-05-091-7/+5
* NFS: Fix a jiffie wraparound issueTrond Myklebust2007-05-091-4/+8
* nfs: fix congestion control: use atomic_longsPeter Zijlstra2007-05-081-2/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-088-8/+0
* Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-05-072-6/+2
|\
| * locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-061-6/+1
| * locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields2007-05-061-0/+1
* | slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* | mm: make read_cache_page synchronousNick Piggin2007-05-072-11/+0
* | NFS: Fix a compile glitch on 64-bit systemsTrond Myklebust2007-05-041-1/+1
* | NFS: Clean up nfs_create_request commentsJason Uhlenkott2007-05-021-7/+1
* | NFS4: invalidate cached acl on setaclJ. Bruce Fields2007-05-021-2/+1
* | NFS: Fix directory caching problem - with test case and patch.Neil Brown2007-04-301-0/+4
* | NFS: Set meaningful value for fattr->time_start in readdirplus results.Neil Brown2007-04-301-0/+16
* | NFS: Added support to turn off the NFSv3 READDIRPLUS RPC.Steve Dickson2007-04-302-1/+3
* | NFS: switch NFSROOT to use new rpcbind clientChuck Lever2007-04-301-1/+1
* | SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-304-19/+15
* | NFS: Use pgoff_t in structures and functions that pass page cache offsetsTrond Myklebust2007-04-302-11/+11
* | NFS: Clean up nfs_sync_mapping_wait()Trond Myklebust2007-04-301-5/+1
* | NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-04-305-20/+37
* | NFS: Fix a race when doing NFS write coalescingTrond Myklebust2007-04-302-194/+47
* | NFS: Cleanup for nfs_readpages()Trond Myklebust2007-04-302-34/+17
* | NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-04-303-73/+113
* | NFS: Cleanup the coalescing codeTrond Myklebust2007-04-303-49/+103
* | NFS: Don't wait for congestion in nfs_update_request()Trond Myklebust2007-04-301-30/+0
* | NFS: statfs error-handling fixAmnon Aaronsohn2007-04-301-5/+4
* | NFS: Fix nfs_set_page_dirty()Trond Myklebust2007-04-301-1/+11
* | NFS: Fix race in nfs_set_page_dirtyTrond Myklebust2007-04-201-3/+14
* | NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust2007-04-201-25/+22
* | NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust2007-04-201-3/+3
* | NFS: clean up the unstable write codeTrond Myklebust2007-04-201-46/+71
|/
* NFS: Fix a list corruption problemTrond Myklebust2007-04-151-1/+3
* NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-141-7/+15
* NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust2007-04-141-4/+7