aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-5/+3
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds17-392/+671
2008-04-24Merge branch 'devel'Trond Myklebust17-392/+671
2008-04-23NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23nfsd: fix commentJ. Bruce Fields1-1/+1
2008-04-23NFS: convert nfs4 callback thread to kthread APIJeff Layton1-38/+35
2008-04-23nfs: remove unnecessary NFS_NEED_* definesJ. Bruce Fields1-1/+0
2008-04-19make nfs_automount_list staticAdrian Bunk1-1/+1
2008-04-19NFS: remove duplicate flags assignment from nfs_validate_mount_dataJeff Layton1-1/+0
2008-04-19NFS - fix potential NULL pointer dereference v2Cyrill Gorcunov1-0/+16
2008-04-19NFSv4: Attempt to use machine credentials in SETCLIENTID callsTrond Myklebust1-4/+37
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust1-0/+7
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust1-1/+1
2008-04-19nfs: fix printout of multiword bitfieldsFred Isaman1-5/+5
2008-04-19nfs: return negative error value from nfs{,4}_stat_to_errnoBenny Halevy3-95/+95
2008-04-19NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust1-10/+2
2008-04-19NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust1-0/+2
2008-04-19NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2-7/+23
2008-04-19NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust1-4/+1
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust3-26/+40
2008-04-19NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2-46/+71
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2-26/+46
2008-04-19NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust1-11/+12
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen1-1/+2
2008-04-08fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private()Bryan Wu1-0/+4
2008-04-08NFS: initialize flags field in nfs_open_contextJeff Layton1-0/+1
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro1-2/+0
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-03-19NFS: Always enable NFS direct I/OChuck Lever3-13/+1
2008-03-19NFS: Show most mount options via nfs_show_options()Chuck Lever1-2/+65
2008-03-19NFS: Save the values of the "mount*=" mount optionsChuck Lever1-0/+10
2008-03-19NFS: Save the value of the "port=" mount optionChuck Lever3-31/+11
2008-03-19NFS: Fix up data types of fields in nfs_parsed_mount_optionsChuck Lever1-3/+3
2008-03-19NFS: numeric mount parameters are unsignedChuck Lever1-13/+13
2008-03-19NFS: clean up short packet handling for NFSv4 readdirJeff Layton1-10/+27
2008-03-19NFS: clean up short packet handling for NFSv3 readdirJeff Layton1-9/+28
2008-03-19NFS: clean up short packet handling for NFSv2 readdirJeff Layton1-9/+28
2008-03-19nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman1-2/+0
2008-03-19nfs: nfs_redirty_requestFred1-9/+14
2008-03-19Merge branch 'hotfixes' into develTrond Myklebust2-2/+11
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2-2/+11
2008-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller5-5/+72
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro1-1/+1
2008-03-14NFS: fix encode_fsinfo_maxszFred Isaman1-1/+1
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust4-7/+7
2008-03-08Merge commit 'origin' into develTrond Myklebust4-4/+71
2008-03-07Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+7
2008-03-07NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust1-0/+2
2008-03-07NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust1-2/+4
2008-03-07NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1