Age | Commit message (Expand) | Author | Files | Lines |
2009-08-31 | nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_key | Ryusuke Konishi | 1 | -1/+1 |
2009-08-18 | nilfs2: fix oopses with doubly mounted snapshots | Ryusuke Konishi | 1 | -1/+1 |
2009-08-18 | nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint() | Zhang Qiang | 1 | -0/+2 |
2009-08-02 | nilfs2: fix missing unlock in error path of nilfs_mdt_write_page | Ryusuke Konishi | 1 | -1/+3 |
2009-08-01 | nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodes | Ryusuke Konishi | 1 | -1/+15 |
2009-07-14 | fs/Kconfig: move nilfs2 out | Ryusuke Konishi | 1 | -0/+25 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-07-05 | nilfs2: fix disorder in cp count on error during deleting checkpoints | Jiro SEKIBA | 1 | -3/+2 |
2009-07-05 | nilfs2: fix lockdep warning between regular file and inode file | Ryusuke Konishi | 1 | -0/+5 |
2009-07-05 | nilfs2: fix incorrect KERN_CRIT messages in case of write failures | Ryusuke Konishi | 1 | -9/+0 |
2009-07-05 | nilfs2: fix hang problem of log writer which occurs after write failures | Ryusuke Konishi | 1 | -20/+6 |
2009-07-05 | nilfs2: remove unlikely directive causing mis-conversion of error code | Ryusuke Konishi | 1 | -2/+2 |
2009-06-24 | switch nilfs2 to inode->i_acl | Al Viro | 3 | -22/+0 |
2009-06-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 26 | -858/+725 |
2009-06-12 | nilfs2: get rid of bd_mount_sem use from nilfs | Ryusuke Konishi | 4 | -9/+12 |
2009-06-12 | nilfs2: correct exclusion control in nilfs_remount function | Ryusuke Konishi | 3 | -31/+33 |
2009-06-12 | nilfs2: simplify remaining sget() use | Ryusuke Konishi | 4 | -25/+75 |
2009-06-12 | nilfs2: get rid of sget use for checking if current mount is present | Ryusuke Konishi | 2 | -60/+35 |
2009-06-12 | nilfs2: get rid of sget use for acquiring nilfs object | Ryusuke Konishi | 3 | -65/+76 |
2009-06-12 | nilfs2: remove meaningless EBUSY case from nilfs_get_sb function | Ryusuke Konishi | 1 | -2/+0 |
2009-06-12 | nilfs2: call nilfs2_write_super from nilfs2_sync_fs | Christoph Hellwig | 1 | -0/+2 |
2009-06-12 | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 1 | -0/+4 |
2009-06-12 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+4 |
2009-06-12 | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 1 | -0/+4 |
2009-06-11 | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2009-06-10 | nilfs2: support contiguous lookup of blocks | Ryusuke Konishi | 5 | -8/+150 |
2009-06-10 | nilfs2: add sync_page method to page caches of meta data | Ryusuke Konishi | 3 | -3/+7 |
2009-06-10 | nilfs2: use device's backing_dev_info for btree node caches | Ryusuke Konishi | 5 | -6/+13 |
2009-06-10 | nilfs2: return EBUSY against delete request on snapshot | Ryusuke Konishi | 1 | -12/+2 |
2009-06-10 | nilfs2: enable sync_page method | Ryusuke Konishi | 1 | -1/+1 |
2009-06-10 | nilfs2: set bio unplug flag for the last bio in segment | Ryusuke Konishi | 1 | -1/+1 |
2009-06-10 | nilfs2: allow future expansion of metadata read out via get info ioctl | Ryusuke Konishi | 7 | -39/+54 |
2009-06-10 | NILFS2: Pagecache usage optimization on NILFS2 | Hisashi Hifumi | 1 | -0/+1 |
2009-06-10 | nilfs2: remove nilfs_btree_operations from btree mapping | Ryusuke Konishi | 2 | -63/+15 |
2009-06-10 | nilfs2: remove nilfs_direct_operations from direct mapping | Ryusuke Konishi | 2 | -52/+10 |
2009-06-10 | nilfs2: remove bmap pointer operations | Ryusuke Konishi | 4 | -234/+187 |
2009-06-10 | nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct | Ryusuke Konishi | 6 | -43/+18 |
2009-06-10 | nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function | Ryusuke Konishi | 2 | -13/+6 |
2009-06-10 | nilfs2: move get block functions in bmap.c into btree codes | Ryusuke Konishi | 3 | -48/+35 |
2009-06-10 | nilfs2: remove nilfs_bmap_delete_block | Ryusuke Konishi | 3 | -11/+4 |
2009-06-10 | nilfs2: remove nilfs_bmap_put_block | Ryusuke Konishi | 3 | -24/+16 |
2009-06-10 | nilfs2: remove header file for segment list operations | Ryusuke Konishi | 4 | -93/+25 |
2009-06-10 | nilfs2: eliminate removal list of segments | Ryusuke Konishi | 6 | -156/+74 |
2009-06-10 | nilfs2: add sufile function that can modify multiple segment usages | Ryusuke Konishi | 2 | -0/+101 |
2009-06-10 | nilfs2: unify bmap operations starting use of indirect block address | Ryusuke Konishi | 4 | -45/+14 |
2009-06-10 | nilfs2: remove nilfs_dat_prepare_free function | Ryusuke Konishi | 1 | -15/+0 |
2009-05-30 | nilfs2: fix bh leak in nilfs_cpfile_delete_checkpoints function | Ryusuke Konishi | 1 | -2/+4 |
2009-05-23 | block: Do away with the notion of hardsect_size | Martin K. Petersen | 1 | -1/+1 |
2009-05-22 | nilfs2: fix memory leak in nilfs_ioctl_clean_segments | Ryusuke Konishi | 1 | -1/+1 |
2009-05-11 | nilfs2: check size of array structured data exchanged via ioctls | Ryusuke Konishi | 1 | -0/+10 |