summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-088-8/+0Star
* Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-05-072-6/+2Star
|\
| * locks: give posix_test_lock same interface as ->lockMarc Eshel2007-05-061-6/+1Star
| * 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/+1Star
* | mm: make read_cache_page synchronousNick Piggin2007-05-072-11/+0Star
* | 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/+1Star
* | NFS4: invalidate cached acl on setaclJ. Bruce Fields2007-05-021-2/+1Star
* | NFS: Fix directory caching problem - with test case and patch.Neil Brown2007-05-011-0/+4
* | NFS: Set meaningful value for fattr->time_start in readdirplus results.Neil Brown2007-05-011-0/+16
* | NFS: Added support to turn off the NFSv3 READDIRPLUS RPC.Steve Dickson2007-05-012-1/+3
* | NFS: switch NFSROOT to use new rpcbind clientChuck Lever2007-05-011-1/+1
* | SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-05-014-19/+15Star
* | NFS: Use pgoff_t in structures and functions that pass page cache offsetsTrond Myklebust2007-05-012-11/+11
* | NFS: Clean up nfs_sync_mapping_wait()Trond Myklebust2007-05-011-5/+1Star
* | NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-05-015-20/+37
* | NFS: Fix a race when doing NFS write coalescingTrond Myklebust2007-05-012-194/+47Star
* | NFS: Cleanup for nfs_readpages()Trond Myklebust2007-05-012-34/+17Star
* | NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-05-013-73/+113
* | NFS: Cleanup the coalescing codeTrond Myklebust2007-05-013-49/+103
* | NFS: Don't wait for congestion in nfs_update_request()Trond Myklebust2007-05-011-30/+0Star
* | NFS: statfs error-handling fixAmnon Aaronsohn2007-05-011-5/+4Star
* | NFS: Fix nfs_set_page_dirty()Trond Myklebust2007-05-011-1/+11
* | NFS: Fix race in nfs_set_page_dirtyTrond Myklebust2007-04-211-3/+14
* | NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust2007-04-211-25/+22Star
* | NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust2007-04-211-3/+3
* | NFS: clean up the unstable write codeTrond Myklebust2007-04-211-46/+71
|/
* NFS: Fix a list corruption problemTrond Myklebust2007-04-161-1/+3
* NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-151-7/+15
* NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust2007-04-151-4/+7
* NFS: Fix an Oops in nfs_setattr()Trond Myklebust2007-04-152-3/+6
* [PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regula...Trond Myklebust2007-03-171-1/+2
* [PATCH] nfs: fix congestion controlPeter Zijlstra2007-03-173-44/+84
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-1310-31/+36
|\
| * [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-2/+2
| * [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-126-10/+10
| * [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-2/+2
| * [PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGICAdrian Bunk2007-02-121-0/+1
| * [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever2007-02-122-3/+3
| * [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever2007-02-121-3/+9
| * [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...Chuck Lever2007-02-121-11/+9Star
* | NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever2007-02-131-3/+6
* | NFS: Don't use ClearPageUptodate() when writeback failsTrond Myklebust2007-02-131-5/+10
* | NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routineTrond Myklebust2007-02-131-6/+8
* | NFS: Fix a wraparound issue with nfsi->cache_change_attributeTrond Myklebust2007-02-131-8/+13
* | NFSv4: /proc/mounts displays the wrong server name for referralsTrond Myklebust2007-02-041-8/+5Star
* | NFS: fix print format for tk_pidChuck Lever2007-02-043-9/+12