aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/mdt.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi4-124/+2
2010-10-23nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi5-61/+2
2010-10-23nilfs2: get rid of mi_nilfs back pointer to nilfs objectRyusuke Konishi4-15/+8
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi6-37/+53
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi14-156/+207
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi12-171/+41
2010-10-23nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi5-0/+75
2010-10-23nilfs2: add routines to roll back state of DAT fileRyusuke Konishi5-19/+145
2010-10-23nilfs2: add routines to save and restore bmap stateRyusuke Konishi2-0/+26
2010-10-23nilfs2: do not allocate nilfs_mdt_info structure to gc-inodesRyusuke Konishi1-16/+16
2010-10-23nilfs2: allow nilfs_clear_inode to clear metadata file inodesRyusuke Konishi1-0/+4
2010-10-23nilfs2: get rid of snapshot mount flagRyusuke Konishi1-1/+0
2010-10-23nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi4-131/+31
2010-10-23nilfs2: do not allocate multiple super block instances for a deviceRyusuke Konishi4-225/+101
2010-10-23nilfs2: split out nilfs_attach_snapshotRyusuke Konishi1-28/+45
2010-10-23nilfs2: split out nilfs_get_root_dentryRyusuke Konishi1-19/+35
2010-10-23nilfs2: deny write access to inodes in snapshotsRyusuke Konishi3-3/+13
2010-10-23nilfs2: use checkpoint tree for mount check of snapshotsRyusuke Konishi1-17/+11
2010-10-23nilfs2: move inode count and block count into root objectRyusuke Konishi4-11/+10
2010-10-23nilfs2: use root object to get ifileRyusuke Konishi7-80/+67
2010-10-23nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi5-71/+151
2010-10-23nilfs2: set pointer to root object in inodesRyusuke Konishi5-20/+68
2010-10-23nilfs2: add checkpoint tree to nilfs objectRyusuke Konishi2-0/+134
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi7-142/+64
2010-10-23nilfs2: separate initializer of metadata file inodeRyusuke Konishi3-19/+35
2010-10-23nilfs2: use iget5_locked to get inodeRyusuke Konishi2-3/+35
2010-10-23nilfs2: keep zero value in i_cno except for gc-inodesRyusuke Konishi3-16/+24
2010-10-23nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirtyRyusuke Konishi1-0/+5
2010-10-23nilfs2: allow nilfs_destroy_inode to destroy metadata file inodesRyusuke Konishi2-2/+6
2010-10-23nilfs2: accept future revisionsRyusuke Konishi2-2/+3
2010-10-22pcmcia: fix ni_daq_700 compilationDominik Brodowski1-1/+0
2010-10-22bluetooth: Fix missing NULL checkAlan Cox1-0/+7
2010-10-22pcmcia: IOCARD is also required for using IRQsDominik Brodowski2-1/+5
2010-10-21include/linux/libata.h: fix typoAndrea Gelmini1-1/+1
2010-10-21pata_bf54x: fix return type of bfin_set_devctlMike Frysinger1-1/+1
2010-10-21Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-21libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2-3/+16
2010-10-21pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov1-0/+11
2010-10-21pata_sil680: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-21pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov1-0/+23
2010-10-21pata_cmd640: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-21ata_piix: Add device ID for ICH4-LBen Hutchings1-0/+2
2010-10-21pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov1-2/+2
2010-10-21ata: Intel IDE-R supportAlan Cox1-1/+53
2010-10-21libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+3
2010-10-21libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen1-0/+14
2010-10-21ata_piix: remove SIDPR lockingTejun Heo1-8/+0
2010-10-21libata: implement cross-port EH exclusionTejun Heo4-1/+80
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo12-48/+57
2010-10-21ata_piix: implement LPM supportTejun Heo1-1/+23