summaryrefslogtreecommitdiffstats
path: root/crypto/gcm.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-22include/linux/libata.h: fix typoAndrea Gelmini1-1/+1
2010-10-22pata_bf54x: fix return type of bfin_set_devctlMike Frysinger1-1/+1
2010-10-22Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-22libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2-3/+16
2010-10-22pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov1-0/+11
2010-10-22pata_sil680: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-22pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov1-0/+23
2010-10-22pata_cmd640: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-22ata_piix: Add device ID for ICH4-LBen Hutchings1-0/+2
2010-10-22pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov1-2/+2
2010-10-22ata: Intel IDE-R supportAlan Cox1-1/+53
2010-10-22libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+3
2010-10-22libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen1-0/+14
2010-10-22ata_piix: remove SIDPR lockingTejun Heo1-8/+0
2010-10-22libata: implement cross-port EH exclusionTejun Heo4-1/+80
2010-10-22libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo12-48/+57
2010-10-22ata_piix: implement LPM supportTejun Heo1-1/+23
2010-10-22libata: implement LPM support for port multipliersTejun Heo3-10/+67
2010-10-22libata: reimplement link power managementTejun Heo9-356/+206
2010-10-22libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo3-5/+74
2010-10-22libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo9-100/+79
2010-10-22[libata] Fix section mismatch: ata_sff_exitLuck, Tony1-1/+1
2010-10-22drivers/ata/libata-transport.c: include linux/slab.hJeff Garzik1-0/+1
2010-10-22[libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler2-37/+105