Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | bcache: Refresh usage docs | Gabriel de Perthuis | 2013-06-27 | 1 | -13/+24 | |
| | * | | | | bcache: Send label uevents | Gabriel de Perthuis | 2013-06-27 | 2 | -1/+17 | |
| | * | | | | bcache: Send a uevent with a cached device's UUID | Gabriel de Perthuis | 2013-06-27 | 1 | -3/+9 | |
| | * | | | | doc: Fix typo in documentation/bcache.txt | Masanari Iida | 2013-06-27 | 1 | -5/+5 | |
| | * | | | | bcache: Write out full stripes | Kent Overstreet | 2013-06-27 | 9 | -37/+121 | |
| | * | | | | bcache: Track dirty data by stripe | Kent Overstreet | 2013-06-27 | 7 | -26/+105 | |
| | * | | | | bcache: Initialize sectors_dirty when attaching | Kent Overstreet | 2013-06-27 | 4 | -29/+39 | |
| | * | | | | bcache: Improve lazy sorting | Kent Overstreet | 2013-06-27 | 3 | -17/+26 | |
| | * | | | | bcache: Rip out pkey()/pbtree() | Kent Overstreet | 2013-06-27 | 8 | -45/+90 | |
| | * | | | | bcache: Fix/revamp tracepoints | Kent Overstreet | 2013-06-27 | 15 | -221/+367 | |
| | * | | | | bcache: Refactor btree io | Kent Overstreet | 2013-06-27 | 6 | -176/+140 | |
| | * | | | | bcache: Convert allocator thread to kthread | Kent Overstreet | 2013-06-27 | 4 | -33/+43 | |
| | * | | | | bcache: Warn when a device is already registered. | Gabriel de Perthuis | 2013-06-27 | 1 | -2/+37 | |
| | * | | | | bcache: fix a spurious gcc complaint, use scnprintf | Kent Overstreet | 2013-06-27 | 1 | -21/+22 | |
| | * | | | | md: bcache: io.c: fix a potential NULL pointer dereference | Kumar Amit Mehta | 2013-06-27 | 1 | -0/+2 | |
| * | | | | | Merge tag 'v3.10-rc7' into for-3.11/drivers | Jens Axboe | 2013-07-02 | 1563 | -11240/+19795 | |
| |\| | | | | ||||||
| * | | | | | drbd: Allow online change of al-stripes and al-stripe-size | Philipp Reisner | 2013-06-28 | 8 | -53/+188 | |
| * | | | | | drbd: Constants should be UPPERCASE | Philipp Reisner | 2013-06-28 | 3 | -14/+19 | |
| * | | | | | drbd: Ignore the exit code of a fence-peer handler if it returns too late | Philipp Reisner | 2013-06-28 | 3 | -3/+17 | |
| * | | | | | drbd: Fix rcu_read_lock balance on error path | Andreas Gruenbacher | 2013-06-28 | 1 | -7/+12 | |
| * | | | | | drbd: fix error return code in drbd_init() | Wei Yongjun | 2013-06-28 | 1 | -3/+1 | |
| * | | | | | drbd: Do not sleep inside rcu | Andreas Gruenbacher | 2013-06-28 | 1 | -2/+2 | |
| * | | | | | Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker... | Jens Axboe | 2013-06-28 | 8 | -422/+1299 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | xen-blkback: check the number of iovecs before allocating a bios | Roger Pau Monne | 2013-06-25 | 1 | -1/+2 | |
| | * | | | | | xen-blkfront: set blk_queue_max_hw_sectors correctly | Roger Pau Monne | 2013-06-21 | 1 | -1/+1 | |
| | * | | | | | xen-blkback: workaround compiler bug in gcc 4.1 | Roger Pau Monne | 2013-06-21 | 1 | -10/+14 | |
| | * | | | | | xen/blkback: Check for insane amounts of request on the ring (v6). | Konrad Rzeszutek Wilk | 2013-06-17 | 3 | -1/+16 | |
| | * | | | | | xen/io/ring.h: new macro to detect whether there are too many requests on the... | Jan Beulich | 2013-06-17 | 1 | -0/+5 | |
| | * | | | | | xen/blkback: Check device permissions before allowing OP_DISCARD | Konrad Rzeszutek Wilk | 2013-06-07 | 1 | -1/+12 | |
| | * | | | | | xen/blkback: Use physical sector size for setup | Stefan Bader | 2013-06-07 | 2 | -3/+23 | |
| | * | | | | | xen-blkback/sysfs: Move the parameters for the persistent grant features | Konrad Rzeszutek Wilk | 2013-06-04 | 2 | -18/+17 | |
| | * | | | | | xen-blkfront: Introduce a 'max' module parameter to alter the amount of indir... | Konrad Rzeszutek Wilk | 2013-06-04 | 2 | -0/+12 | |
| | * | | | | | xen-blkfront: use a different scatterlist for each request | Roger Pau Monne | 2013-05-08 | 1 | -25/+18 | |
| | * | | | | | xen-blkback: allocate list of pending reqs in small chunks | Roger Pau Monne | 2013-05-07 | 3 | -78/+106 | |
| | * | | | | | xen-block: implement indirect descriptors | Roger Pau Monne | 2013-04-18 | 5 | -125/+657 | |
| | * | | | | | xen-blkback: expand map/unmap functions | Roger Pau Monne | 2013-04-18 | 1 | -55/+86 | |
| | * | | | | | xen-blkback: make the queue of free requests per backend | Roger Pau Monne | 2013-04-18 | 3 | -105/+74 | |
| | * | | | | | xen-blkback: move pending handles list from blkbk to pending_req | Roger Pau Monne | 2013-04-18 | 1 | -12/+4 | |
| | * | | | | | xen-blkback: implement LRU mechanism for persistent grants | Roger Pau Monne | 2013-04-18 | 4 | -57/+260 | |
| | * | | | | | xen-blkback: use balloon pages for all mappings | Roger Pau Monne | 2013-04-18 | 4 | -121/+181 | |
| | * | | | | | xen-blkback: print stats about persistent grants | Roger Pau Monne | 2013-04-18 | 1 | -2/+4 | |
| * | | | | | | rsxx: Adding in debugfs entries. | Philip J Kelleher | 2013-06-19 | 2 | -0/+278 | |
| * | | | | | | rsxx: Fixes incorrect stats calculation. | Philip J Kelleher | 2013-06-19 | 1 | -0/+1 | |
| * | | | | | | rsxx: Adding EEH check inside cregs timeout. | Philip J Kelleher | 2013-06-19 | 1 | -0/+9 | |
| * | | | | | | rsxx: Adapter address space sanity check. | Philip J Kelleher | 2013-06-19 | 1 | -0/+3 | |
| * | | | | | | rsxx: Fixes DLPAR add kernel panic if partition still mounted. | Philip J Kelleher | 2013-06-19 | 1 | -0/+4 | |
| * | | | | | | rsxx: Changing the adapter name to the official name. | Philip J Kelleher | 2013-06-19 | 3 | -8/+8 | |
| * | | | | | | rsxx: Adding in sync_start module paramenter. | Philip J Kelleher | 2013-06-19 | 1 | -0/+34 | |
| * | | | | | | rsxx: Allow block size to be determined by configuration. | Philip J Kelleher | 2013-06-19 | 1 | -19/+1 | |
| * | | | | | | rsxx: Fixes soft-lockup issues during DMAs. | Philip J Kelleher | 2013-06-19 | 2 | -8/+28 |