aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan
2009-09-22const: mark remaining export_operations constAlexey Dobriyan
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe
2009-09-14fs/Kconfig: move nilfs2 outside misc filesystemsRyusuke Konishi
2009-09-14nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi
2009-09-14nilfs2: allow btree code to directly call dat operationsRyusuke Konishi
2009-09-14nilfs2: add update functions of virtual block address to datRyusuke Konishi
2009-09-14nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi
2009-09-14nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi
2009-09-14nilfs2: remove unused btree argument from btree functionsRyusuke Konishi
2009-09-14nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi
2009-09-14nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA
2009-09-14nilfs2: add more check routines in mount processZhu Yanhai
2009-09-14nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang
2009-09-14nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi
2009-09-14nilfs2: stop using periodic write_super callbackJiro SEKIBA
2009-09-14nilfs2: clean up nilfs_write_superJiro SEKIBA
2009-09-14nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA
2009-09-14nilfs2: remove redundant super block commitJiro SEKIBA
2009-09-14nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA
2009-09-14nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi
2009-09-14nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi
2009-09-14nilfs2: fix format string compile warning (ino_t)Heiko Carstens
2009-09-14nilfs2: fix ignored error code in __nilfs_read_inode()Ryusuke Konishi
2009-08-31nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi
2009-08-19nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi
2009-08-18nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang
2009-08-02nilfs2: fix missing unlock in error path of nilfs_mdt_write_pageRyusuke Konishi
2009-08-01nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodesRyusuke Konishi
2009-07-14fs/Kconfig: move nilfs2 outRyusuke Konishi
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-05nilfs2: fix disorder in cp count on error during deleting checkpointsJiro SEKIBA
2009-07-05nilfs2: fix lockdep warning between regular file and inode fileRyusuke Konishi
2009-07-05nilfs2: fix incorrect KERN_CRIT messages in case of write failuresRyusuke Konishi
2009-07-05nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi
2009-07-05nilfs2: remove unlikely directive causing mis-conversion of error codeRyusuke Konishi
2009-06-24switch nilfs2 to inode->i_aclAl Viro
2009-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2009-06-11nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi
2009-06-11nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi
2009-06-11nilfs2: simplify remaining sget() useRyusuke Konishi
2009-06-11nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi
2009-06-11nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi
2009-06-11nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi
2009-06-11nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig