aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-16[PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular filesTrond Myklebust1-1/+2
2007-03-16[PATCH] nfs: fix congestion controlPeter Zijlstra3-44/+84
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust10-31/+36
2007-02-12NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever1-3/+6
2007-02-12NFS: Don't use ClearPageUptodate() when writeback failsTrond Myklebust1-5/+10
2007-02-12NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routineTrond Myklebust1-6/+8
2007-02-12NFS: Fix a wraparound issue with nfsi->cache_change_attributeTrond Myklebust1-8/+13
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven6-10/+10
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-2/+2
2007-02-12[PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGICAdrian Bunk1-0/+1
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever2-3/+3
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printingChuck Lever1-3/+9
2007-02-12[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapperChuck Lever1-11/+9
2007-02-03NFSv4: /proc/mounts displays the wrong server name for referralsTrond Myklebust1-8/+5
2007-02-03NFS: fix print format for tk_pidChuck Lever3-9/+12
2007-02-03NFSv4: Add lockdep checks to nfs4_wait_clnt_recover()Trond Myklebust1-0/+4
2007-02-03NFSv4: Don't start state recovery in nfs4_close_done()Trond Myklebust1-5/+1
2007-02-03NFS: Fixup some outdated comments...Trond Myklebust1-41/+1
2007-02-03NFS: nfs_writepages() cleanupTrond Myklebust2-25/+11
2007-02-03NFS: Micro-optimisation for nfs_wb_page()Trond Myklebust1-0/+2
2007-02-03NFS: Ensure that ->writepage() uses flush_stable() when reclaiming pagesTrond Myklebust1-1/+1
2007-02-03NFS: Remove nfs_readpage_sync()Trond Myklebust4-196/+2
2007-02-03NFSv4: Cleanups for fs_locations code.Trond Myklebust4-13/+7
2007-02-03NFSv4: Don't require that NFSv4 mount paths begin with '/'Trond Myklebust1-5/+6
2007-02-03NFS: Dont clobber more uptodate values in nfs_set_verifier()Trond Myklebust1-5/+14
2007-02-03NFS: Also use readdir info to revalidate positive dentriesTrond Myklebust1-3/+11
2007-02-03NFS: Fix a readdir/lookup inefficiency.Trond Myklebust1-2/+8
2007-02-03NFS: Fix up "rm -rf"...Trond Myklebust1-0/+2
2007-02-03NFSv4: Fix NFS4_enc_server_caps_sz/NFS4_dec_server_caps_szTrond Myklebust1-0/+2
2007-02-03NFSv4: Fix Oops in nfs4_create_referral_serverTrond Myklebust2-3/+8
2007-01-30[PATCH] Remove warning: VFS is out of sync with lock managerNeil Brown1-2/+3
2007-01-24[PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust3-32/+71
2007-01-11[PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust1-8/+8
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-1/+1
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek8-29/+29
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust5-12/+12
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust4-8/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter5-6/+6