summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mtd: correct upper bounds check for mtd_*() APIsBrian Norris2014-08-191-13/+13
| | * | mtd: cfi_cmdset_0002: allow retry/timeout loop to exitBrian Norris2014-08-191-0/+2
| | * | mtd: nand: fix nand_lock/unlock() functionWhite Ding2014-08-191-0/+18
| | * | mtd: Fixed checkpatch seq_printf warningsSamarth Parikh2014-08-192-15/+15
| | * | mtd: denali: avoid using a magic numberMasahiro Yamada2014-08-191-1/+2
| | * | mtd: atmel_nand: remove redundant dev_err callWei Yongjun2014-08-191-8/+1
| | * | mtd: spi-nor: add support for Micron M25PX80Thomas Petazzoni2014-08-191-0/+1
| | * | mtd: fix linux/mtd/nand.h kernel-doc warningRandy Dunlap2014-08-191-0/+1
| | * | mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page sizeWu, Josh2014-08-191-5/+11
| | * | mtd: atmel_nand: increase chip_delayRaphaƫl Poggi2014-08-191-1/+1
| | * | mtd: use NULL instead of 0 for an addressMartin Kepplinger2014-08-191-1/+1
| | * | mtd: ndfc: silence an array underflow static checker warningDan Carpenter2014-08-191-1/+2
* | | | Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds2014-10-1813-533/+266
|\ \ \ \
| * | | | lib/raid6: Add log level to printksAnton Blanchard2014-10-141-6/+6
| * | | | md: move EXPORT_SYMBOL to after function in md.cNeilBrown2014-10-141-12/+11
| * | | | md: discard PRINT_RAID_DEBUG ioctlNeilBrown2014-10-142-139/+0
| * | | | md: remove MD_BUG()NeilBrown2014-10-141-46/+12
| * | | | md: clean up 'exit' labels in md_ioctl().NeilBrown2014-10-141-41/+35
| * | | | md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown2014-10-141-4/+1
| * | | | md: don't allow "-sync" to be set for device in an active array.NeilBrown2014-10-141-4/+6
| * | | | md: remove unwanted white space from md.cNeilBrown2014-10-1410-191/+114
| * | | | md: don't start resync thread directly from md thread.NeilBrown2014-10-141-23/+36
| * | | | md: Just use RCU when checking for overlap between arrays.NeilBrown2014-10-141-8/+7
| * | | | md: avoid potential long delay under pers_lockChao Yu2014-10-141-1/+2
| * | | | md: simplify export_array()NeilBrown2014-10-141-8/+4
| * | | | md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown2014-10-141-14/+8
| * | | | md: use wait_event() to simplify md_super_wait()NeilBrown2014-10-141-8/+1
| * | | | md: be more relaxed about stopping an array which isn't started.NeilBrown2014-10-141-3/+3
| * | | | md/raid1: process_checks doesn't use its return value.NeilBrown2014-10-141-4/+3
| * | | | md/raid5: fix init_stripe() inconsistenciesMarkus Stockhausen2014-10-141-3/+1
| * | | | md/raid10: another memory leak due to reshape.NeilBrown2014-10-141-1/+3
| * | | | md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.NeilBrown2014-10-093-5/+5
| * | | | md/raid1: minor typos and reformatting.NeilBrown2014-10-091-7/+7
| * | | | md/bitmap: always wait for writes on unplug.NeilBrown2014-10-091-10/+6
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2014-10-181-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-10-161-1/+1
| |\ \ \ \ \
| | * | | | | selinux: fix inode security list corruptionStephen Smalley2014-10-151-1/+1
* | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-1815-137/+207
|\ \ \ \ \ \ \
| * | | | | | | virtio-rng: refactor probe error handlingMichael S. Tsirkin2014-10-151-6/+9
| * | | | | | | virtio_scsi: drop scan callbackMichael S. Tsirkin2014-10-151-16/+7
| * | | | | | | virtio_balloon: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * | | | | | | virtio_scsi: fix race on device removalMichael S. Tsirkin2014-10-151-1/+10
| * | | | | | | virito_scsi: use freezable WQ for eventsPaolo Bonzini2014-10-151-1/+1
| * | | | | | | virtio_net: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * | | | | | | virtio_console: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * | | | | | | virtio_scsi: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * | | | | | | virtio_blk: enable VQs early on restoreMichael S. Tsirkin2014-10-151-3/+6
| * | | | | | | virtio_scsi: move kick event out from virtscsi_initMichael S. Tsirkin2014-10-151-5/+11
| * | | | | | | virtio_net: fix use after free on allocation failureMichael S. Tsirkin2014-10-151-0/+2
| * | | | | | | 9p/trans_virtio: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2