summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drbd: New net configuration option socket-check-timeoutPhilipp Reisner2014-07-103-16/+36
* drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner2014-07-101-0/+10
* drbd: implement csums-after-crash-onlyLars Ellenberg2014-07-105-4/+28
* drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg2014-07-101-3/+16
* drbd: fix bogus resync stats in /proc/drbdLars Ellenberg2014-07-102-76/+75Star
* drbd: Remove unnecessary/unused codeAndreas Gruenbacher2014-07-103-20/+1Star
* drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-106-8/+8
* drbd: drop wrong debugging aidLars Ellenberg2014-07-101-17/+0Star
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-105-81/+12Star
* drbd: use drbd_device_post_work() in more placesLars Ellenberg2014-07-103-48/+20Star
* drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-105-90/+120
* drbd: close race when detaching from diskLars Ellenberg2014-07-102-6/+14
* drbd: explicitly submit meta data requests with REQ_NOIDLELars Ellenberg2014-07-101-1/+1
* drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg2014-07-101-3/+1Star
* drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg2014-07-101-0/+5
* drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg2014-07-101-2/+2
* drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg2014-07-101-0/+4
* drbd: fix resync finished detectionLars Ellenberg2014-07-104-205/+197Star
* drbd: fix a race stopping the worker threadLars Ellenberg2014-07-101-0/+3
* drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-105-125/+66Star
* drbd: allow write-ordering policy to be bumped up againLars Ellenberg2014-07-102-3/+13
* drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-105-88/+105
* drbd: reduce number of spinlock drop/re-aquire cyclesLars Ellenberg2014-07-101-6/+14
* drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner2014-07-102-5/+5
* drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner2014-07-106-56/+79
* drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-105-19/+19
* block: virtio-blk: support multi virt queues per virtio-blk deviceMing Lei2014-07-011-20/+84
* include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQMing Lei2014-07-011-0/+5
* block SG_IO: add SG_FLAG_Q_AT_HEAD flagDouglas Gilbert2014-07-013-6/+13
* block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is hugeAkinobu Mita2014-07-011-4/+11
* block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAXAkinobu Mita2014-07-012-3/+8
* block/partitions/efi.c: kerneldoc fixingFabian Frederick2014-07-011-22/+24
* block/partitions/msdos.c: code clean-upFabian Frederick2014-07-011-5/+8
* block/partitions/amiga.c: replace nolevel printk by pr_errFabian Frederick2014-07-011-5/+7
* block/partitions/aix.c: replace count*size kzalloc by kcallocFabian Frederick2014-07-011-1/+1
* bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng2014-07-012-9/+4Star
* blk-mq: use percpu_ref for mq usage countTejun Heo2014-07-012-40/+31Star
* blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue()Tejun Heo2014-07-011-14/+9Star
* blk-mq: decouble blk-mq freezing from generic bypassingTejun Heo2014-07-014-13/+9Star
* block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo2014-07-013-10/+10
* blk-mq: fix a memory ordering bug in blk_mq_queue_enter()Tejun Heo2014-07-011-1/+1
* Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe2014-07-0111-822/+834
|\
| * percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()Tejun Heo2014-06-282-0/+54
| * percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo2014-06-285-33/+24Star
| * percpu-refcount: use unsigned long for pcpu_count pointerTejun Heo2014-06-282-8/+7Star
| * percpu-refcount: add helpers for ->percpu_count accessesTejun Heo2014-06-282-22/+30
| * percpu-refcount: one bit is enough for REF_STATUSTejun Heo2014-06-282-4/+2Star
| * percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc()Tejun Heo2014-06-281-2/+2
| * workqueue: stronger test in process_one_work()Lai Jiangshan2014-06-191-7/+2Star
| * workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2014-06-191-7/+3Star