summaryrefslogtreecommitdiffstats
path: root/drivers/video (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-23mmc_test: fix memory allocation segment limitsAdrian Hunter1-6/+6
2010-10-23mmc_test: move files from sysfs to debugfsAndy Shevchenko1-35/+107
2010-10-23mmc_test: collect data and show it via sysfs by demandAndy Shevchenko1-2/+169
2010-10-23mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko1-2/+3
2010-10-23mmc_test: use API to check card typeAndy Shevchenko1-1/+1
2010-10-23mmc_test: fix performance tests that go over max_blk_countAdrian Hunter1-48/+135
2010-10-23mmc: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko4-10/+10
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko4-5/+4
2010-10-23mmc: Use snprintf, not sprintf.JiebingLi1-1/+2
2010-10-23mmc: USB SD Host Controller (USHC) driverDavid Vrabel3-0/+581
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen24-52/+31
2010-10-23mmc: au1xmmc.c: use resource_size()H Hartley Sweeten1-1/+1
2010-10-23mmc: atmel-mci.c: use resource_size()H Hartley Sweeten1-1/+1
2010-10-23mmc: at91_mci.c: use resource_size()H Hartley Sweeten1-4/+4
2010-10-23ocfs2: drop the BLKDEV_IFL_WAIT flagLinus Torvalds1-2/+1
2010-10-23nilfs2: eliminate sparse warning - "context imbalance"Jiro SEKIBA1-0/+2
2010-10-23nilfs2: eliminate sparse warnings - "symbol not declared"Jiro SEKIBA2-2/+3
2010-10-23nilfs2: get rid of bdi from nilfs objectRyusuke Konishi5-9/+7
2010-10-23nilfs2: change license of exported header fileRyusuke Konishi1-4/+4
2010-10-23nilfs2: add bdev freeze/thaw supportRyusuke Konishi3-4/+58
2010-10-23nilfs2: accept 64-bit checkpoint numbers in cp mount optionRyusuke Konishi1-13/+12
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