aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAge
* NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust2008-04-19
* NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2008-04-19
* NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust2008-04-19
* NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-19
* NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-19
* NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-19
* NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust2008-04-19
* NFS: Always enable NFS direct I/OChuck Lever2008-03-19
* NFS: Show most mount options via nfs_show_options()Chuck Lever2008-03-19
* NFS: Save the values of the "mount*=" mount optionsChuck Lever2008-03-19
* NFS: Save the value of the "port=" mount optionChuck Lever2008-03-19
* NFS: Fix up data types of fields in nfs_parsed_mount_optionsChuck Lever2008-03-19
* NFS: numeric mount parameters are unsignedChuck Lever2008-03-19
* NFS: clean up short packet handling for NFSv4 readdirJeff Layton2008-03-19
* NFS: clean up short packet handling for NFSv3 readdirJeff Layton2008-03-19
* NFS: clean up short packet handling for NFSv2 readdirJeff Layton2008-03-19
* nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman2008-03-19
* nfs: nfs_redirty_requestFred2008-03-19
* Merge branch 'hotfixes' into develTrond Myklebust2008-03-19
|\
| * nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2008-03-19
* | NFS: fix encode_fsinfo_maxszFred Isaman2008-03-14
* | SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-14
* | Merge commit 'origin' into develTrond Myklebust2008-03-08
|\|
| * Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-07
| |\
| | * NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust2008-03-07
| | * NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-07
| | * NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-03-07
| * | NFS: use new LSM interfaces to explicitly set mount optionsEric Paris2008-03-05
| |/
* | Merge branch 'cleanups' into nextTrond Myklebust2008-02-29
|\ \
| * | nfs: use GFP_NOFS preloads for radix-tree insertionNick Piggin2008-02-13
* | | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-29
* | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-29
* | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-26
* | | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-26
* | | NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-26
* | | NFS: Add an nfsiod workqueueTrond Myklebust2008-02-26
* | | NFS: Fix a deadlock with lazy umountTrond Myklebust2008-02-26
* | | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-02-25
| |/ |/|
* | Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-21
* | nfs: fix sparse warningsHarvey Harrison2008-02-20
* | NFS: flush signals before taking down callback threadJeff Layton2008-02-20
* | Merge branch 'linus_origin' into hotfixesTrond Myklebust2008-02-15
|\ \ | |/ |/|
| * Introduce path_put()Jan Blunck2008-02-15
| * Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-15
* | NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia2008-02-13
* | NFS: remove error field from nfs_readdir_descriptor_tJeff Layton2008-02-13
* | NFS: missing spaces in KERN_WARNINGDan Muntz2008-02-13
* | NFS: fix reference counting for NFSv4 callback threadJeff Layton2008-02-13
|/
* NFS: Fix a potential file corruption issue when writingTrond Myklebust2008-02-07
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07