summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c
AgeCommit message (Expand)AuthorLines
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner-2/+2
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner-0/+3
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner-4/+6
2013-09-30nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko-2/+9
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko-2/+2
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara-1/+4
2012-06-20nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi-0/+2
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo-1/+1
2011-06-11nilfs2: fix problem in setting checkpoint intervalRyusuke Konishi-1/+1
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi-2/+2
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi-11/+5
2011-05-10nilfs2: use list_first_entryRyusuke Konishi-2/+2
2011-05-10nilfs2: zero fill unused portion of super root blockRyusuke Konishi-2/+5
2011-05-10nilfs2: super root size should change depending on inode sizeRyusuke Konishi-1/+1
2011-05-10nilfs2: get rid of private page allocatorRyusuke Konishi-136/+17
2011-05-10nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser-4/+2
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi-23/+24
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi-49/+41
2011-03-09nilfs2: get rid of sc_sbi back pointerRyusuke Konishi-17/+12
2011-03-09nilfs2: move log writer onto nilfs objectRyusuke Konishi-29/+29
2011-03-09nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi-40/+40
2011-03-09nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi-4/+5
2011-03-09nilfs2: move mount options to nilfs objectRyusuke Konishi-4/+5
2011-03-02nilfs2: fix regression that i-flag is not set on changeless checkpointsRyusuke Konishi-1/+2
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi-6/+5
2011-01-10nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi-0/+2
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi-25/+5
2010-10-26mm: add account_page_writeback()Michael Rubin-1/+1
2010-10-23nilfs2: eliminate sparse warning - "context imbalance"Jiro SEKIBA-0/+2
2010-10-23nilfs2: add bdev freeze/thaw supportRyusuke Konishi-0/+2
2010-10-23nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi-4/+0
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi-7/+7
2010-10-23nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi-0/+1
2010-10-23nilfs2: move inode count and block count into root objectRyusuke Konishi-2/+2
2010-10-23nilfs2: use root object to get ifileRyusuke Konishi-17/+26
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi-2/+1
2010-10-23nilfs2: keep zero value in i_cno except for gc-inodesRyusuke Konishi-15/+14
2010-07-23nilfs2: do not update log cursor for small changeRyusuke Konishi-1/+0
2010-07-23nilfs2: sync super blocks in turnsJiro SEKIBA-4/+6
2010-07-23nilfs2: introduce nilfs_prepare_superJiro SEKIBA-2/+6
2010-07-23nilfs2: get rid of macros for segment summary informationRyusuke Konishi-4/+4
2010-05-10nilfs2: make nilfs_sc_*_ops staticRyusuke Konishi-3/+3
2010-05-10nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Li Hong-18/+13
2010-05-10nilfs2: remove nilfs_segctor_init() in segment.cLi Hong-8/+1
2010-05-10nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi-1/+2
2010-05-10nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong-36/+0
2010-05-10nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi-30/+3
2010-05-10nilfs2: move pointer to super root block into logsRyusuke Konishi-24/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-24nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi-2/+1