summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-074-9/+9
* dynamic_debug: only add header when usedLuis de Bethencourt2016-08-022-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-4/+0
|\
| * drbd: ->d_parent is never NULL or negativeAl Viro2016-05-291-4/+0
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-2616-319/+1218
|\ \
| * | block: get rid of bio_rw and READAChristoph Hellwig2016-07-202-26/+38
| * | drbd: correctly handle failed crypto_alloc_hashLars Ellenberg2016-06-131-1/+2
| * | drbd: al_write_transaction: skip re-scanning of bitmap page pointer arrayLars Ellenberg2016-06-133-15/+54
| * | drbd: finally report ms, not jiffies, in log messageLars Ellenberg2016-06-131-4/+8
| * | drbd: get rid of empty statement in is_valid_stateRoland Kammerer2016-06-131-1/+2
| * | drbd: code cleanups without semantic changesFabian Frederick2016-06-1313-54/+51
| * | drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg2016-06-131-6/+28
| * | drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg2016-06-131-0/+9
| * | drbd: sync_handshake: handle identical uuids with current (frozen) PrimaryLars Ellenberg2016-06-131-3/+44
| * | drbd: introduce WRITE_SAME supportLars Ellenberg2016-06-1310-80/+360
| * | drbd: report sizes if rejecting too small peer diskLars Ellenberg2016-06-131-3/+6
| * | drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0Lars Ellenberg2016-06-131-3/+6
| * | drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg2016-06-131-1/+1
| * | drbd: if there is no good data accessible, writes should be IO errorsLars Ellenberg2016-06-131-0/+22
| * | drbd: don't forget error completion when "unsuspending" IOLars Ellenberg2016-06-131-16/+32
| * | drbd: introduce unfence-peer handlerLars Ellenberg2016-06-133-3/+28
| * | drbd: finish resync on sync source only by notification from sync targetLars Ellenberg2016-06-132-9/+26
| * | drbd: allow larger max_discard_sectorsLars Ellenberg2016-06-132-5/+5
| * | drbd: zero-out partial unaligned discards on local backendLars Ellenberg2016-06-132-6/+25
| * | drbd: possibly disable discard support, if backend has discard_zeroes_data=0Lars Ellenberg2016-06-131-25/+55
| * | drbd: when receiving P_TRIM, zero-out partial unaligned chunksLars Ellenberg2016-06-133-30/+127
| * | drbd: allow parallel flushes for multi-volume resourcesLars Ellenberg2016-06-131-25/+89
| * | drbd: fix for truncated minor number in callback command lineLars Ellenberg2016-06-131-2/+2
| * | drbd: fix regression: protocol A sometimes synchronous, C sometimes double-la...Lars Ellenberg2016-06-131-7/+11
| * | drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWEDLars Ellenberg2016-06-131-1/+6
| * | drbd: Create the protocol feature THIN_RESYNCPhilipp Reisner2016-06-133-2/+17
| * | drbd: Introduce new disk config option rs-discard-granularityPhilipp Reisner2016-06-131-3/+29
| * | drbd: Implement handling of thinly provisioned storage on resync target nodesPhilipp Reisner2016-06-135-4/+140
| * | drbd: Kill code duplicationPhilipp Reisner2016-06-131-8/+10
| * | drbd: change bitmap write-out when leaving resync statesLars Ellenberg2016-06-132-5/+12
| * | drbd: bitmap bulk IO: do not always suspend IOLars Ellenberg2016-06-131-2/+4
* | | block: drbd: avoid to use BIO_MAX_SIZEMing Lei2016-06-091-2/+2
|/ /
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-075-6/+6
* | drbd: use bio op accessorsMike Christie2016-06-076-42/+59
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-072-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-12/+16
|\
| * block/drbd: align properly u64 in nl messagesNicolas Dichtel2016-05-101-12/+16
* | drbd: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
|/
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* drbd: Use shash and ahashHerbert Xu2016-01-275-87/+103
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-2/+2
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-222-22/+7
|/
* drbd: fix error path during resizeLars Ellenberg2015-11-251-30/+38
OpenPOWER on IntegriCloud