Age | Commit message (Expand) | Author | Files | Lines |
2008-04-20 | make nfs_automount_list static | Adrian Bunk | 1 | -1/+1 |
2008-04-20 | NFS: remove duplicate flags assignment from nfs_validate_mount_data | Jeff Layton | 1 | -1/+0 |
2008-04-20 | NFS - fix potential NULL pointer dereference v2 | Cyrill Gorcunov | 1 | -0/+16 |
2008-04-20 | NFSv4: Attempt to use machine credentials in SETCLIENTID calls | Trond Myklebust | 1 | -4/+37 |
2008-04-20 | NFSv4: Reintroduce machine creds | Trond Myklebust | 1 | -0/+7 |
2008-04-20 | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() | Trond Myklebust | 1 | -1/+1 |
2008-04-20 | nfs: fix printout of multiword bitfields | Fred Isaman | 1 | -5/+5 |
2008-04-20 | nfs: return negative error value from nfs{,4}_stat_to_errno | Benny Halevy | 3 | -95/+95 |
2008-04-20 | NFS: Remove the buggy lock-if-signalled case from do_setlk() | Trond Myklebust | 1 | -10/+2 |
2008-04-20 | NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck | Trond Myklebust | 1 | -0/+2 |
2008-04-20 | NFSv4: Only increment the sequence id if the server saw it | Trond Myklebust | 2 | -7/+23 |
2008-04-20 | NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() | Trond Myklebust | 1 | -4/+1 |
2008-04-20 | NFS: Ensure that rpc_run_task() errors are propagated back to the caller | Trond Myklebust | 3 | -26/+40 |
2008-04-20 | NFS: Ensure that the write code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2 | -46/+71 |
2008-04-20 | NFS: Ensure that the read code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2 | -26/+46 |
2008-04-20 | NFS: Fix nfs_wb_page() to always exit with an error or a clean page | Trond Myklebust | 1 | -11/+12 |
2008-03-20 | NFS: Always enable NFS direct I/O | Chuck Lever | 3 | -13/+1 |
2008-03-20 | NFS: Show most mount options via nfs_show_options() | Chuck Lever | 1 | -2/+65 |
2008-03-20 | NFS: Save the values of the "mount*=" mount options | Chuck Lever | 1 | -0/+10 |
2008-03-20 | NFS: Save the value of the "port=" mount option | Chuck Lever | 3 | -31/+11 |
2008-03-20 | NFS: Fix up data types of fields in nfs_parsed_mount_options | Chuck Lever | 1 | -3/+3 |
2008-03-20 | NFS: numeric mount parameters are unsigned | Chuck Lever | 1 | -13/+13 |
2008-03-20 | NFS: clean up short packet handling for NFSv4 readdir | Jeff Layton | 1 | -10/+27 |
2008-03-20 | NFS: clean up short packet handling for NFSv3 readdir | Jeff Layton | 1 | -9/+28 |
2008-03-20 | NFS: clean up short packet handling for NFSv2 readdir | Jeff Layton | 1 | -9/+28 |
2008-03-20 | nfs: remove duplicate initializations of nfs_read_data field | Fred Isaman | 1 | -2/+0 |
2008-03-20 | nfs: nfs_redirty_request | Fred | 1 | -9/+14 |
2008-03-20 | Merge branch 'hotfixes' into devel | Trond Myklebust | 2 | -2/+11 |
2008-03-20 | nfs: don't ignore return value from nfs_pageio_add_request | Fred Isaman | 2 | -2/+11 |
2008-03-14 | NFS: fix encode_fsinfo_maxsz | Fred Isaman | 1 | -1/+1 |
2008-03-14 | SUNRPC: Add a helper rpcauth_lookup_generic_cred() | Trond Myklebust | 4 | -7/+7 |
2008-03-08 | Merge commit 'origin' into devel | Trond Myklebust | 4 | -4/+71 |
2008-03-07 | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 3 | -3/+7 |
2008-03-07 | NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings | Trond Myklebust | 1 | -0/+2 |
2008-03-07 | NFS: Fix the fsid revalidation in nfs_update_inode() | Trond Myklebust | 1 | -2/+4 |
2008-03-07 | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c | Trond Myklebust | 1 | -1/+1 |
2008-03-06 | NFS: use new LSM interfaces to explicitly set mount options | Eric Paris | 2 | -2/+65 |
2008-02-29 | Merge branch 'cleanups' into next | Trond Myklebust | 1 | -15/+19 |
2008-02-29 | SUNRPC: Remove now-redundant RCU-safe rpc_task free path | Trond Myklebust | 2 | -21/+3 |
2008-02-29 | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust | 2 | -1/+7 |
2008-02-26 | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust | 2 | -2/+2 |
2008-02-26 | SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task | Trond Myklebust | 1 | -1/+1 |
2008-02-26 | NFS: Ensure that the asynchronous RPC calls complete on nfsiod. | Trond Myklebust | 4 | -0/+13 |
2008-02-26 | NFS: Add an nfsiod workqueue | Trond Myklebust | 2 | -0/+38 |
2008-02-26 | NFS: Fix a deadlock with lazy umount | Trond Myklebust | 4 | -8/+23 |
2008-02-26 | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c | Trond Myklebust | 1 | -1/+1 |
2008-02-22 | Wrap buffers used for rpc debug printks into RPC_IFDEBUG | Pavel Emelyanov | 1 | -1/+1 |
2008-02-21 | nfs: fix sparse warnings | Harvey Harrison | 4 | -6/+6 |
2008-02-20 | NFS: flush signals before taking down callback thread | Jeff Layton | 1 | -0/+1 |
2008-02-15 | Merge branch 'linus_origin' into hotfixes | Trond Myklebust | 2 | -17/+20 |