aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-24nfs[23] tcp breakage in mount with binary optionsAl Viro1-0/+2
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-41/+13
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+1
2009-09-24truncate: use new helpersnpiggin@suse.de1-41/+13
2009-09-23headers: utsname.h reduxAlexey Dobriyan6-6/+0
2009-09-23NFS: Propagate 'fsc' mount option through automountsDavid Howells4-8/+33
2009-09-23NFS: Add nfs_alloc_parsed_mount_dataChuck Lever1-27/+23
2009-09-23NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flagsTrond Myklebust2-10/+19
2009-09-23seq_file: constify seq_operationsJames Morris1-2/+2
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-09-21nfs: initialize the backing_dev_info when creating the serverJens Axboe1-4/+6
2009-09-21nfs: nfs_kill_super() should call bdi_unregister() after killing superJens Axboe1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+2
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-09-16HWPOISON: Enable error_remove_page for NFSAndi Kleen1-0/+1
2009-09-11Merge branch 'nfs-for-2.6.32'Trond Myklebust19-911/+1996
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-08NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'Trond Myklebust1-0/+6
2009-09-08NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever2-2/+47
2009-09-08NFS: Move details of nfs4_get_sb() to a helperChuck Lever1-13/+31
2009-09-08NFS: Refactor NFSv4 text-based mount option validationChuck Lever1-28/+35
2009-09-08NFS: Mount option parser should detect missing "port="Chuck Lever2-28/+36
2009-09-08NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Harshula Jayasuriya1-1/+0
2009-08-24NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust1-2/+2
2009-08-23NFS: Handle a zero-length auth flavor listChuck Lever1-0/+10
2009-08-19nfs: Remove reference to generic_osync_inode from a commentJan Kara1-3/+0
2009-08-19NFS: Use the DNS resolver in the mount code.Trond Myklebust1-1/+17
2009-08-19NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust6-1/+526
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust4-582/+824
2009-08-14nfs: nfs4xdr: optimize low level decodingBenny Halevy1-59/+59
2009-08-14nfs: nfs4xdr: get rid of READ_BUFBenny Halevy1-96/+379
2009-08-14nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inlineBenny Halevy1-9/+10
2009-08-14nfs: nfs4xdr: get rid of COPYMEMBenny Halevy1-8/+3
2009-08-14nfs: nfs4xdr: introduce decode_sessionid helperBenny Halevy1-10/+15
2009-08-14nfs: nfs4xdr: introduce decode_verifier helperBenny Halevy1-10/+12
2009-08-14nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpersBenny Halevy1-31/+40
2009-08-14nfs: nfs4xdr: introduce print_overflow_msgBenny Halevy1-4/+8
2009-08-14nfs: nfs4xdr: get rid of READTIMEBenny Halevy1-5/+0
2009-08-14nfs: nfs4xdr: get rid of READ64Benny Halevy1-29/+25
2009-08-14nfs: nfs4xdr: get rid of READ32Benny Halevy1-73/+72
2009-08-14nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_opaqueBenny Halevy1-28/+14
2009-08-14nfs: nfs4xdr: optimize low level encodingBenny Halevy1-64/+64
2009-08-14nfs: nfs4xdr: change RESERVE_SPACE macro into a static helperBenny Halevy1-73/+65
2009-08-14nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytesBenny Halevy1-1/+1
2009-08-14nfs: nfs4xdr: optimize RESERVE_SPACE in encode_create_session and encode_sequenceBenny Halevy1-17/+5
2009-08-14nfs: nfs4xdr: get rid of WRITEMEMBenny Halevy1-36/+32
2009-08-14nfs: nfs4xdr: get rid of WRITE64Benny Halevy1-24/+20