| Commit message (Expand) | Author | Age | Files | Lines |
* | nilfs2: fix leak of shadow dat inode in error path of load_nilfs | Ryusuke Konishi | 2010-08-30 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2010-08-22 | 1 | -1/+3 |
|\ |
|
| * | nilfs2: wait for discard to finish | Ryusuke Konishi | 2010-08-18 | 1 | -1/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-18 | 1 | -14/+14 |
|\ \
| |/
|/| |
|
| * | kill BH_Ordered flag | Christoph Hellwig | 2010-08-18 | 1 | -14/+14 |
* | | nilfs2: fix false warning saying one of two super blocks is broken | Ryusuke Konishi | 2010-08-16 | 1 | -2/+2 |
* | | nilfs2: fix list corruption after ifile creation failure | Ryusuke Konishi | 2010-08-16 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-11 | 1 | -1/+1 |
|\ |
|
| * | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 6 | -58/+80 |
|\ \ |
|
| * | | convert nilfs2 to ->evict_inode() | Al Viro | 2010-08-09 | 3 | -24/+26 |
| * | | simplify checks for I_CLEAR/I_FREEING | Al Viro | 2010-08-09 | 1 | -1/+1 |
| * | | remove inode_setattr | Christoph Hellwig | 2010-08-09 | 1 | -6/+19 |
| * | | get rid of block_write_begin_newtrunc | Christoph Hellwig | 2010-08-09 | 2 | -8/+15 |
| * | | introduce __block_write_begin | Christoph Hellwig | 2010-08-09 | 1 | -2/+1 |
| * | | clean up write_begin usage for directories in pagecache | Christoph Hellwig | 2010-08-09 | 1 | -19/+7 |
| * | | sort out blockdev_direct_IO variants | Christoph Hellwig | 2010-08-09 | 1 | -0/+13 |
| |/ |
|
* | | nilfs2: reject filesystem with unsupported block size | Ryusuke Konishi | 2010-07-25 | 1 | -1/+8 |
* | | nilfs2: avoid rec_len overflow with 64KB block size | Ryusuke Konishi | 2010-07-25 | 1 | -12/+14 |
* | | nilfs2: simplify nilfs_get_page function | Ryusuke Konishi | 2010-07-24 | 1 | -5/+2 |
* | | nilfs2: reject incompatible filesystem | Ryusuke Konishi | 2010-07-23 | 3 | -0/+61 |
* | | nilfs2: apply read-ahead for nilfs_btree_lookup_contig | Ryusuke Konishi | 2010-07-23 | 1 | -17/+33 |
* | | nilfs2: introduce check flag to btree node buffer | Ryusuke Konishi | 2010-07-23 | 3 | -2/+15 |
* | | nilfs2: add btree get block function with readahead option | Ryusuke Konishi | 2010-07-23 | 1 | -26/+68 |
* | | nilfs2: add read ahead mode to nilfs_btnode_submit_block | Ryusuke Konishi | 2010-07-23 | 4 | -8/+22 |
* | | nilfs2: fix buffer head leak in nilfs_btnode_submit_block | Ryusuke Konishi | 2010-07-23 | 1 | -2/+4 |
* | | nilfs2: eliminate inline keywords in btree implementation | Ryusuke Konishi | 2010-07-23 | 1 | -22/+19 |
* | | nilfs2: get maximum number of child nodes from bmap object | Ryusuke Konishi | 2010-07-23 | 2 | -1/+7 |
* | | nilfs2: reduce repetitive calculation of max number of child nodes | Ryusuke Konishi | 2010-07-23 | 1 | -157/+182 |
* | | nilfs2: optimize calculation of min/max number of btree node children | Ryusuke Konishi | 2010-07-23 | 1 | -18/+18 |
* | | nilfs2: remove redundant pointer checks in bmap lookup functions | Ryusuke Konishi | 2010-07-23 | 2 | -7/+2 |
* | | nilfs2: get rid of nilfs_bmap_union | Ryusuke Konishi | 2010-07-23 | 8 | -69/+12 |
* | | nilfs2: unify bmap set_target_v operations | Ryusuke Konishi | 2010-07-23 | 3 | -17/+10 |
* | | nilfs2: get rid of nilfs_btree uses | Ryusuke Konishi | 2010-07-23 | 2 | -177/+141 |
* | | nilfs2: get rid of nilfs_direct uses | Ryusuke Konishi | 2010-07-23 | 1 | -46/+32 |
* | | nilfs2: remove constant qualifier from argument of bmap propagate | Ryusuke Konishi | 2010-07-23 | 3 | -4/+4 |
* | | nilfs2: get rid of private conversion macros on bmap key and pointer | Ryusuke Konishi | 2010-07-23 | 3 | -29/+22 |
* | | nilfs2: verify btree node after reading | Ryusuke Konishi | 2010-07-23 | 3 | -5/+56 |
* | | nilfs2: add sanity check in nilfs_btree_add_dirty_buffer | Ryusuke Konishi | 2010-07-23 | 1 | -0/+12 |
* | | nilfs2: pass remount flag to parse_options | Ryusuke Konishi | 2010-07-23 | 1 | -23/+26 |
* | | nilfs2: use seq_puts to print mount options without argument | Ryusuke Konishi | 2010-07-23 | 1 | -6/+6 |
* | | nilfs2: add nodiscard mount option | Ryusuke Konishi | 2010-07-23 | 1 | -1/+5 |
* | | nilfs2: add barrier mount option | Ryusuke Konishi | 2010-07-23 | 1 | -1/+5 |
* | | nilfs2: do not update log cursor for small change | Ryusuke Konishi | 2010-07-23 | 3 | -1/+13 |
* | | nilfs2: implement fallback for super root search | Ryusuke Konishi | 2010-07-23 | 1 | -2/+50 |
* | | nilfs2: add missing error code in comment of nilfs_search_super_root | Ryusuke Konishi | 2010-07-23 | 1 | -0/+2 |
* | | nilfs2: separate setup of log cursor from init_nilfs | Ryusuke Konishi | 2010-07-23 | 1 | -13/+32 |
* | | nilfs2: sync super blocks in turns | Jiro SEKIBA | 2010-07-23 | 5 | -46/+91 |
* | | nilfs2: introduce nilfs_prepare_super | Jiro SEKIBA | 2010-07-23 | 3 | -24/+58 |
* | | nilfs2: separate function that updates log position | Ryusuke Konishi | 2010-07-23 | 2 | -13/+19 |