aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.h
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-08-151-0/+2
* nilfs2: implement resize ioctlRyusuke Konishi2011-05-101-0/+2
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-1/+0
* nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi2011-03-091-3/+2
* nilfs2: move log writer onto nilfs objectRyusuke Konishi2011-03-091-1/+5
* nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-091-0/+6
* nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-091-0/+6
* nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi2011-03-091-0/+9
* nilfs2: move mount options to nilfs objectRyusuke Konishi2011-03-091-0/+18
* nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi2011-01-101-3/+0
* nilfs2: get rid of bdi from nilfs objectRyusuke Konishi2010-10-231-2/+0
* nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi2010-10-231-21/+0
* nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi2010-10-231-1/+0
* nilfs2: get rid of GCDAT inodeRyusuke Konishi2010-10-231-2/+0
* nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi2010-10-231-14/+2
* nilfs2: do not allocate multiple super block instances for a deviceRyusuke Konishi2010-10-231-16/+0
* nilfs2: add checkpoint tree to nilfs objectRyusuke Konishi2010-10-231-0/+42
* nilfs2: remove own inode hash used for GCRyusuke Konishi2010-10-231-6/+1
* nilfs2: do not update log cursor for small changeRyusuke Konishi2010-07-231-0/+2
* nilfs2: sync super blocks in turnsJiro SEKIBA2010-07-231-9/+8
* nilfs2: get rid of ns_free_segments_countRyusuke Konishi2010-07-231-2/+0
* nilfs2: add blocksize member to nilfs objectRyusuke Konishi2010-07-231-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nilfs2: get rid of s_dirt flag useRyusuke Konishi2010-02-131-0/+2
* nilfs2: issue discard request after cleaning segmentsJiro SEKIBA2010-02-131-0/+1
* nilfs2: add helper to get if volume is in a valid stateRyusuke Konishi2009-11-201-0/+10
* nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2009-09-141-0/+2
* nilfs2: clean up nilfs_write_superJiro SEKIBA2009-09-141-0/+14
* nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi2009-09-141-21/+6
* nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi2009-08-191-1/+1
* nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi2009-06-111-0/+2
* nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi2009-06-111-1/+6
* nilfs2: simplify remaining sget() useRyusuke Konishi2009-06-111-0/+7
* nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2009-06-111-0/+3
* nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi2009-06-111-1/+3
* nilfs2: introduce secondary super blockRyusuke Konishi2009-04-071-4/+14
* nilfs2: simplify handling of active state of segmentsRyusuke Konishi2009-04-071-0/+5
* nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi2009-04-071-3/+2
* nilfs2: remove timedwait ioctl commandRyusuke Konishi2009-04-071-6/+0
* nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi2009-04-071-2/+2
* nilfs2: add inode and other major structuresRyusuke Konishi2009-04-071-0/+290