summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Clean up new multi-segment direct I/O changesChuck Lever2007-11-261-9/+13
* NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever2007-11-261-0/+2
* NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever2007-11-261-44/+23
* NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever2007-11-261-0/+71
* NFS: fs/nfs/dir.c should #include "internal.h"Adrian Bunk2007-11-261-0/+1
* NFS: make nfs_wb_page_priority() staticAdrian Bunk2007-11-261-1/+2
* NFS: mount failure causes bad page stateRussell King2007-11-261-2/+4
* kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad serverNeil Brown2007-11-171-0/+5
* NFS: Fix the ustat() regressionTrond Myklebust2007-11-171-54/+27
* NFS: Fix for bug in handling of errors for O_DIRECT writesNeil Brown2007-10-231-3/+3
* NFS: Fix a typo in nfs_call_unlink()Trond Myklebust2007-10-211-1/+1
* NFSv2: Ensure that the directory metadata gets revalidated on file createTrond Myklebust2007-10-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-191-1/+1
|\
| * Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* | Avoid compile error in fs/nfs/unlink.cLinus Torvalds2007-10-191-1/+2
* | nfs: Fix build break with CONFIG_NFS_V4=nOlof Johansson2007-10-191-0/+1
* | NFSv4: Fix an rpc_cred reference leakage in fs/nfs/delegation.cTrond Myklebust2007-10-191-1/+2
* | NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust2007-10-195-13/+41
* | NFS: Fix a race in sillyrenameTrond Myklebust2007-10-194-18/+119
* | NFS: Fix a writeback race...Trond Myklebust2007-10-191-4/+13
|/
* NFS: if ATTR_KILL_S*ID bits are set, then skip mode changeJeff Layton2007-10-181-0/+4
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* mm: count reclaimable pages per BDIPeter Zijlstra2007-10-171-0/+7
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+6
* nfs: remove congestion_end()Peter Zijlstra2007-10-171-3/+1
* nfs: convert to new aopsNick Piggin2007-10-161-20/+60
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-151-2/+1
|\
| * NFS: clean up explicit check for mandatory locksPavel Emelyanov2007-10-091-2/+1
* | NFSv4: Fix a typo in nfs_inode_reclaim_delegationTrond Myklebust2007-10-111-1/+3
* | NFS: Add a boot parameter to disable 64 bit inode numbersTrond Myklebust2007-10-092-2/+28
* | NFS: nfs_refresh_inode should clear cache_validity flags on successTrond Myklebust2007-10-091-18/+17
* | NFS: Fix a connectathon regression in NFSv3 and NFSv4Trond Myklebust2007-10-092-7/+13
* | NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inodeTrond Myklebust2007-10-092-5/+3
* | NFS: Get rid of some obsolete macrosTrond Myklebust2007-10-092-3/+3
* | NFS: Simplify filehandle revalidationTrond Myklebust2007-10-091-0/+1
* | NFS: Ensure that nfs_link() returns a hashed dentryTrond Myklebust2007-10-091-1/+2
* | NFS: Be strict about dentry revalidation when doing exclusive createTrond Myklebust2007-10-091-15/+14
* | NFS: Don't zap the readdir caches upon errorTrond Myklebust2007-10-091-2/+0
* | NFS: Remove the redundant nfs_reval_fsid()Trond Myklebust2007-10-091-15/+0
* | NFSv3: Always use directory post-op attributes in nfs3_proc_lookupTrond Myklebust2007-10-091-2/+1
* | NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries tooTrond Myklebust2007-10-092-9/+6
* | NFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidateTrond Myklebust2007-10-091-1/+5
* | NFSv4: Don't revalidate the directory in nfs_atomic_lookup()Trond Myklebust2007-10-091-8/+0
* | NFS: Optimise nfs_lookup_revalidate()Trond Myklebust2007-10-091-7/+8
* | NFS: Reset nfsi->last_updated only if the attribute changedTrond Myklebust2007-10-091-5/+12
* | NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust2007-10-096-64/+1
* | NFS: Remove NFS_I(inode)->data_updatesTrond Myklebust2007-10-091-20/+1
* | NFS: NFS_CACHEINV() should not test for nfs_caches_unstable()Trond Myklebust2007-10-091-1/+1
* | NFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookupTrond Myklebust2007-10-091-6/+0
* | NFS: don't cache the verifer across ->lookup() callsTrond Myklebust2007-10-091-6/+2