Age | Commit message (Expand) | Author | Files | Lines |
2012-10-11 | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -59/+9 |
2012-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -624/+1187 |
2012-10-07 | Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -37/+269 |
2012-10-07 | Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+1 |
2012-10-05 | aoe: update aoe-internal version number to 50 | Ed Cashin | 1 | -1/+1 |
2012-10-05 | aoe: remove unused code | Ed Cashin | 1 | -4/+0 |
2012-10-05 | aoe: make dynamic block minor numbers the default | Ed Cashin | 1 | -1/+1 |
2012-10-05 | aoe: update and specify AoE address guards and error messages | Ed Cashin | 2 | -8/+11 |
2012-10-05 | aoe: retain static block device numbers for backwards compatibility | Ed Cashin | 1 | -3/+51 |
2012-10-05 | aoe: support more AoE addresses with dynamic block device minor numbers | Ed Cashin | 5 | -49/+72 |
2012-10-05 | aoe: update copyright year in touched files | Ed Cashin | 7 | -7/+7 |
2012-10-05 | aoe: update internal version number to 49 | Ed Cashin | 1 | -1/+1 |
2012-10-05 | aoe: remove unused code and add cosmetic improvements | Ed Cashin | 4 | -17/+10 |
2012-10-05 | aoe: increase net_device reference count while using it | Ed Cashin | 2 | -0/+11 |
2012-10-05 | aoe: associate frames with the AoE storage target | Ed Cashin | 3 | -54/+49 |
2012-10-05 | aoe: disallow unsupported AoE minor addresses | Ed Cashin | 1 | -0/+7 |
2012-10-05 | aoe: do revalidation steps in order | Ed Cashin | 1 | -2/+2 |
2012-10-05 | aoe: failover remote interface based on aoe_deadsecs parameter | Ed Cashin | 2 | -6/+3 |
2012-10-05 | aoe: use packets that work with the smallest-MTU local interface | Ed Cashin | 2 | -71/+87 |
2012-10-05 | aoe: use a kernel thread for transmissions | Ed Cashin | 3 | -3/+40 |
2012-10-05 | aoe: become I/O request queue handler for increased user control | Ed Cashin | 5 | -182/+308 |
2012-10-05 | aoe: kernel thread handles I/O completions for simple locking | Ed Cashin | 6 | -306/+560 |
2012-10-05 | aoe: for performance support larger packet payloads | Ed Cashin | 5 | -46/+111 |
2012-10-05 | nbd: handle discard requests | Paul Clements | 1 | -1/+14 |
2012-10-05 | nbd: add set flags ioctl | Paul Clements | 1 | -1/+7 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+2 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -5/+4 |
2012-10-02 | rbd: BUG on invalid layout | Sage Weil | 1 | -2/+3 |
2012-10-02 | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 3 | -2487/+0 |
2012-10-01 | rbd: update remaining header fields for v2 | Alex Elder | 1 | -4/+12 |
2012-10-01 | rbd: get snapshot name for a v2 image | Alex Elder | 1 | -2/+79 |
2012-10-01 | rbd: get the snapshot context for a v2 image | Alex Elder | 1 | -0/+85 |
2012-10-01 | rbd: get image features for a v2 image | Alex Elder | 1 | -0/+40 |
2012-10-01 | rbd: get the object prefix for a v2 rbd image | Alex Elder | 1 | -1/+47 |
2012-10-01 | rbd: add code to get the size of a v2 rbd image | Alex Elder | 1 | -0/+53 |
2012-10-01 | rbd: lay out header probe infrastructure | Alex Elder | 1 | -28/+99 |
2012-10-01 | rbd: encapsulate code that gets snapshot info | Alex Elder | 1 | -6/+30 |
2012-10-01 | rbd: add an rbd features field | Alex Elder | 1 | -2/+41 |
2012-10-01 | rbd: don't use index in __rbd_add_snap_dev() | Alex Elder | 1 | -6/+8 |
2012-10-01 | rbd: kill create_snap sysfs entry | Alex Elder | 1 | -158/+0 |
2012-10-01 | rbd: define rbd_dev_image_id() | Alex Elder | 1 | -0/+100 |
2012-10-01 | rbd: define some new format constants | Alex Elder | 1 | -5/+20 |
2012-10-01 | rbd: support data returned from OSD methods | Alex Elder | 1 | -8/+11 |
2012-10-01 | rbd: pass flags to rbd_req_sync_exec() | Alex Elder | 1 | -10/+21 |
2012-10-01 | rbd: set up watch before announcing disk | Alex Elder | 1 | -4/+5 |
2012-10-01 | rbd: set initial capacity in rbd_init_disk() | Alex Elder | 1 | -1/+2 |
2012-10-01 | rbd: drop dev registration check for new snap | Alex Elder | 1 | -2/+2 |
2012-10-01 | rbd: call rbd_init_disk() sooner | Alex Elder | 1 | -7/+9 |
2012-10-01 | rbd: defer setting device id | Alex Elder | 1 | -22/+22 |
2012-10-01 | rbd: read the header before registering device | Alex Elder | 1 | -15/+18 |