aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-20nilfs2: insert cache operation in palloc get block routinesRyusuke Konishi1-8/+54
2009-11-20nilfs2: add palloc cache to ifileRyusuke Konishi1-1/+15
2009-11-20nilfs2: flush palloc cache before manipulating data pages of GC datRyusuke Konishi1-0/+3
2009-11-20nilfs2: add palloc cache to datRyusuke Konishi1-2/+16
2009-11-20nilfs2: add cache framework for persistent object allocatorRyusuke Konishi4-0/+52
2009-11-20nilfs2: unfold nilfs_palloc_block_get_bitmap functionRyusuke Konishi1-15/+4
2009-11-20nilfs2: eliminate nilfs_btnode_get functionRyusuke Konishi3-24/+12
2009-11-20nilfs2: remove newblk argument from nilfs_btnode_submit_blockRyusuke Konishi3-20/+6
2009-11-20nilfs2: use nilfs_btnode_create_block functionRyusuke Konishi2-11/+15
2009-11-20nilfs2: separate function for creating new btree node blockRyusuke Konishi2-0/+28
2009-11-20nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi1-13/+15
2009-11-20nilfs2: simplify nilfs_sufile_get_ncleansegs functionRyusuke Konishi3-38/+19
2009-11-20nilfs2: add local variable to cache the number of clean segmentsRyusuke Konishi1-10/+43
2009-11-20nilfs2: unfold nilfs_sufile_block_get_header functionRyusuke Konishi1-12/+3
2009-11-20nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi6-15/+5
2009-11-20nilfs2: eliminate inlines to directly read/write inode of metadata filesRyusuke Konishi2-23/+6
2009-11-20nilfs2: separate read method of meta data files on super root blockRyusuke Konishi7-6/+39
2009-11-20nilfs2: separate constructor of metadata filesRyusuke Konishi10-25/+89
2009-11-20nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi5-13/+24
2009-11-20nilfs2: move out mark_inode_dirty calls from bmap routinesRyusuke Konishi2-4/+3
2009-11-20nilfs2: stop marking metadata inode dirty within btree operationsRyusuke Konishi1-6/+2
2009-11-20nilfs2: remove buffer locking from btree codeRyusuke Konishi1-60/+0
2009-11-20nilfs2: remove buffer locking in nilfs_mark_inode_dirtyRyusuke Konishi1-3/+0
2009-11-20nilfs2: cleanup unused match_bool functionJiro SEKIBA1-13/+0
2009-11-20nilfs2: Using nobarrier option instead of barrier=offJiro SEKIBA1-10/+5
2009-11-20nilfs2: move definition of struct nilfs_btree_nodeJiro SEKIBA1-22/+0
2009-11-20nilfs2: get rid of BUG_ON use in btree lookup routinesRyusuke Konishi1-2/+16
2009-11-15nilfs2: deleted inconsistent comment in nilfs_load_inode_block()Jiro SEKIBA1-1/+0
2009-11-13nilfs2: fix lock order reversal in chcp operationRyusuke Konishi2-3/+5
2009-11-08nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi1-1/+2
2009-11-08nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi1-17/+13
2009-11-03nilfs2: add zero-fill for new btree node buffersRyusuke Konishi1-0/+1
2009-11-03nilfs2: fix irregular checkpoint creation due to data flushRyusuke Konishi1-6/+11
2009-11-03nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi1-2/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan4-5/+5
2009-09-29nilfs2: fix missing initialization of i_dir_start_lookup memberRyusuke Konishi1-0/+1
2009-09-29nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi1-0/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan4-9/+9
2009-09-22const: mark remaining address_space_operations constAlexey Dobriyan5-5/+5
2009-09-22const: mark remaining export_operations constAlexey Dobriyan1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe1-3/+1
2009-09-14fs/Kconfig: move nilfs2 outside misc filesystemsRyusuke Konishi1-1/+1
2009-09-14nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi3-36/+28
2009-09-14nilfs2: allow btree code to directly call dat operationsRyusuke Konishi4-299/+167
2009-09-14nilfs2: add update functions of virtual block address to datRyusuke Konishi3-20/+44
2009-09-14nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi8-19/+9
2009-09-14nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi1-24/+12
2009-09-14nilfs2: remove unused btree argument from btree functionsRyusuke Konishi1-248/+208