summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | rbd: add read_only rbd map optionAlex Elder2012-10-011-4/+24
| * | rbd: move rbd_opts to struct rbd_deviceAlex Elder2012-10-011-33/+16
| * | rbd: more cleanup in rbd_header_from_disk()Alex Elder2012-10-011-13/+13
| * | rbd: kill incore snap_names_lenAlex Elder2012-10-011-13/+13
| * | rbd: don't over-allocate space for object prefixAlex Elder2012-10-011-4/+5
| * | rbd: handle locking inside __rbd_client_find()Alex Elder2012-10-011-13/+16
| * | rbd: add new snapshots at the tailAlex Elder2012-10-011-1/+1
| * | rbd: rename block_name -> object_prefixAlex Elder2012-10-012-3/+3
| * | rbd: separate reading header from decoding itAlex Elder2012-10-011-57/+79
| * | rbd: expand rbd_dev_ondisk_valid() checksAlex Elder2012-10-011-9/+27
| * | rbd: return earlier in rbd_header_from_disk()Alex Elder2012-10-011-3/+12
| * | rbd: rearrange rbd_header_from_disk()Alex Elder2012-10-011-19/+22
| * | rbd: use sizeof (object) instead of sizeof (type)Alex Elder2012-10-011-13/+15
| * | rbd: ensure invalid pointers are made nullAlex Elder2012-10-011-0/+10
| * | rbd: make snap_names_len a u64Alex Elder2012-10-011-1/+2
| * | rbd: simplify __rbd_init_snaps_header()Alex Elder2012-10-011-79/+64
* | | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-37/+269
|\ \ \
| * | | virtio-blk: Disable callback in virtblk_done()Asias He2012-09-281-8/+11
| * | | virtio-blk: fix NULL checking in virtblk_alloc_req()Dan Carpenter2012-09-281-2/+4
| * | | virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio pathAsias He2012-09-281-84/+188
| * | | virtio-blk: Add bio-based IO path for virtio-blkAsias He2012-09-281-40/+163
* | | | Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-071-0/+1
|\ \ \ \
| * | | | xen/arm: compile blkfront and blkbackStefano Stabellini2012-08-081-0/+1
| | |_|/ | |/| |
* | | | aoe: update aoe-internal version number to 50Ed Cashin2012-10-061-1/+1
* | | | aoe: remove unused codeEd Cashin2012-10-061-4/+0
* | | | aoe: make dynamic block minor numbers the defaultEd Cashin2012-10-061-1/+1
* | | | aoe: update and specify AoE address guards and error messagesEd Cashin2012-10-062-8/+11
* | | | aoe: retain static block device numbers for backwards compatibilityEd Cashin2012-10-061-3/+51
* | | | aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin2012-10-065-49/+72
* | | | aoe: update copyright year in touched filesEd Cashin2012-10-067-7/+7
* | | | aoe: update internal version number to 49Ed Cashin2012-10-061-1/+1
* | | | aoe: remove unused code and add cosmetic improvementsEd Cashin2012-10-064-17/+10
* | | | aoe: increase net_device reference count while using itEd Cashin2012-10-062-0/+11
* | | | aoe: associate frames with the AoE storage targetEd Cashin2012-10-063-54/+49
* | | | aoe: disallow unsupported AoE minor addressesEd Cashin2012-10-061-0/+7
* | | | aoe: do revalidation steps in orderEd Cashin2012-10-061-2/+2
* | | | aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2012-10-062-6/+3
* | | | aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2012-10-062-71/+87
* | | | aoe: use a kernel thread for transmissionsEd Cashin2012-10-063-3/+40
* | | | aoe: become I/O request queue handler for increased user controlEd Cashin2012-10-065-182/+308
* | | | aoe: kernel thread handles I/O completions for simple lockingEd Cashin2012-10-066-306/+560
* | | | aoe: for performance support larger packet payloadsEd Cashin2012-10-065-46/+111
* | | | nbd: handle discard requestsPaul Clements2012-10-061-1/+14
* | | | nbd: add set flags ioctlPaul Clements2012-10-061-1/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+2
|\ \ \ \
| * | | | userns: Convert loop to use kuid_t instead of uid_tEric W. Biederman2012-09-211-2/+2
* | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-022-5/+4
|\ \ \ \ \
| * | | | | workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
| * | | | | workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-2/+1
| * | | | | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-2/+2
| |/ / / /