aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheGravatar Linus Torvalds 1-7/+3
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsGravatar David Howells 1-7/+3
2009-11-11NFSv4: Fix a cache validation bug which causes getcwd() to return ENOENTGravatar Trond Myklebust 1-1/+1
2009-10-26NFSv4: The link() operation should return any delegation on the fileGravatar Trond Myklebust 1-0/+2
2009-10-26NFSv4: Fix two unbalanced put_rpccred() issues.Gravatar Trond Myklebust 1-4/+0
2009-10-23NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCEGravatar Trond Myklebust 2-4/+8
2009-10-23nfs: Panic when commit failsGravatar Terry Loftin 1-0/+1
2009-10-22nfs: Fix nfs_parse_mount_options() kfree() leakGravatar Yinghai Lu 1-0/+1
2009-10-12NFS: suppress a build warningGravatar Stefan Richter 1-2/+2
2009-10-08NFSv4: Kill nfs4_renewd_prepare_shutdown()Gravatar Trond Myklebust 2-7/+0
2009-10-06NFSv4: Fix the referral mount codeGravatar Trond Myklebust 1-6/+6
2009-10-06nfs: Avoid overrun when copying client IP address stringGravatar Ben Hutchings 1-1/+1
2009-10-06NFS: Fix port initialisation in nfs_remount()Gravatar Trond Myklebust 1-2/+4
2009-10-06NFS: Fix port and mountport display in /proc/self/mountinfoGravatar Trond Myklebust 1-9/+7
2009-10-06NFS: Fix a default mount regression...Gravatar Trond Myklebust 1-7/+6
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-2/+2
2009-09-24nfs[23] tcp breakage in mount with binary optionsGravatar Al Viro 1-0/+2
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-41/+13
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-0/+1
2009-09-24truncate: use new helpersGravatar npiggin@suse.de 1-41/+13
2009-09-23headers: utsname.h reduxGravatar Alexey Dobriyan 6-6/+0
2009-09-23NFS: Propagate 'fsc' mount option through automountsGravatar David Howells 4-8/+33
2009-09-23NFS: Add nfs_alloc_parsed_mount_dataGravatar Chuck Lever 1-27/+23
2009-09-23NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flagsGravatar Trond Myklebust 2-10/+19
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-2/+2
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-09-22const: make file_lock_operations constGravatar Alexey Dobriyan 1-1/+1
2009-09-21nfs: initialize the backing_dev_info when creating the serverGravatar Jens Axboe 1-4/+6
2009-09-21nfs: nfs_kill_super() should call bdi_unregister() after killing superGravatar Jens Axboe 1-1/+1
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-16fs: Assign bdi in super_blockGravatar Jens Axboe 1-0/+2
2009-09-16writeback: get rid of wbc->for_writepagesGravatar Jens Axboe 1-1/+0
2009-09-16HWPOISON: Enable error_remove_page for NFSGravatar Andi Kleen 1-0/+1
2009-09-11Merge branch 'nfs-for-2.6.32'Gravatar Trond Myklebust 19-911/+1996
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-09-08NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'Gravatar Trond Myklebust 1-0/+6
2009-09-08NFS: Allow the "nfs" file system type to support NFSv4Gravatar Chuck Lever 2-2/+47
2009-09-08NFS: Move details of nfs4_get_sb() to a helperGravatar Chuck Lever 1-13/+31
2009-09-08NFS: Refactor NFSv4 text-based mount option validationGravatar Chuck Lever 1-28/+35
2009-09-08NFS: Mount option parser should detect missing "port="Gravatar Chuck Lever 2-28/+36
2009-09-08NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Gravatar Harshula Jayasuriya 1-1/+0
2009-08-24NFSv4: Fix an infinite looping problem with the nfs4_state_managerGravatar Trond Myklebust 1-2/+2
2009-08-23NFS: Handle a zero-length auth flavor listGravatar Chuck Lever 1-0/+10
2009-08-19nfs: Remove reference to generic_osync_inode from a commentGravatar Jan Kara 1-3/+0
2009-08-19NFS: Use the DNS resolver in the mount code.Gravatar Trond Myklebust 1-1/+17
2009-08-19NFS: Add a dns resolver for use with NFSv4 referrals and migrationGravatar Trond Myklebust 6-1/+526
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Gravatar Trond Myklebust 4-582/+824
2009-08-14nfs: nfs4xdr: optimize low level decodingGravatar Benny Halevy 1-59/+59
2009-08-14nfs: nfs4xdr: get rid of READ_BUFGravatar Benny Halevy 1-96/+379
2009-08-14nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inlineGravatar Benny Halevy 1-9/+10