aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2012-07-161-0/+2
* nilfs2: fix problem in setting checkpoint intervalRyusuke Konishi2011-06-111-1/+1
* nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi2011-05-101-2/+2
* nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi2011-05-101-11/+5
* nilfs2: use list_first_entryRyusuke Konishi2011-05-101-2/+2
* nilfs2: zero fill unused portion of super root blockRyusuke Konishi2011-05-101-2/+5
* nilfs2: super root size should change depending on inode sizeRyusuke Konishi2011-05-101-1/+1
* nilfs2: get rid of private page allocatorRyusuke Konishi2011-05-101-136/+17
* nilfs2: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-05-101-4/+2
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-23/+24
* nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi2011-03-091-49/+41
* nilfs2: get rid of sc_sbi back pointerRyusuke Konishi2011-03-091-17/+12
* nilfs2: move log writer onto nilfs objectRyusuke Konishi2011-03-091-29/+29
* nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-091-40/+40
* nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi2011-03-091-4/+5
* nilfs2: move mount options to nilfs objectRyusuke Konishi2011-03-091-4/+5
* nilfs2: fix regression that i-flag is not set on changeless checkpointsRyusuke Konishi2011-03-021-1/+2
* nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi2011-01-101-6/+5
* nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi2011-01-101-0/+2
* nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi2011-01-101-25/+5
* mm: add account_page_writeback()Michael Rubin2010-10-261-1/+1
* nilfs2: eliminate sparse warning - "context imbalance"Jiro SEKIBA2010-10-231-0/+2
* nilfs2: add bdev freeze/thaw supportRyusuke Konishi2010-10-231-0/+2
* nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi2010-10-231-4/+0
* nilfs2: get rid of GCDAT inodeRyusuke Konishi2010-10-231-7/+7
* nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi2010-10-231-0/+1
* nilfs2: move inode count and block count into root objectRyusuke Konishi2010-10-231-2/+2
* nilfs2: use root object to get ifileRyusuke Konishi2010-10-231-17/+26
* nilfs2: remove own inode hash used for GCRyusuke Konishi2010-10-231-2/+1
* nilfs2: keep zero value in i_cno except for gc-inodesRyusuke Konishi2010-10-231-15/+14
* nilfs2: do not update log cursor for small changeRyusuke Konishi2010-07-231-1/+0
* nilfs2: sync super blocks in turnsJiro SEKIBA2010-07-231-4/+6
* nilfs2: introduce nilfs_prepare_superJiro SEKIBA2010-07-231-2/+6
* nilfs2: get rid of macros for segment summary informationRyusuke Konishi2010-07-231-4/+4
* nilfs2: make nilfs_sc_*_ops staticRyusuke Konishi2010-05-101-3/+3
* nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Li Hong2010-05-101-18/+13
* nilfs2: remove nilfs_segctor_init() in segment.cLi Hong2010-05-101-8/+1
* nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi2010-05-101-1/+2
* nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong2010-05-101-36/+0
* nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi2010-05-101-30/+3
* nilfs2: move pointer to super root block into logsRyusuke Konishi2010-05-101-24/+21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi2010-03-241-2/+1
* nilfs2: fix duplicate call to nilfs_segctor_cancel_freevRyusuke Konishi2010-03-221-6/+6
* nilfs2: fix various typos in commentsRyusuke Konishi2010-03-141-2/+2
* nilfs2: fix function name typos in docbook commentsRyusuke Konishi2010-03-141-2/+2
* nilfs2: move iterator to write log into segment bufferRyusuke Konishi2010-02-131-7/+2
* nilfs2: get rid of s_dirt flag useRyusuke Konishi2010-02-131-6/+5
* nilfs2: get rid of nilfs_segctor_req structRyusuke Konishi2010-02-131-41/+38
* nilfs2: fix potential hang in nilfs_error on errors=remount-roRyusuke Konishi2010-02-131-2/+9