summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds7-160/+237
2011-03-16nfs: switch NFS from ->get_sb() to ->mount()Al Viro1-66/+66
2011-03-16nfs: stop mangling ->mnt_devname on NFSAl Viro1-23/+0
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro1-0/+28
2011-03-16nfs: nfs_do_{ref,sub}mount() superblock argument is redundantAl Viro3-18/+13
2011-03-16nfs: make nfs_path() work without vfsmountAl Viro4-62/+74
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro3-4/+65
2011-03-16nfs: propagate devname to nfs{,4}_get_root()Al Viro3-9/+13
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-03-11NFS: NFSROOT should default to "proto=udp"Chuck Lever1-15/+14
2011-03-11nfs4: remove duplicated #includeHuang Weiyi1-1/+0
2011-03-11NFSv4: nfs4_state_mark_reclaim_nograce() should be staticTrond Myklebust2-4/+2
2011-03-11NFSv4: Fix the setlk error handlerTrond Myklebust1-9/+4
2011-03-11NFSv4.1: Fix the handling of the SEQUENCE status bitsTrond Myklebust1-3/+8
2011-03-11NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust3-29/+49
2011-03-10NFSv4.1 reclaim complete must wait for completionAndy Adamson1-0/+3
2011-03-10NFSv4: remove duplicate clientid in struct nfs_clientAndy Adamson1-2/+2
2011-03-10NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAYRicardo Labiaga1-1/+11
2011-03-10(try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 3...Frank Filz1-1/+6
2011-03-10nfs: fix compilation warningJovi Zhang1-1/+1
2011-03-10nfs: add kmalloc return value check in decode_and_add_dsStanislav Fomichev1-0/+4
2011-03-10nfs: close NFSv4 COMMIT vs. CLOSE raceJeff Layton1-0/+2
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2-3/+3
2011-03-05nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman1-2/+42
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo17-170/+111
2011-01-28NFS: NFSv4 readdir loses entriesChuck Lever1-3/+0
2011-01-28NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever1-3/+3
2011-01-28NFS: Fix an NFS client lockdep issueTrond Myklebust1-2/+4
2011-01-26NFS construct consistent co_ownerid for v4.1Andy Adamson1-20/+10
2011-01-25NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust1-9/+17
2011-01-25NFS improve pnfs_put_deviceid_cache debug printAndy Adamson1-1/+1
2011-01-25NFS fix cb_sequence error processingAndy Adamson1-1/+1
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson7-111/+41
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever1-2/+2
2011-01-25NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"Chuck Lever1-1/+4
2011-01-25NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever1-14/+20
2011-01-25NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl1-2/+7
2011-01-25workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo1-1/+1
2011-01-19NFS: fix handling of malloc failure during nfs_flush_multi()Fred Isaman1-1/+1
2011-01-16Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-20/+4
2011-01-16NFS: Use d_automount() rather than abusing follow_link()David Howells4-47/+46
2011-01-16Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-4/+1
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+5
2011-01-14nfs: add missing rcu-walk checkNick Piggin1-1/+5
2011-01-13NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust1-1/+5
2011-01-13switch nfs to ->s_d_opAl Viro3-10/+1
2011-01-12Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds26-2738/+5397
2011-01-11NFS fix the setting of exchange id flagAndy Adamson1-4/+21
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust4-39/+21
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust4-41/+21