linux-uconsole/block
Mark Brown 8a98322c1c This is the 3.10.41 stable release
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (GNU/Linux)
 
 iQIcBAABAgAGBQJTijBdAAoJEDjbvchgkmk+rT0QAJ+x9EhsW2aVOTdQNxqtFjFn
 X8deKCT6iG8e576abl3ZcEgXW9EgQCf0GZl8tDDItzgjwPSaHYHdQz7xbfuIV2Gs
 54s0sZBN8w8z56BQfOeXhr4YWRackvHvG7tj0LSgwn/A6KreUcCtieeatE6qi7Cj
 U36yY5bKWScmrCTbzxa7KWYGypXuhHHUy9L/kWAkWsdXAUt1gJOf31a2gv6el99Q
 KihEbN9JIGxmoxeXjvexlxdM+VWkv6qsORsgQMJT+924vW7Vf6vxh88oDTLdGcRm
 f+tiCZ3IZH9C1vUsGFfVg/K+3lf5gqBOn6YLhALny/XmxSwdhLeA7e2KGFpVqtiM
 h/k7ShRVDIcfQ0RoEnhcR/wePiHReFuftJJCaWn/JPsJ4cSLSxhnCE4bVZgYBSMp
 536+Cm1wUFMCYyqBj5DQRkvbxFslFuzZ2PlId6f6GdjcvsClgoKex9W8cli5kCaO
 +bEoMHh9/2WLl7LU5U7b1sv+GMnRmgnYCf/wLqXRjHHY9biuNT0zORk+le81dv77
 /VkFGHPb/6p9WvM8DYRrRARjt1u3thAY6h+dud8t0v45FRUfQlG9WKPZXpQLWrv6
 Y3BrH5eircxQS7wTsgIlZL0+J+0LPxFT2CmuG77V2j+dEzrXcF3ozVY63diJUKaT
 +Z6DL8QCCACho54Sqbg+
 =zEjO
 -----END PGP SIGNATURE-----

Merge tag 'v3.10.41' into linux-linaro-lsk

This is the 3.10.41 stable release
2014-06-01 17:31:39 +01:00
..
partitions partitions/efi.c: replace useless kzalloc's by kmalloc's 2013-04-30 08:34:25 +02:00
blk-cgroup.c blkcg: fix "scheduling while atomic" in blk_queue_bypass_start 2013-04-09 15:01:21 +02:00
blk-cgroup.h Update of blkg_stat and blkg_rwstat may happen in bh context. While u64_stats_fetch_retry is only preempt_disable on 32bit UP system. This is not enough to avoid preemption by bh and may read strange 64 bit value. 2013-12-11 22:36:27 -08:00
blk-core.c This is the 3.10.41 stable release 2014-06-01 17:31:39 +01:00
blk-exec.c Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block 2013-02-28 12:52:24 -08:00
blk-flush.c Block: blk-flush: Fixed indent code style 2013-03-22 12:22:51 -06:00
blk-integrity.c scatterlist: introduce sg_unmark_end 2013-03-20 15:43:04 +10:30
blk-ioc.c block: queue work on power efficient wq 2013-07-18 14:30:51 +01:00
blk-iopoll.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
blk-lib.c block: add cond_resched() to potentially long running ioctl discard loop 2014-02-22 12:41:28 -08:00
blk-map.c block: re-use existing 'reading' variable instead of checking direction again 2011-12-21 15:27:24 +01:00
blk-merge.c scatterlist: introduce sg_unmark_end 2013-03-20 15:43:04 +10:30
blk-settings.c block: properly stack underlying max_segment_size to DM device 2013-11-29 11:11:51 -08:00
blk-softirq.c sched, block: Unify cache detection 2012-01-27 13:28:48 +01:00
blk-sysfs.c block: avoid using uninitialized value in from queue_var_store 2013-04-03 21:53:57 +02:00
blk-tag.c block/blk-tag.c: Remove useless kfree 2012-09-12 22:25:12 +02:00
blk-throttle.c block: Rename queue dead flag 2012-12-06 14:30:58 +01:00
blk-timeout.c block: fix race between request completion and timeout handling 2013-11-29 11:11:50 -08:00
blk.h block: __elv_next_request() shouldn't call into the elevator if bypassing 2014-02-22 12:41:28 -08:00
bsg-lib.c bsg: Remove unused function bsg_goose_queue() 2012-12-06 14:33:02 +01:00
bsg.c hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
cfq-iosched.c cfq: explicitly use 64bit divide operation for 64bit arguments 2013-10-01 09:17:48 -07:00
compat_ioctl.c block: Add BLKROTATIONAL ioctl 2012-01-11 16:29:31 +01:00
deadline-iosched.c elevator: Fix a race in elevator switching 2013-08-20 08:43:03 -07:00
elevator.c elevator: acquire q->sysfs_lock in elevator_change() 2013-12-08 07:29:27 -08:00
genhd.c This is the 3.10.1 stable release 2013-07-19 10:30:43 +01:00
ioctl.c Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block 2012-10-11 09:04:23 +09:00
Kconfig block: don't select PERCPU_RWSEM 2013-02-22 10:42:45 +01:00
Kconfig.iosched blkcg: make CONFIG_BLK_CGROUP bool 2012-03-06 21:27:21 +01:00
Makefile separate partition format handling from generic code 2012-01-03 22:54:06 -05:00
noop-iosched.c elevator: Fix a race in elevator switching 2013-08-20 08:43:03 -07:00
partition-generic.c Revert "loop: cleanup partitions when detaching loop device" 2013-04-08 10:12:11 +02:00
scsi_ioctl.c aio: don't include aio.h in sched.h 2013-05-07 20:16:25 -07:00