summaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
2013-08-29nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko
2013-08-29nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko
2013-06-07nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi
2013-02-11nilfs2: fix fix very long mount time issueVyacheslav Dubeyko
2012-08-15nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi
2012-07-16nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi
2012-03-23nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi
2012-01-06nilfs2: unbreak compat ioctlThomas Meyer
2011-06-20nilfs2_permission() doesn't need to bail out in RCU modeAl Viro
2011-06-11nilfs2: fix problem in setting checkpoint intervalRyusuke Konishi
2011-06-11nilfs2: fix missing block address termination in btree node shrinkingRyusuke Konishi
2011-06-11nilfs2: fix incorrect block address termination in node concatenationRyusuke Konishi
2011-05-28nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi
2011-05-10nilfs2: get rid of NILFS_I_NILFSRyusuke Konishi
2011-05-10nilfs2: use list_first_entryRyusuke Konishi
2011-05-10nilfs2: use empty_aops for gc-inodesRyusuke Konishi
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi
2011-05-10nilfs2: add truncation routine of segment usage fileRyusuke Konishi
2011-05-10nilfs2: add routine to move secondary super blockRyusuke Konishi
2011-05-10nilfs2: add ioctl which limits range of segment to be allocatedRyusuke Konishi
2011-05-10nilfs2: zero fill unused portion of super root blockRyusuke Konishi
2011-05-10nilfs2: super root size should change depending on inode sizeRyusuke Konishi
2011-05-10nilfs2: get rid of private page allocatorRyusuke Konishi
2011-05-10nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionRyusuke Konishi
2011-04-05fs: export empty_aopsJens Axboe
2011-03-30nilfs2: fix whitespace coding style issuesNicolas Kaiser
2011-03-30nilfs2: fix oops due to a bad aops initializationRyusuke Konishi
2011-03-30nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-23nilfs2: use little-endian bitopsAkinobu Mita
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi
2011-03-09nilfs2: get rid of sc_sbi back pointerRyusuke Konishi
2011-03-09nilfs2: move log writer onto nilfs objectRyusuke Konishi
2011-03-09nilfs2: move next generation counter into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi