aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-14nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi2-12/+0
2009-09-14nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2-7/+21
2009-09-14nilfs2: add more check routines in mount processZhu Yanhai2-4/+14
2009-09-14nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang1-4/+0
2009-09-14nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi1-2/+2
2009-09-14nilfs2: stop using periodic write_super callbackJiro SEKIBA2-46/+7
2009-09-14nilfs2: clean up nilfs_write_superJiro SEKIBA2-8/+17
2009-09-14nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA1-2/+8
2009-09-14nilfs2: remove redundant super block commitJiro SEKIBA1-3/+0
2009-09-14nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA1-1/+23
2009-09-14nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi1-15/+10
2009-09-14nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi3-26/+12
2009-09-14nilfs2: fix format string compile warning (ino_t)Heiko Carstens1-1/+2
2009-09-14nilfs2: fix ignored error code in __nilfs_read_inode()Ryusuke Konishi1-1/+2
2009-08-31nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi1-1/+1
2009-08-19nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi1-1/+1
2009-08-18nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang1-0/+2
2009-08-02nilfs2: fix missing unlock in error path of nilfs_mdt_write_pageRyusuke Konishi1-1/+3
2009-08-01nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodesRyusuke Konishi1-1/+15
2009-07-14fs/Kconfig: move nilfs2 outRyusuke Konishi1-0/+25
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-05nilfs2: fix disorder in cp count on error during deleting checkpointsJiro SEKIBA1-3/+2
2009-07-05nilfs2: fix lockdep warning between regular file and inode fileRyusuke Konishi1-0/+5
2009-07-05nilfs2: fix incorrect KERN_CRIT messages in case of write failuresRyusuke Konishi1-9/+0
2009-07-05nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi1-20/+6
2009-07-05nilfs2: remove unlikely directive causing mis-conversion of error codeRyusuke Konishi1-2/+2
2009-06-24switch nilfs2 to inode->i_aclAl Viro3-22/+0