aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-30NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust1-3/+9
2007-05-24NFS: Fix nfs_direct_dirty_pages()Trond Myklebust1-11/+18
2007-05-24NFS: Fix handful of compiler warnings in direct.cChuck Lever1-10/+16
2007-05-24NFS: Avoid a deadlock situation on writeTrond Myklebust2-2/+24
2007-05-21Detach sched.h from mm.hAlexey Dobriyan5-2/+5
2007-05-17Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust1-15/+13
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-15/+13
2007-05-14NFS: Fix more sparse warningsTrond Myklebust2-5/+5
2007-05-14NFS: Fix some 'sparse' warnings...Trond Myklebust5-8/+8
2007-05-14NFS4: Fix incorrect use of sizeof() in fs/nfs/nfs4xdr.cTrond Myklebust1-45/+45
2007-05-14NFS: use zero_user_pageNate Diller2-6/+6
2007-05-09NFS: Kill the obsolete NFS_PARANOIAJesper Juhl5-27/+2
2007-05-09NFS: use __set_current_state()Milind Arun Choudhary1-2/+2
2007-05-09NFS: Clean up NFSv4 XDR error messageChuck Lever1-3/+5
2007-05-09NFS: NFS client underestimates how large an NFSv4 SETATTR reply can beChuck Lever1-1/+2
2007-05-09NFS: Remove redundant check in nfs_check_verifier()Trond Myklebust1-7/+5
2007-05-09NFS: Fix a jiffie wraparound issueTrond Myklebust1-4/+8
2007-05-08nfs: fix congestion control: use atomic_longsPeter Zijlstra1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap8-8/+0
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-6/+2
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin2-11/+0
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel1-6/+1
2007-05-06locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields1-0/+1
2007-05-04NFS: Fix a compile glitch on 64-bit systemsTrond Myklebust1-1/+1
2007-05-02NFS: Clean up nfs_create_request commentsJason Uhlenkott1-7/+1
2007-05-02NFS4: invalidate cached acl on setaclJ. Bruce Fields1-2/+1
2007-04-30NFS: Fix directory caching problem - with test case and patch.Neil Brown1-0/+4
2007-04-30NFS: Set meaningful value for fattr->time_start in readdirplus results.Neil Brown1-0/+16
2007-04-30NFS: Added support to turn off the NFSv3 READDIRPLUS RPC.Steve Dickson2-1/+3
2007-04-30NFS: switch NFSROOT to use new rpcbind clientChuck Lever1-1/+1
2007-04-30SUNRPC: RPC buffer size estimates are too largeChuck Lever4-19/+15
2007-04-30NFS: Use pgoff_t in structures and functions that pass page cache offsetsTrond Myklebust2-11/+11
2007-04-30NFS: Clean up nfs_sync_mapping_wait()Trond Myklebust1-5/+1
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust5-20/+37
2007-04-30NFS: Fix a race when doing NFS write coalescingTrond Myklebust2-194/+47
2007-04-30NFS: Cleanup for nfs_readpages()Trond Myklebust2-34/+17
2007-04-30NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust3-73/+113
2007-04-30NFS: Cleanup the coalescing codeTrond Myklebust3-49/+103
2007-04-30NFS: Don't wait for congestion in nfs_update_request()Trond Myklebust1-30/+0
2007-04-30NFS: statfs error-handling fixAmnon Aaronsohn1-5/+4
2007-04-30NFS: Fix nfs_set_page_dirty()Trond Myklebust1-1/+11
2007-04-20NFS: Fix race in nfs_set_page_dirtyTrond Myklebust1-3/+14
2007-04-20NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust1-25/+22
2007-04-20NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust1-3/+3
2007-04-20NFS: clean up the unstable write codeTrond Myklebust1-46/+71
2007-04-15NFS: Fix a list corruption problemTrond Myklebust1-1/+3
2007-04-14NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust1-7/+15
2007-04-14NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust1-4/+7
2007-04-14NFS: Fix an Oops in nfs_setattr()Trond Myklebust2-3/+6