aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs: Remove reference to generic_osync_inode from a commentJan Kara2009-08-191-3/+0
* NFS: Use the DNS resolver in the mount code.Trond Myklebust2009-08-191-1/+17
* NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust2009-08-196-1/+526
* Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-1933-751/+1236
|\
| * nfs: nfs4xdr: optimize low level decodingBenny Halevy2009-08-141-59/+59
| * nfs: nfs4xdr: get rid of READ_BUFBenny Halevy2009-08-141-96/+379
| * nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inlineBenny Halevy2009-08-141-9/+10
| * nfs: nfs4xdr: get rid of COPYMEMBenny Halevy2009-08-141-8/+3
| * nfs: nfs4xdr: introduce decode_sessionid helperBenny Halevy2009-08-141-10/+15
| * nfs: nfs4xdr: introduce decode_verifier helperBenny Halevy2009-08-141-10/+12
| * nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpersBenny Halevy2009-08-141-31/+40
| * nfs: nfs4xdr: introduce print_overflow_msgBenny Halevy2009-08-141-4/+8
| * nfs: nfs4xdr: get rid of READTIMEBenny Halevy2009-08-141-5/+0
| * nfs: nfs4xdr: get rid of READ64Benny Halevy2009-08-141-29/+25
| * nfs: nfs4xdr: get rid of READ32Benny Halevy2009-08-141-73/+72
| * nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_op...Benny Halevy2009-08-141-28/+14
| * nfs: nfs4xdr: optimize low level encodingBenny Halevy2009-08-141-64/+64
| * nfs: nfs4xdr: change RESERVE_SPACE macro into a static helperBenny Halevy2009-08-141-73/+65
| * nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytesBenny Halevy2009-08-141-1/+1
| * nfs: nfs4xdr: optimize RESERVE_SPACE in encode_create_session and encode_sequ...Benny Halevy2009-08-141-17/+5
| * nfs: nfs4xdr: get rid of WRITEMEMBenny Halevy2009-08-141-36/+32
| * nfs: nfs4xdr: get rid of WRITE64Benny Halevy2009-08-141-24/+20
| * nfs: nfs4xdr: get rid of WRITE32Benny Halevy2009-08-141-146/+145
| * Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-08-1316-135/+357
| |\
| | * ocfs2: Fix possible deadlock when extending quota fileJan Kara2009-08-102-63/+57
| | * ocfs2: keep index within status_map[]Roel Kluin2009-08-071-1/+2
| | * ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran2009-08-071-19/+47
| | * ocfs2: Remove redundant BUG_ON in __dlm_queue_ast()Goldwyn Rodrigues2009-07-311-1/+0
| | * ocfs2/quota: Release lock for error in ocfs2_quota_write.Tao Ma2009-07-301-1/+1
| | * ocfs2: Define credit counts for quota operationsJan Kara2009-07-233-12/+35
| | * ocfs2: Remove syncjiff field from quota infoJan Kara2009-07-232-4/+2
| | * ocfs2: Fix initialization of blockcheck statsJan Kara2009-07-231-0/+1
| | * ocfs2: Zero out padding of on disk dquot structureJan Kara2009-07-231-0/+1
| | * ocfs2: Initialize blocks allocated to local quota fileJan Kara2009-07-231-15/+83
| | * ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()Jan Kara2009-07-231-1/+3
| | * ocfs2: Make global quota files blocksize alignedJan Kara2009-07-231-2/+5
| | * ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.Tao Ma2009-07-231-1/+2
| | * ocfs2: Fix deadlock on umountJan Kara2009-07-214-15/+70
| | * ocfs2: Add extra credits and access the modified bh in update_edge_lengths.Tao Ma2009-07-211-5/+39
| | * ocfs2: Fail ocfs2_get_block() immediately when a block needs allocationWengang Wang2009-07-201-0/+1
| | * ocfs2: Fix error return in ocfs2_write_cluster()Wengang Wang2009-07-201-1/+1
| | * ocfs2: Fix compilation warning for fs/ocfs2/xattr.cSubrata Modak2009-07-201-1/+2
| | * ocfs2: Initialize count in aio_write before generic_write_checksGoldwyn Rodrigues2009-07-201-0/+1
| | * ocfs2: log the actual return value of ocfs2_file_aio_write()Wengang Wang2009-07-101-1/+3
| | * ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c loggingJeff Liu2009-07-081-1/+1
| | * ocfs2: Fixup orphan scan cleanup after failed mountJeff Mahoney2009-07-083-2/+11
| * | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-08-1210-19/+41
| |\ \
| | * | xfs: fix spin_is_locked assert on uni-processor buildsChristoph Hellwig2009-08-121-1/+1
| | * | xfs: check for dinode realtime flag corruptionChristoph Hellwig2009-08-121-0/+10
| | * | use XFS_CORRUPTION_ERROR in xfs_btree_check_sblockEric Sandeen2009-08-121-2/+2