index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-1
/
+1
2022-08-02
drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumes
Lars Ellenberg
1
-7
/
+42
2022-07-14
block/drbd: Combine two drbd_submit_peer_request() arguments
Bart Van Assche
3
-11
/
+9
2022-07-14
block/drbd: Use the enum req_op and blk_opf_t types
Bart Van Assche
4
-13
/
+15
2022-07-14
drbd: stop using bdevname in drbd_report_io_error
Christoph Hellwig
1
-4
/
+2
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-2
/
+2
2022-04-17
drbd: Return true/false (not 1/0) from bool functions
Haowen Bai
1
-1
/
+1
2022-04-17
drdb: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
3
-12
/
+6
2022-04-17
drbd: Replace "unsigned" with "unsigned int"
Cai Huoqing
1
-4
/
+4
2022-04-17
drbd: Make use of PFN_UP helper macro
Cai Huoqing
3
-4
/
+4
2022-04-17
block: drbd: drbd_receiver: Remove redundant assignment to err
Jiapeng Chong
1
-1
/
+0
2022-04-17
drbd: address enum mismatch warnings
Arnd Bergmann
1
-11
/
+13
2022-04-17
drbd: fix duplicate array initializer
Arnd Bergmann
1
-5
/
+6
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-2
/
+3
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
2
-6
/
+6
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
3
-20
/
+4
2022-04-17
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
2
-4
/
+6
2022-04-17
drbd: cleanup decide_on_discard_support
Christoph Hellwig
1
-33
/
+35
2022-04-17
drbd: use bdev_alignment_offset instead of queue_alignment_offset
Christoph Hellwig
1
-1
/
+1
2022-04-17
drbd: use bdev based limit helpers in drbd_send_sizes
Christoph Hellwig
1
-5
/
+7
2022-04-17
drbd: remove assign_p_sizes_qlim
Christoph Hellwig
1
-27
/
+20
2022-04-06
drbd: set QUEUE_FLAG_STABLE_WRITES
Christoph Böhmwalder
1
-0
/
+1
2022-04-06
drbd: fix an invalid memory access caused by incorrect use of list iterator
Xiaomeng Tong
1
-4
/
+2
2022-04-06
drbd: Fix five use after free bugs in get_initial_state
Lv Yunlong
4
-33
/
+42
2022-04-01
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-18
/
+34
2022-03-31
drbd: remove check of list iterator against head past the loop body
Jakob Koschel
1
-15
/
+27
2022-03-31
drbd: remove usage of list iterator variable after loop
Jakob Koschel
1
-2
/
+5
2022-03-30
drbd: fix potential silent data corruption
Lars Ellenberg
1
-1
/
+2
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-143
/
+13
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-5
/
+1
2022-03-22
remove bdi_congested() and wb_congested() and related functions
NeilBrown
2
-5
/
+1
2022-03-04
drbd: use bvec_kmap_local in recv_dless_read
Christoph Hellwig
1
-2
/
+2
2022-03-04
drbd: use bvec_kmap_local in drbd_csum_bio
Christoph Hellwig
1
-3
/
+3
2022-02-22
scsi: drbd: Remove WRITE_SAME support
Christoph Hellwig
5
-143
/
+13
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2
-4
/
+4
2022-02-04
drbd: set ->bi_bdev in drbd_req_new
Christoph Hellwig
1
-2
/
+1
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-6
/
+4
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
2
-7
/
+5
2022-02-02
drbd: bio_alloc can't fail if it is allow to sleep
Christoph Hellwig
1
-18
/
+4
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2021-12-13
drbd: Use struct_group() to zero algs
Kees Cook
3
-4
/
+8
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-0
/
+1
2021-11-09
Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2021-11-04
drbd: Fix double free problem in drbd_create_device
Wu Bo
1
-3
/
+1
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2021-10-18
drbd: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
1
-2
/
+1
2021-10-18
drbd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
2
-3
/
+2
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
1
-3
/
+2
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-1
/
+1
[next]