| Commit message (Expand) | Author | Age |
... | |
| | * | | | NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checks | Trond Myklebust | 2010-08-03 |
| | * | | | NFSv4: Clean up the process of renewing the NFSv4 lease | Trond Myklebust | 2010-08-03 |
| | * | | | NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctly | Trond Myklebust | 2010-08-03 |
| | * | | | NFS: nfs_rename() should not have to flush out writebacks | Trond Myklebust | 2010-08-03 |
| | * | | | NFS: Clean up the callers of nfs_wb_all() | Trond Myklebust | 2010-08-03 |
| | * | | | NFS: Fix up the fsync code | Trond Myklebust | 2010-08-03 |
| | * | | | NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pid | Trond Myklebust | 2010-07-30 |
| | * | | | NFSv4: Add support for the RELEASE_LOCKOWNER operation | Trond Myklebust | 2010-07-30 |
| | * | | | NFSv4: Clean up for lockowner XDR encoding | Trond Myklebust | 2010-07-30 |
| | * | | | NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. | Trond Myklebust | 2010-07-30 |
| | * | | | NFSv4: Clean up struct nfs4_state_owner | Trond Myklebust | 2010-06-24 |
| | * | | | NFSv4.1: There is no need to init the session more than once... | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Cleanup for nfs4_alloc_session. | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Clean up exclusive create | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Deprecate nfs_client->cl_minorversion | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Fix nfs_async_inode_return_delegation() ugliness | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Convert the various reboot recovery ops etc to minor version ops | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Clean up the NFSv4.1 minor version specific operations | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Don't store session state in the nfs_client->cl_state | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Further cleanup for nfs4_sequence_done | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence() | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1 | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv4.1: Simplify nfs41_sequence_done() | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv4.1: Clean up nfs4_setup_sequence | Trond Myklebust | 2010-06-22 |
| | * | | | NFSv41: Fix a memory leak in nfs41_proc_async_sequence() | Trond Myklebust | 2010-06-22 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2010-08-07 |
| |\ \ \ \ |
|
| | * | | | | fuse: add retrieve request | Miklos Szeredi | 2010-07-12 |
| | * | | | | fuse: add store request | Miklos Szeredi | 2010-07-12 |
| | * | | | | fuse: don't use atomic kmap | Miklos Szeredi | 2010-07-12 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2010-08-07 |
| |\ \ \ \ |
|
| | * | | | | nilfs2: reject filesystem with unsupported block size | Ryusuke Konishi | 2010-07-25 |
| | * | | | | nilfs2: avoid rec_len overflow with 64KB block size | Ryusuke Konishi | 2010-07-25 |
| | * | | | | nilfs2: simplify nilfs_get_page function | Ryusuke Konishi | 2010-07-24 |
| | * | | | | nilfs2: reject incompatible filesystem | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: apply read-ahead for nilfs_btree_lookup_contig | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: introduce check flag to btree node buffer | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: add btree get block function with readahead option | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: add read ahead mode to nilfs_btnode_submit_block | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: fix buffer head leak in nilfs_btnode_submit_block | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: eliminate inline keywords in btree implementation | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: get maximum number of child nodes from bmap object | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: reduce repetitive calculation of max number of child nodes | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: optimize calculation of min/max number of btree node children | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: remove redundant pointer checks in bmap lookup functions | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: get rid of nilfs_bmap_union | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: unify bmap set_target_v operations | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: get rid of nilfs_btree uses | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: get rid of nilfs_direct uses | Ryusuke Konishi | 2010-07-22 |
| | * | | | | nilfs2: remove constant qualifier from argument of bmap propagate | Ryusuke Konishi | 2010-07-22 |