index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: Limit the time we are waiting for the first packet on an accepted socket
Philipp Reisner
2014-07-10
1
-0
/
+10
*
drbd: implement csums-after-crash-only
Lars Ellenberg
2014-07-10
5
-4
/
+28
*
drbd: don't implicitly resize Diskless node beyond end of device
Lars Ellenberg
2014-07-10
1
-3
/
+16
*
drbd: fix bogus resync stats in /proc/drbd
Lars Ellenberg
2014-07-10
2
-76
/
+75
*
drbd: Remove unnecessary/unused code
Andreas Gruenbacher
2014-07-10
3
-20
/
+1
*
drbd: silence -Wmissing-prototypes warnings
Lars Ellenberg
2014-07-10
6
-8
/
+8
*
drbd: drop wrong debugging aid
Lars Ellenberg
2014-07-10
1
-17
/
+0
*
drbd: get rid of drbd_queue_work_front
Lars Ellenberg
2014-07-10
5
-81
/
+12
*
drbd: use drbd_device_post_work() in more places
Lars Ellenberg
2014-07-10
3
-48
/
+20
*
drbd: make sure disk cleanup happens in worker context
Lars Ellenberg
2014-07-10
5
-90
/
+120
*
drbd: close race when detaching from disk
Lars Ellenberg
2014-07-10
2
-6
/
+14
*
drbd: explicitly submit meta data requests with REQ_NOIDLE
Lars Ellenberg
2014-07-10
1
-1
/
+1
*
drbd: move set_disk_ro() to after we persisted the new role
Lars Ellenberg
2014-07-10
1
-3
/
+1
*
drbd: trigger tcp_push_pending_frames() for PING and PING_ACK
Lars Ellenberg
2014-07-10
1
-0
/
+5
*
drbd: re-add lost conf_mutex protection in drbd_set_role
Lars Ellenberg
2014-07-10
1
-2
/
+2
*
drbd: stop the meta data sync timer before open coded meta data sync
Lars Ellenberg
2014-07-10
1
-0
/
+4
*
drbd: fix resync finished detection
Lars Ellenberg
2014-07-10
4
-205
/
+197
*
drbd: fix a race stopping the worker thread
Lars Ellenberg
2014-07-10
1
-0
/
+3
*
drbd: get rid of atomic update on disk bitmap works
Lars Ellenberg
2014-07-10
5
-125
/
+66
*
drbd: allow write-ordering policy to be bumped up again
Lars Ellenberg
2014-07-10
2
-3
/
+13
*
drbd: refactor use of first_peer_device()
Lars Ellenberg
2014-07-10
5
-88
/
+105
*
drbd: reduce number of spinlock drop/re-aquire cycles
Lars Ellenberg
2014-07-10
1
-6
/
+14
*
drbd: rename drbd_free_bc() to drbd_free_ldev()
Philipp Reisner
2014-07-10
2
-5
/
+5
*
drbd: device->ldev is not guaranteed on an D_ATTACHING disk
Philipp Reisner
2014-07-10
6
-56
/
+79
*
drbd: Move write_ordering from connection to resource
Philipp Reisner
2014-07-10
5
-19
/
+19
*
block: virtio-blk: support multi virt queues per virtio-blk device
Ming Lei
2014-07-01
1
-20
/
+84
*
include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
Ming Lei
2014-07-01
1
-0
/
+5
*
block SG_IO: add SG_FLAG_Q_AT_HEAD flag
Douglas Gilbert
2014-07-01
3
-6
/
+13
*
block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is huge
Akinobu Mita
2014-07-01
1
-4
/
+11
*
block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAX
Akinobu Mita
2014-07-01
2
-3
/
+8
*
block/partitions/efi.c: kerneldoc fixing
Fabian Frederick
2014-07-01
1
-22
/
+24
*
block/partitions/msdos.c: code clean-up
Fabian Frederick
2014-07-01
1
-5
/
+8
*
block/partitions/amiga.c: replace nolevel printk by pr_err
Fabian Frederick
2014-07-01
1
-5
/
+7
*
block/partitions/aix.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-07-01
1
-1
/
+1
*
bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload
Gu Zheng
2014-07-01
2
-9
/
+4
*
blk-mq: use percpu_ref for mq usage count
Tejun Heo
2014-07-01
2
-40
/
+31
*
blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue()
Tejun Heo
2014-07-01
1
-14
/
+9
*
blk-mq: decouble blk-mq freezing from generic bypassing
Tejun Heo
2014-07-01
4
-13
/
+9
*
block, blk-mq: draining can't be skipped even if bypass_depth was non-zero
Tejun Heo
2014-07-01
3
-10
/
+10
*
blk-mq: fix a memory ordering bug in blk_mq_queue_enter()
Tejun Heo
2014-07-01
1
-1
/
+1
*
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Jens Axboe
2014-07-01
11
-822
/
+834
|
\
|
*
percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()
Tejun Heo
2014-06-28
2
-0
/
+54
|
*
percpu-refcount: require percpu_ref to be exited explicitly
Tejun Heo
2014-06-28
5
-33
/
+24
|
*
percpu-refcount: use unsigned long for pcpu_count pointer
Tejun Heo
2014-06-28
2
-8
/
+7
|
*
percpu-refcount: add helpers for ->percpu_count accesses
Tejun Heo
2014-06-28
2
-22
/
+30
|
*
percpu-refcount: one bit is enough for REF_STATUS
Tejun Heo
2014-06-28
2
-4
/
+2
|
*
percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc()
Tejun Heo
2014-06-28
1
-2
/
+2
|
*
workqueue: stronger test in process_one_work()
Lai Jiangshan
2014-06-19
1
-7
/
+2
|
*
workqueue: clear POOL_DISASSOCIATED in rebind_workers()
Lai Jiangshan
2014-06-19
1
-7
/
+3
|
*
percpu: Use ALIGN macro instead of hand coding alignment calculation
Christoph Lameter
2014-06-19
1
-2
/
+1
[next]