summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-3/+0Star
* Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-0311-90/+429
|\
| * drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-202-6/+3Star
| * drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-209-30/+251
| * drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2018-12-201-7/+8
| * drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg2018-12-201-1/+1
| * drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2018-12-201-1/+1
| * drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg2018-12-201-0/+7
| * drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2018-12-201-8/+29
| * drbd: fix comment typosLars Ellenberg2018-12-202-2/+2
| * drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2018-12-202-3/+22
| * drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg2018-12-201-5/+6
| * drbd: fix confusing error message during attachLars Ellenberg2018-12-201-5/+44
| * drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2018-12-201-1/+1
| * drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2018-12-201-3/+30
| * drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg2018-12-203-11/+17
| * drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg2018-12-201-2/+1Star
| * drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2018-12-201-5/+6
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-1/+1
|\|
| * block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
| * drbd: don't override the queue_lockChristoph Hellwig2018-11-151-1/+1
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-022-2/+2
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-242-2/+2
* | drivers/block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-101-1/+0Star
* | block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche2018-10-045-6/+6
* | drbd: Convert from ahash to shashKees Cook2018-09-065-88/+76Star
|/
* drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang2018-08-081-8/+4Star
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-2/+2
* block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-182-5/+2Star
* drbd: mark expected switch fall-throughsGustavo A. R. Silva2018-07-091-0/+3
* drbd: Do not redefine __must_hold()Bart Van Assche2018-07-091-2/+0Star
* Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-071-1/+1
|\
| * drbd: fix access after freeLars Ellenberg2018-07-021-1/+1
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-301-2/+2
|\|
| * drbd: Fix drbd_request_prepare() discard handlingBart Van Assche2018-06-291-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
|/
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-35/+3Star
|\
| * drbd: switch to proc_create_singleChristoph Hellwig2018-05-163-35/+4Star
* | drbd: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-306-59/+38Star
* | block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-242-11/+11
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-1/+2
|/
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-2/+2
* block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-281-2/+1Star
* Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-312-8/+3Star
|\
| * drbd: switch to sock_recvmsg()Al Viro2017-12-032-8/+3Star
* | block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-146-21/+17Star
|\
| * drbd: Convert timers to use timer_setup()Kees Cook2017-11-066-21/+17Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
|/