summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-08-0722-381/+624
|\
| * NFS: NFSv4.1 is no longer a "developer only" featureTrond Myklebust2010-08-061-2/+2
| * NFS: NFS_V4 is no longer an EXPERIMENTAL featureTrond Myklebust2010-08-061-3/+3
| * NFS: Fix /proc/mount for legacy binary interfaceBryan Schumaker2010-08-061-0/+4
| * NFS: Fix the locking in nfs4_callback_getattrTrond Myklebust2010-08-061-3/+3
| * SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-043-9/+8
| * NFS: Fix the NFS users of rpc_restart_call()Trond Myklebust2010-08-032-7/+4
| * NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checksTrond Myklebust2010-08-031-10/+0
| * NFSv4: Clean up the process of renewing the NFSv4 leaseTrond Myklebust2010-08-031-14/+9
| * NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctlyTrond Myklebust2010-08-031-30/+62
| * NFS: nfs_rename() should not have to flush out writebacksTrond Myklebust2010-08-031-9/+0
| * NFS: Clean up the callers of nfs_wb_all()Trond Myklebust2010-08-032-12/+2
| * NFS: Fix up the fsync codeTrond Myklebust2010-08-031-30/+21
| * NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust2010-07-304-14/+50
| * NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust2010-07-304-0/+86
| * NFSv4: Clean up for lockowner XDR encodingTrond Myklebust2010-07-301-12/+20
| * NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust2010-07-306-17/+104
| * NFSv4: Clean up struct nfs4_state_ownerTrond Myklebust2010-06-243-11/+7
| * NFSv4.1: There is no need to init the session more than once...Trond Myklebust2010-06-222-1/+7
| * NFSv41: Cleanup for nfs4_alloc_session.Trond Myklebust2010-06-222-7/+7
| * NFSv41: Clean up exclusive createTrond Myklebust2010-06-221-11/+6
| * NFSv41: Deprecate nfs_client->cl_minorversionTrond Myklebust2010-06-221-5/+5
| * NFSv41: Fix nfs_async_inode_return_delegation() uglinessTrond Myklebust2010-06-225-19/+8
| * NFSv41: Convert the various reboot recovery ops etc to minor version opsTrond Myklebust2010-06-224-38/+18
| * NFSv41: Clean up the NFSv4.1 minor version specific operationsTrond Myklebust2010-06-223-9/+37
| * NFSv41: Don't store session state in the nfs_client->cl_stateTrond Myklebust2010-06-223-5/+10
| * NFSv41: Further cleanup for nfs4_sequence_doneTrond Myklebust2010-06-221-9/+12
| * NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust2010-06-225-28/+43
| * NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence()Trond Myklebust2010-06-221-24/+44
| * NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1Trond Myklebust2010-06-221-37/+41
| * NFSv4.1: Simplify nfs41_sequence_done()Trond Myklebust2010-06-221-14/+12
| * NFSv4.1: Clean up nfs4_setup_sequenceTrond Myklebust2010-06-221-6/+1
| * NFSv41: Fix a memory leak in nfs41_proc_async_sequence()Trond Myklebust2010-06-221-18/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-08-073-7/+227
|\ \
| * | fuse: add retrieve requestMiklos Szeredi2010-07-122-1/+131
| * | fuse: add store requestMiklos Szeredi2010-07-123-1/+91
| * | fuse: don't use atomic kmapMiklos Szeredi2010-07-121-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-08-0722-887/+1235
|\ \ \
| * | | nilfs2: reject filesystem with unsupported block sizeRyusuke Konishi2010-07-251-1/+8
| * | | nilfs2: avoid rec_len overflow with 64KB block sizeRyusuke Konishi2010-07-251-12/+14
| * | | nilfs2: simplify nilfs_get_page functionRyusuke Konishi2010-07-241-5/+2
| * | | nilfs2: reject incompatible filesystemRyusuke Konishi2010-07-233-0/+61
| * | | nilfs2: apply read-ahead for nilfs_btree_lookup_contigRyusuke Konishi2010-07-231-17/+33
| * | | nilfs2: introduce check flag to btree node bufferRyusuke Konishi2010-07-233-2/+15
| * | | nilfs2: add btree get block function with readahead optionRyusuke Konishi2010-07-231-26/+68
| * | | nilfs2: add read ahead mode to nilfs_btnode_submit_blockRyusuke Konishi2010-07-234-8/+22
| * | | nilfs2: fix buffer head leak in nilfs_btnode_submit_blockRyusuke Konishi2010-07-231-2/+4
| * | | nilfs2: eliminate inline keywords in btree implementationRyusuke Konishi2010-07-231-22/+19
| * | | nilfs2: get maximum number of child nodes from bmap objectRyusuke Konishi2010-07-232-1/+7
| * | | nilfs2: reduce repetitive calculation of max number of child nodesRyusuke Konishi2010-07-231-157/+182
OpenPOWER on IntegriCloud