index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
drbd: add missing kref_get in handle_write_conflicts
Sarah Newman
1
-1
/
+5
2024-10-17
drbd: Add NULL check for net_conf to prevent dereference in state validation
Mikhail Lobanov
1
-1
/
+1
2024-10-17
drbd: Fix atomicity violation in drbd_uuid_set_bm()
Qiu-ji Chen
1
-2
/
+4
2023-05-11
drbd: correctly submit flush bio on barrier
Christoph Böhmwalder
1
-1
/
+1
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
2
-2
/
+2
2023-01-18
block: handle bio_split_to_limits() NULL return
Jens Axboe
1
-0
/
+2
2022-12-31
drbd: destroy workqueue when drbd device was freed
Wang ShaoBo
1
-1
/
+5
2022-12-31
drbd: remove call to memset before free device/resource/connection
Wang ShaoBo
1
-3
/
+0
2022-12-31
drbd: use blk_queue_max_discard_sectors helper
Christoph Böhmwalder
1
-5
/
+5
2022-11-18
Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2022-11-15
drbd: use after free in drbd_create_device()
Dan Carpenter
1
-2
/
+2
2022-10-21
Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+6
2022-10-20
drbd: only clone bio if we have a backing device
Christoph Böhmwalder
1
-8
/
+6
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-09-21
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-21
block/drbd: remove useless comments in receive_DataReply()
Gaosheng Cui
1
-3
/
+0
2022-09-21
drbd: remove orphan _req_may_be_done() declaration
Gaosheng Cui
1
-2
/
+0
2022-09-12
block/drbd: remove unused w_start_resync declaration
Gaosheng Cui
1
-1
/
+0
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
[next]