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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
null-blk: save memory footprint for struct nullb_cmd
Yu Kuai
1
-3
/
+5
2022-04-18
block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
Jack Wang
1
-2
/
+12
2022-04-18
loop: don't destroy lo->workqueue in __loop_clr_fd
Christoph Hellwig
1
-13
/
+13
2022-04-18
loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
Christoph Hellwig
2
-31
/
+7
2022-04-18
loop: avoid loop_validate_mutex/lo_mutex in ->release
Tetsuo Handa
1
-25
/
+13
2022-04-18
loop: suppress uevents while reconfiguring the device
Christoph Hellwig
1
-4
/
+21
2022-04-18
loop: implement ->free_disk
Christoph Hellwig
1
-4
/
+12
2022-04-18
loop: only freeze the queue in __loop_clr_fd when needed
Christoph Hellwig
1
-3
/
+9
2022-04-18
loop: don't freeze the queue in lo_release
Christoph Hellwig
1
-7
/
+0
2022-04-18
loop: remove the racy bd_inode->i_mapping->nrpages asserts
Christoph Hellwig
1
-20
/
+0
2022-04-18
loop: initialize the worker tracking fields once
Christoph Hellwig
1
-4
/
+3
2022-04-18
loop: de-duplicate the idle worker freeing code
Christoph Hellwig
1
-38
/
+35
2022-04-18
block: add a disk_openers helper
Christoph Hellwig
2
-4
/
+4
2022-04-18
zram: cleanup zram_remove
Christoph Hellwig
1
-6
/
+5
2022-04-18
zram: cleanup reset_store
Christoph Hellwig
1
-9
/
+9
2022-04-18
nbd: use the correct block_device in nbd_bdev_reset
Christoph Hellwig
1
-7
/
+7
2022-04-18
block: change exported IO accounting interface from gendisk to bdev
Ming Lei
1
-2
/
+3
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
6
-18
/
+18
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
3
-7
/
+7
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
13
-45
/
+10
2022-04-17
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
3
-6
/
+7
2022-04-17
block: add a bdev_fua helper
Christoph Hellwig
1
-2
/
+1
2022-04-17
block: add a bdev_write_cache helper
Christoph Hellwig
2
-2
/
+2
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
1
-1
/
+1
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-17
pktcdvd: stop using bio_reset
Christoph Hellwig
1
-16
/
+9
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-12
/
+13
2022-04-14
block: null_blk: end timed out poll request
Ming Lei
1
-1
/
+1
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-02
Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+12
2022-04-02
Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
Jens Axboe
1
-12
/
+12
2022-04-01
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-33
/
+50
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-31
nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
Zhang Wensheng
1
-12
/
+12
2022-03-30
drbd: fix potential silent data corruption
Lars Ellenberg
1
-1
/
+2
2022-03-30
loop: fix ioctl calls using compat_loop_info
Carlos Llamas
1
-0
/
+1
2022-03-28
Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
[prev]
[next]