aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segbuf.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-3/+2
* nilfs2: super root size should change depending on inode sizeRyusuke Konishi2011-05-101-1/+4
* nilfs2: get rid of private page allocatorRyusuke Konishi2011-05-101-12/+0
* block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
* nilfs2: get rid of bdi from nilfs objectRyusuke Konishi2010-10-231-1/+2
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi2010-05-101-1/+3
* nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong2010-05-101-25/+0
* nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi2010-05-101-4/+35
* nilfs2: move pointer to super root block into logsRyusuke Konishi2010-05-101-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nilfs2: fix imperfect completion wait in nilfs_wait_on_logsRyusuke Konishi2010-03-241-4/+4
* nilfs2: remove spaces before tabsRyusuke Konishi2010-03-141-1/+1
* nilfs2: fix various typos in commentsRyusuke Konishi2010-03-141-1/+1
* nilfs2: fix discrepancy in use of static specifierRyusuke Konishi2010-03-141-3/+3
* nilfs2: move iterator to write log into segment bufferRyusuke Konishi2010-02-131-0/+18
* nilfs2: separate wait function from nilfs_segctor_writeRyusuke Konishi2009-11-301-0/+16
* nilfs2: add iterator for segment buffersRyusuke Konishi2009-11-301-1/+44
* nilfs2: hide nilfs_write_info struct in segment buffer codeRyusuke Konishi2009-11-301-18/+44
* nilfs2: relocate io status variables to segment bufferRyusuke Konishi2009-11-301-30/+29
* nilfs2: do not return io error for bio allocation failureRyusuke Konishi2009-11-291-9/+2
* nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi2009-09-141-2/+2
* nilfs2: set bio unplug flag for the last bio in segmentRyusuke Konishi2009-06-101-1/+1
* nilfs2: eliminate removal list of segmentsRyusuke Konishi2009-06-101-1/+0
* nilfs2: simplify handling of active state of segmentsRyusuke Konishi2009-04-071-23/+1
* nilfs2: segment bufferRyusuke Konishi2009-04-071-0/+461