summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
Commit message (Expand)AuthorAgeFilesLines
...
* nilfs2: avoid readahead on metadata file for create modeRyusuke Konishi2009-11-201-13/+15
* nilfs2: simplify nilfs_sufile_get_ncleansegs functionRyusuke Konishi2009-11-203-38/+19
* nilfs2: add local variable to cache the number of clean segmentsRyusuke Konishi2009-11-201-10/+43
* nilfs2: unfold nilfs_sufile_block_get_header functionRyusuke Konishi2009-11-201-12/+3
* nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi2009-11-206-15/+5
* nilfs2: eliminate inlines to directly read/write inode of metadata filesRyusuke Konishi2009-11-202-23/+6
* nilfs2: separate read method of meta data files on super root blockRyusuke Konishi2009-11-207-6/+39
* nilfs2: separate constructor of metadata filesRyusuke Konishi2009-11-2010-25/+89
* nilfs2: add size option of private object to metadata file allocatorRyusuke Konishi2009-11-205-13/+24
* nilfs2: move out mark_inode_dirty calls from bmap routinesRyusuke Konishi2009-11-202-4/+3
* nilfs2: stop marking metadata inode dirty within btree operationsRyusuke Konishi2009-11-201-6/+2
* nilfs2: remove buffer locking from btree codeRyusuke Konishi2009-11-201-60/+0
* nilfs2: remove buffer locking in nilfs_mark_inode_dirtyRyusuke Konishi2009-11-201-3/+0
* nilfs2: cleanup unused match_bool functionJiro SEKIBA2009-11-201-13/+0
* nilfs2: Using nobarrier option instead of barrier=offJiro SEKIBA2009-11-201-10/+5
* nilfs2: move definition of struct nilfs_btree_nodeJiro SEKIBA2009-11-201-22/+0
* nilfs2: get rid of BUG_ON use in btree lookup routinesRyusuke Konishi2009-11-201-2/+16
* nilfs2: deleted inconsistent comment in nilfs_load_inode_block()Jiro SEKIBA2009-11-151-1/+0
* nilfs2: fix lock order reversal in chcp operationRyusuke Konishi2009-11-132-3/+5
* nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi2009-11-081-1/+2
* nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi2009-11-081-17/+13
* nilfs2: add zero-fill for new btree node buffersRyusuke Konishi2009-11-031-0/+1
* nilfs2: fix irregular checkpoint creation due to data flushRyusuke Konishi2009-11-031-6/+11
* nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi2009-11-031-2/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-014-5/+5
* nilfs2: fix missing initialization of i_dir_start_lookup memberRyusuke Konishi2009-09-291-0/+1
* nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi2009-09-291-0/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-224-9/+9
* const: mark remaining address_space_operations constAlexey Dobriyan2009-09-225-5/+5
* const: mark remaining export_operations constAlexey Dobriyan2009-09-221-1/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* fs: remove bdev->bd_inode_backing_dev_infoJens Axboe2009-09-161-3/+1
* fs/Kconfig: move nilfs2 outside misc filesystemsRyusuke Konishi2009-09-141-1/+1
* nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi2009-09-143-36/+28
* nilfs2: allow btree code to directly call dat operationsRyusuke Konishi2009-09-144-299/+167
* nilfs2: add update functions of virtual block address to datRyusuke Konishi2009-09-143-20/+44
* nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi2009-09-148-19/+9
* nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi2009-09-141-24/+12
* nilfs2: remove unused btree argument from btree functionsRyusuke Konishi2009-09-141-248/+208
* nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi2009-09-142-12/+0
* nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2009-09-142-7/+21
* nilfs2: add more check routines in mount processZhu Yanhai2009-09-142-4/+14
* nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang2009-09-141-4/+0
* nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi2009-09-141-2/+2
* nilfs2: stop using periodic write_super callbackJiro SEKIBA2009-09-142-46/+7
* nilfs2: clean up nilfs_write_superJiro SEKIBA2009-09-142-8/+17
* nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA2009-09-141-2/+8
* nilfs2: remove redundant super block commitJiro SEKIBA2009-09-141-3/+0
* nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA2009-09-141-1/+23
OpenPOWER on IntegriCloud