summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: move 'parent' tracking to mmc_blk_dataDan Williams2016-06-221-2/+3
* drbd: correctly handle failed crypto_alloc_hashLars Ellenberg2016-06-141-1/+2
* drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg2016-06-143-15/+54
* drbd: finally report ms, not jiffies, in log messageLars Ellenberg2016-06-141-4/+8
* drbd: get rid of empty statement in is_valid_stateRoland Kammerer2016-06-141-1/+2
* drbd: code cleanups without semantic changesFabian Frederick2016-06-1413-54/+51
* drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg2016-06-141-6/+28
* drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg2016-06-141-0/+9
* drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg2016-06-141-3/+44
* drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-1410-80/+360
* drbd: report sizes if rejecting too small peer diskLars Ellenberg2016-06-141-3/+6
* drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg2016-06-141-3/+6
* drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg2016-06-141-1/+1
* drbd: if there is no good data accessible, writes should be IO errorsLars Ellenberg2016-06-141-0/+22
* drbd: don't forget error completion when "unsuspending" IOLars Ellenberg2016-06-141-16/+32
* drbd: introduce unfence-peer handlerLars Ellenberg2016-06-143-3/+28
* drbd: finish resync on sync source only by notification from sync targetLars Ellenberg2016-06-142-9/+26
* drbd: allow larger max_discard_sectorsLars Ellenberg2016-06-142-5/+5
* drbd: zero-out partial unaligned discards on local backendLars Ellenberg2016-06-142-6/+25
* drbd: possibly disable discard support, if backend has discard_zeroes_data=0Lars Ellenberg2016-06-141-25/+55
* drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg2016-06-143-30/+127
* drbd: allow parallel flushes for multi-volume resourcesLars Ellenberg2016-06-141-25/+89
* drbd: fix for truncated minor number in callback command lineLars Ellenberg2016-06-141-2/+2
* drbd: fix regression: protocol A sometimes synchronous, C sometimes double-la...Lars Ellenberg2016-06-141-7/+11
* drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWEDLars Ellenberg2016-06-141-1/+6
* drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner2016-06-143-2/+17
* drbd: Introduce new disk config option rs-discard-granularityPhilipp Reisner2016-06-141-3/+29
* drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner2016-06-145-4/+140
* drbd: Kill code duplicationPhilipp Reisner2016-06-141-8/+10
* drbd: change bitmap write-out when leaving resync statesLars Ellenberg2016-06-142-5/+12
* drbd: bitmap bulk IO: do not always suspend IOLars Ellenberg2016-06-141-2/+4
* nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig2016-06-122-12/+15
* nvme: factor out a add nvme_is_write helperChristoph Hellwig2016-06-121-3/+2
* nvme: allow for size limitations from transport driversChristoph Hellwig2016-06-121-2/+5
* bcache: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-121-2/+3
* block: add a separate operation type for secure eraseChristoph Hellwig2016-06-096-16/+20
* mg_disk: fix enum REQ_OP_ kbuild errorMike Christie2016-06-081-5/+2
* NVMe: Fix removal in case of active namespace list scanning methodSunad Bhandary2016-06-081-6/+15
* nvme: use UINT_MAX for max discard sectorsMinfei Huang2016-06-081-1/+1
* nvme: move nvme_cancel_request() to common codeMing Lin2016-06-073-16/+18
* nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin2016-06-071-4/+4
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-0727-51/+54
* block: do not use REQ_FLUSH for tracking flush supportMike Christie2016-06-071-23/+24
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-0714-24/+24
* block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-071-1/+1
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-072-4/+4
* ide cd: do not set REQ_WRITE on requests.Mike Christie2016-06-071-3/+0
* drivers: use req op accessorMike Christie2016-06-0714-34/+43
* xen: use bio op accessorsMike Christie2016-06-071-12/+15
* target: use bio op accessorsMike Christie2016-06-072-16/+15