index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
rbd: add read_only rbd map option
Alex Elder
2012-10-01
1
-4
/
+24
|
*
|
rbd: move rbd_opts to struct rbd_device
Alex Elder
2012-10-01
1
-33
/
+16
|
*
|
rbd: more cleanup in rbd_header_from_disk()
Alex Elder
2012-10-01
1
-13
/
+13
|
*
|
rbd: kill incore snap_names_len
Alex Elder
2012-10-01
1
-13
/
+13
|
*
|
rbd: don't over-allocate space for object prefix
Alex Elder
2012-10-01
1
-4
/
+5
|
*
|
rbd: handle locking inside __rbd_client_find()
Alex Elder
2012-10-01
1
-13
/
+16
|
*
|
rbd: add new snapshots at the tail
Alex Elder
2012-10-01
1
-1
/
+1
|
*
|
rbd: rename block_name -> object_prefix
Alex Elder
2012-10-01
2
-3
/
+3
|
*
|
rbd: separate reading header from decoding it
Alex Elder
2012-10-01
1
-57
/
+79
|
*
|
rbd: expand rbd_dev_ondisk_valid() checks
Alex Elder
2012-10-01
1
-9
/
+27
|
*
|
rbd: return earlier in rbd_header_from_disk()
Alex Elder
2012-10-01
1
-3
/
+12
|
*
|
rbd: rearrange rbd_header_from_disk()
Alex Elder
2012-10-01
1
-19
/
+22
|
*
|
rbd: use sizeof (object) instead of sizeof (type)
Alex Elder
2012-10-01
1
-13
/
+15
|
*
|
rbd: ensure invalid pointers are made null
Alex Elder
2012-10-01
1
-0
/
+10
|
*
|
rbd: make snap_names_len a u64
Alex Elder
2012-10-01
1
-1
/
+2
|
*
|
rbd: simplify __rbd_init_snaps_header()
Alex Elder
2012-10-01
1
-79
/
+64
*
|
|
Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2012-10-07
1
-37
/
+269
|
\
\
\
|
*
|
|
virtio-blk: Disable callback in virtblk_done()
Asias He
2012-09-28
1
-8
/
+11
|
*
|
|
virtio-blk: fix NULL checking in virtblk_alloc_req()
Dan Carpenter
2012-09-28
1
-2
/
+4
|
*
|
|
virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio path
Asias He
2012-09-28
1
-84
/
+188
|
*
|
|
virtio-blk: Add bio-based IO path for virtio-blk
Asias He
2012-09-28
1
-40
/
+163
*
|
|
|
Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2012-10-07
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
xen/arm: compile blkfront and blkback
Stefano Stabellini
2012-08-08
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
aoe: update aoe-internal version number to 50
Ed Cashin
2012-10-06
1
-1
/
+1
*
|
|
|
aoe: remove unused code
Ed Cashin
2012-10-06
1
-4
/
+0
*
|
|
|
aoe: make dynamic block minor numbers the default
Ed Cashin
2012-10-06
1
-1
/
+1
*
|
|
|
aoe: update and specify AoE address guards and error messages
Ed Cashin
2012-10-06
2
-8
/
+11
*
|
|
|
aoe: retain static block device numbers for backwards compatibility
Ed Cashin
2012-10-06
1
-3
/
+51
*
|
|
|
aoe: support more AoE addresses with dynamic block device minor numbers
Ed Cashin
2012-10-06
5
-49
/
+72
*
|
|
|
aoe: update copyright year in touched files
Ed Cashin
2012-10-06
7
-7
/
+7
*
|
|
|
aoe: update internal version number to 49
Ed Cashin
2012-10-06
1
-1
/
+1
*
|
|
|
aoe: remove unused code and add cosmetic improvements
Ed Cashin
2012-10-06
4
-17
/
+10
*
|
|
|
aoe: increase net_device reference count while using it
Ed Cashin
2012-10-06
2
-0
/
+11
*
|
|
|
aoe: associate frames with the AoE storage target
Ed Cashin
2012-10-06
3
-54
/
+49
*
|
|
|
aoe: disallow unsupported AoE minor addresses
Ed Cashin
2012-10-06
1
-0
/
+7
*
|
|
|
aoe: do revalidation steps in order
Ed Cashin
2012-10-06
1
-2
/
+2
*
|
|
|
aoe: failover remote interface based on aoe_deadsecs parameter
Ed Cashin
2012-10-06
2
-6
/
+3
*
|
|
|
aoe: use packets that work with the smallest-MTU local interface
Ed Cashin
2012-10-06
2
-71
/
+87
*
|
|
|
aoe: use a kernel thread for transmissions
Ed Cashin
2012-10-06
3
-3
/
+40
*
|
|
|
aoe: become I/O request queue handler for increased user control
Ed Cashin
2012-10-06
5
-182
/
+308
*
|
|
|
aoe: kernel thread handles I/O completions for simple locking
Ed Cashin
2012-10-06
6
-306
/
+560
*
|
|
|
aoe: for performance support larger packet payloads
Ed Cashin
2012-10-06
5
-46
/
+111
*
|
|
|
nbd: handle discard requests
Paul Clements
2012-10-06
1
-1
/
+14
*
|
|
|
nbd: add set flags ioctl
Paul Clements
2012-10-06
1
-1
/
+7
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-10-02
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
userns: Convert loop to use kuid_t instead of uid_t
Eric W. Biederman
2012-09-21
1
-2
/
+2
*
|
|
|
|
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-10-02
2
-5
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
workqueue: deprecate __cancel_delayed_work()
Tejun Heo
2012-08-21
1
-1
/
+1
|
*
|
|
|
|
workqueue: use mod_delayed_work() instead of __cancel + queue
Tejun Heo
2012-08-21
1
-2
/
+1
|
*
|
|
|
|
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
2012-08-20
1
-2
/
+2
|
|
/
/
/
/
[prev]
[next]