index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-verity-fec.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated
Logan Gunthorpe
1
-9
/
+19
2022-04-25
md/raid5: Add __rcu annotation to struct disk_info
Logan Gunthorpe
2
-21
/
+28
2022-04-25
md/raid5: Un-nest struct raid5_percpu definition
Logan Gunthorpe
1
-9
/
+11
2022-04-25
md/raid5: Cleanup setup_conf() error returns
Logan Gunthorpe
1
-7
/
+11
2022-04-25
md: replace deprecated strlcpy & remove duplicated line
Heming Zhao
3
-6
/
+5
2022-04-25
md/bitmap: don't set sb values if can't pass sanity check
Heming Zhao
1
-21
/
+23
2022-04-25
md: fix an incorrect NULL check in md_reload_sb
Xiaomeng Tong
1
-4
/
+6
2022-04-25
md: fix an incorrect NULL check in does_sb_need_changing
Xiaomeng Tong
1
-3
/
+5
2022-04-25
raid5: introduce MD_BROKEN
Mariusz Tkaczyk
1
-25
/
+22
2022-04-25
md: Set MD_BROKEN for RAID1 and RAID10
Mariusz Tkaczyk
4
-72
/
+100
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: turn bdev->bd_openers into an atomic_t
Christoph Hellwig
4
-11
/
+11
2022-04-18
block: add a disk_openers helper
Christoph Hellwig
3
-4
/
+19
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
drbd: Return true/false (not 1/0) from bool functions
Haowen Bai
1
-1
/
+1
2022-04-18
drdb: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
3
-12
/
+6
2022-04-18
drbd: Replace "unsigned" with "unsigned int"
Cai Huoqing
1
-4
/
+4
2022-04-18
drbd: Make use of PFN_UP helper macro
Cai Huoqing
3
-4
/
+4
2022-04-18
block: drbd: drbd_receiver: Remove redundant assignment to err
Jiapeng Chong
1
-1
/
+0
2022-04-18
drbd: address enum mismatch warnings
Arnd Bergmann
1
-11
/
+13
2022-04-18
drbd: fix duplicate array initializer
Arnd Bergmann
1
-5
/
+6
2022-04-18
direct-io: remove random prefetches
Christoph Hellwig
1
-28
/
+4
2022-04-18
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
33
-99
/
+168
2022-04-18
block: add a bdev_discard_granularity helper
Christoph Hellwig
18
-47
/
+38
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
61
-244
/
+73
2022-04-18
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
7
-15
/
+18
2022-04-18
block: refactor discard bio size limiting
Christoph Hellwig
2
-44
/
+29
2022-04-18
block: move {bdev,queue_limit}_discard_alignment out of line
Christoph Hellwig
2
-33
/
+36
2022-04-18
block: use bdev_discard_alignment in part_discard_alignment_show
Christoph Hellwig
1
-5
/
+1
2022-04-18
block: remove queue_discard_alignment
Christoph Hellwig
2
-9
/
+1
2022-04-18
block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
Christoph Hellwig
2
-20
/
+24
2022-04-18
block: use bdev_alignment_offset in disk_alignment_offset_show
Christoph Hellwig
2
-9
/
+1
2022-04-18
block: use bdev_alignment_offset in part_alignment_offset_show
Christoph Hellwig
1
-5
/
+1
2022-04-18
block: add a bdev_max_zone_append_sectors helper
Christoph Hellwig
3
-4
/
+8
2022-04-18
block: add a bdev_stable_writes helper
Christoph Hellwig
4
-5
/
+9
2022-04-18
block: add a bdev_fua helper
Christoph Hellwig
4
-7
/
+8
2022-04-18
block: add a bdev_write_cache helper
Christoph Hellwig
5
-10
/
+10
2022-04-18
block: add a bdev_nonrot helper
Christoph Hellwig
13
-18
/
+19
[next]