aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2
AgeCommit message (Expand)Author
2009-11-20nilfs2: add palloc cache to ifileRyusuke Konishi
2009-11-20nilfs2: flush palloc cache before manipulating data pages of GC datRyusuke Konishi
2009-11-20nilfs2: add palloc cache to datRyusuke Konishi
2009-11-20nilfs2: add cache framework for persistent object allocatorRyusuke Konishi
2009-11-20nilfs2: unfold nilfs_palloc_block_get_bitmap functionRyusuke Konishi
2009-11-20nilfs2: eliminate nilfs_btnode_get functionRyusuke Konishi
2009-11-20nilfs2: remove newblk argument from nilfs_btnode_submit_blockRyusuke Konishi
2009-11-20nilfs2: use nilfs_btnode_create_block functionRyusuke Konishi
2009-11-20nilfs2: separate function for creating new btree node blockRyusuke Konishi
2009-11-20nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi
2009-11-20nilfs2: simplify nilfs_sufile_get_ncleansegs functionRyusuke Konishi
2009-11-20nilfs2: add local variable to cache the number of clean segmentsRyusuke Konishi
2009-11-20nilfs2: unfold nilfs_sufile_block_get_header functionRyusuke Konishi
2009-11-20nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi
2009-11-20nilfs2: eliminate inlines to directly read/write inode of metadata filesRyusuke Konishi
2009-11-20nilfs2: separate read method of meta data files on super root blockRyusuke Konishi
2009-11-20nilfs2: separate constructor of metadata filesRyusuke Konishi
2009-11-20nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi
2009-11-20nilfs2: move out mark_inode_dirty calls from bmap routinesRyusuke Konishi
2009-11-20nilfs2: stop marking metadata inode dirty within btree operationsRyusuke Konishi
2009-11-20nilfs2: remove buffer locking from btree codeRyusuke Konishi
2009-11-20nilfs2: remove buffer locking in nilfs_mark_inode_dirtyRyusuke Konishi
2009-11-20nilfs2: cleanup unused match_bool functionJiro SEKIBA
2009-11-20nilfs2: Using nobarrier option instead of barrier=offJiro SEKIBA
2009-11-20nilfs2: move definition of struct nilfs_btree_nodeJiro SEKIBA
2009-11-20nilfs2: get rid of BUG_ON use in btree lookup routinesRyusuke Konishi
2009-11-15nilfs2: deleted inconsistent comment in nilfs_load_inode_block()Jiro SEKIBA
2009-11-13nilfs2: fix lock order reversal in chcp operationRyusuke Konishi
2009-11-08nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi
2009-11-08nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi
2009-11-03nilfs2: add zero-fill for new btree node buffersRyusuke Konishi
2009-11-03nilfs2: fix irregular checkpoint creation due to data flushRyusuke Konishi
2009-11-03nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-29nilfs2: fix missing initialization of i_dir_start_lookup memberRyusuke Konishi
2009-09-29nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
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