| Commit message (Expand) | Author | Age | Files | Lines |
* | mtip32xx: Fix padding issue | Selvan Mani | 2012-11-23 | 1 | -2/+2 |
* | aoe: avoid running request handler on plugged queue | Ed Cashin | 2012-11-23 | 1 | -1/+1 |
* | mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() | Wei Yongjun | 2012-11-23 | 1 | -1/+2 |
* | mtip32xx: fix shift larger than type warning | Jens Axboe | 2012-11-23 | 1 | -1/+2 |
* | mtip32xx: Fix incorrect mask used for erase mode | Selvan Mani | 2012-11-23 | 1 | -1/+1 |
* | mtip32xx: Fix to make lba address correct in big-endian systems | Selvan Mani | 2012-11-23 | 1 | -2/+6 |
* | mtip32xx: fix potential crash on SEC_ERASE_UNIT | Selvan Mani | 2012-11-23 | 1 | -2/+2 |
* | floppy: destroy floppy workqueue before cleaning up the queue | Jiri Kosina | 2012-11-23 | 1 | -2/+3 |
* | loop: Make explicit loop device destruction lazy | Dave Chinner | 2012-10-30 | 1 | -2/+15 |
* | mtip32xx:Added appropriate timeout value for secure erase | Selvan Mani | 2012-10-30 | 2 | -4/+18 |
* | xen/blkback: Change xen_vbd's flush_support and discard_secure to have type u... | Oliver Chick | 2012-10-30 | 1 | -2/+2 |
* | cciss: select CONFIG_CHECK_SIGNATURE | Akinobu Mita | 2012-10-30 | 1 | -0/+1 |
* | cciss: remove unneeded memset() | Wei Yongjun | 2012-10-30 | 1 | -1/+0 |
* | xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 2012-10-30 | 1 | -2/+1 |
* | floppy: remove dr, reuse drive on do_floppy_init | Herton Ronaldo Krzesinski | 2012-10-30 | 1 | -26/+22 |
* | floppy: use common function to check if floppies can be registered | Herton Ronaldo Krzesinski | 2012-10-30 | 1 | -10/+13 |
* | floppy: properly handle failure on add_disk loop | Herton Ronaldo Krzesinski | 2012-10-30 | 1 | -1/+10 |
* | floppy: do put_disk on current dr if blk_init_queue fails | Herton Ronaldo Krzesinski | 2012-10-30 | 1 | -0/+1 |
* | floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop | Herton Ronaldo Krzesinski | 2012-10-30 | 1 | -9/+6 |
* | xen/blkback: Fix compile warning | Konrad Rzeszutek Wilk | 2012-10-30 | 1 | -3/+3 |
* | drivers/block: remove CONFIG_EXPERIMENTAL | Kees Cook | 2012-10-23 | 1 | -7/+7 |
* | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-10-11 | 3 | -59/+9 |
|\ |
|
| * | block: Add bio_clone_bioset(), bio_clone_kmalloc() | Kent Overstreet | 2012-09-09 | 1 | -2/+1 |
| * | pktcdvd: Switch to bio_kmalloc() | Kent Overstreet | 2012-09-09 | 1 | -45/+7 |
| * | block: Generalized bio pool freeing | Kent Overstreet | 2012-09-09 | 1 | -12/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-10-07 | 2 | -624/+1187 |
|\ \ |
|
| * | | rbd: BUG on invalid layout | Sage Weil | 2012-10-02 | 1 | -2/+3 |
| * | | rbd: update remaining header fields for v2 | Alex Elder | 2012-10-01 | 1 | -4/+12 |
| * | | rbd: get snapshot name for a v2 image | Alex Elder | 2012-10-01 | 1 | -2/+79 |
| * | | rbd: get the snapshot context for a v2 image | Alex Elder | 2012-10-01 | 1 | -0/+85 |
| * | | rbd: get image features for a v2 image | Alex Elder | 2012-10-01 | 1 | -0/+40 |
| * | | rbd: get the object prefix for a v2 rbd image | Alex Elder | 2012-10-01 | 1 | -1/+47 |
| * | | rbd: add code to get the size of a v2 rbd image | Alex Elder | 2012-10-01 | 1 | -0/+53 |
| * | | rbd: lay out header probe infrastructure | Alex Elder | 2012-10-01 | 1 | -28/+99 |
| * | | rbd: encapsulate code that gets snapshot info | Alex Elder | 2012-10-01 | 1 | -6/+30 |
| * | | rbd: add an rbd features field | Alex Elder | 2012-10-01 | 1 | -2/+41 |
| * | | rbd: don't use index in __rbd_add_snap_dev() | Alex Elder | 2012-10-01 | 1 | -6/+8 |
| * | | rbd: kill create_snap sysfs entry | Alex Elder | 2012-10-01 | 1 | -158/+0 |
| * | | rbd: define rbd_dev_image_id() | Alex Elder | 2012-10-01 | 1 | -0/+100 |
| * | | rbd: define some new format constants | Alex Elder | 2012-10-01 | 1 | -5/+20 |
| * | | rbd: support data returned from OSD methods | Alex Elder | 2012-10-01 | 1 | -8/+11 |
| * | | rbd: pass flags to rbd_req_sync_exec() | Alex Elder | 2012-10-01 | 1 | -10/+21 |
| * | | rbd: set up watch before announcing disk | Alex Elder | 2012-10-01 | 1 | -4/+5 |
| * | | rbd: set initial capacity in rbd_init_disk() | Alex Elder | 2012-10-01 | 1 | -1/+2 |
| * | | rbd: drop dev registration check for new snap | Alex Elder | 2012-10-01 | 1 | -2/+2 |
| * | | rbd: call rbd_init_disk() sooner | Alex Elder | 2012-10-01 | 1 | -7/+9 |
| * | | rbd: defer setting device id | Alex Elder | 2012-10-01 | 1 | -22/+22 |
| * | | rbd: read the header before registering device | Alex Elder | 2012-10-01 | 1 | -15/+18 |
| * | | rbd: call set_snap() before snap_devs_update() | Alex Elder | 2012-10-01 | 1 | -3/+4 |
| * | | rbd: defer registering snapshot devices | Alex Elder | 2012-10-01 | 1 | -10/+50 |