summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2010-05-14NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2-12/+18
2010-05-14NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust2-17/+22
2010-05-14NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust1-3/+9
2010-05-14NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust2-11/+17
2010-05-14NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust1-4/+12
2010-05-14NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust1-30/+46
2010-05-14NFS: Reduce the stack footprint of nfs_follow_remote_path()Trond Myklebust1-6/+12
2010-05-14NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2-14/+41
2010-05-14NFSv4: Reduce the stack footprint of try_location()Trond Myklebust1-3/+7
2010-05-14NFS: Reduce the stack footprint of nfs_create_serverTrond Myklebust1-12/+39
2010-05-14NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust1-6/+14
2010-05-14NFSv4: Eliminate nfs4_path_walk()Trond Myklebust3-98/+25
2010-05-14NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust1-0/+20
2010-05-01NFS: Fix RCU issues in the NFSv4 delegation codeDavid Howells1-21/+23
2010-05-01NFSv4: Fix the locking in nfs_inode_reclaim_delegation()Trond Myklebust1-14/+28
2010-04-29Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-22/+45
2010-04-28nfs d_revalidate() is too trigger-happy with d_drop()Al Viro1-0/+2
2010-04-28nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4Xiaotian Feng1-0/+1
2010-04-28nfs: fix some issues in nfs41_proc_reclaim_complete()Dan Carpenter1-1/+4
2010-04-27NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clearTrond Myklebust1-15/+4
2010-04-22NFS: Fix an unstable write data integrity raceTrond Myklebust1-4/+32
2010-04-22nfs: testing for null instead of ERR_PTR()Dan Carpenter1-1/+1
2010-04-22NFS: rsize and wsize settings ignored on v4 mountsChuck Lever1-0/+2
2010-04-22NFSv4: Don't attempt an atomic open if the file is a mountpointTrond Myklebust1-1/+1
2010-04-12NFSv4: fix delegated lockingTrond Myklebust2-2/+5
2010-04-09NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptibleTrond Myklebust1-7/+16
2010-04-09NFS: Fix a race with the new commit codeTrond Myklebust1-7/+10
2010-04-09NFS: Ensure that writeback_single_inode() calls write_inode() when syncingTrond Myklebust1-2/+2
2010-04-09NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust1-4/+4
2010-04-09NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust1-1/+1
2010-04-07Have nfs ->d_revalidate() report errors properlyAl Viro1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo21-6/+16
2010-03-22NFS: don't try to decode GETATTR if DELEGRETURN returned errorJeff Layton1-0/+2
2010-03-19NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust1-1/+2
2010-03-15NFS: ensure bdi_unregister is called on mount failure.NeilBrown1-5/+20
2010-03-11NFS: Avoid a deadlock in nfs_release_pageTrond Myklebust1-10/+13
2010-03-10NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust3-2/+8
2010-03-08nfs4: Make the v4 callback service hiddenSteve Dickson1-0/+1
2010-03-08nfs: fix unlikely memory leakDan Carpenter1-0/+1
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust13-273/+115
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust3-42/+3
2010-03-05NFS: Clean up nfs_sync_mappingTrond Myklebust1-9/+5
2010-03-05NFS: Simplify nfs_wb_page()Trond Myklebust1-97/+23
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust2-47/+10
2010-03-05NFS: Simplify nfs_wb_page_cancel()Trond Myklebust1-38/+1
2010-03-05NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust1-0/+2
2010-03-05NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust1-1/+1
2010-03-05NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust1-4/+22
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2-4/+11