| 2023-02-14 | Heinz Mauelshagen | dm: fix suspect indent whitespace | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm ioctl: prefer strscpy() instead of strlcpy() | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid void function return statements | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm integrity: change macros min/max() -> min_t/max_t... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: fix use of sizeof() macro | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid 'do {} while(0)' loop in single statement... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm log: avoid multiple line dereference | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm log: avoid trailing semicolon in macro | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm ioctl: have constant on the right side of the test | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: don't indent labels | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid inline filenames | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: add missing blank line after declarations/fix those | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid useless 'else' after 'break' or return' | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: favour __packed versus "__attribute__ ((packed))" | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: favour __aligned(N) versus "__attribute__ (aligned... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid using symbolic permissions | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: prefer '"%s...", __func__' | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: adjust EXPORT_SYMBOL() to follow functions immediately | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid split of quoted strings where possible | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: remove unnecessary braces from single statement... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: add missing empty lines | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: add argument identifier names | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid spaces before function arguments or in favour... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm block-manager: avoid not required parentheses | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm crypt: correct 'foo*' to 'foo *' | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: fix trailing statements | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: fix undue/missing spaces | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: correct block comments format. | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: address indent/space issues | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: address space issues relative to switch/while/for/... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid initializing static variables | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: enclose complex macros into parentheses where possible | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: avoid assignment in if conditions | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: change "unsigned" to "unsigned int" | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: use fsleep() instead of msleep() for deterministic... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: prefer kmap_local_page() instead of deprecated... | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Heinz Mauelshagen | dm: add missing SPDX-License-Indentifiers | commit | commitdiff | tree | snapshot | 
| 2023-02-14 | Mikulas Patocka | dm: send just one event on resize, not two | commit | commitdiff | tree | snapshot | 
| 2023-02-12 | Benjamin Marzinski | dm table: check that a dm device doesn't reference... | commit | commitdiff | tree | snapshot | 
| 2023-02-12 | Yu Zhe | dm raid: fix some spelling mistakes in comments | commit | commitdiff | tree | snapshot | 
| 2023-02-02 | Nathan Huckleberry | dm verity: stop using WQ_UNBOUND for verify_wq | commit | commitdiff | tree | snapshot | 
| 2023-02-02 | Jiapeng Chong | dm integrity: Remove bi_sector that's only used by... | commit | commitdiff | tree | snapshot | 
| 2023-02-02 | Christophe... | dm crypt: Slightly simplify crypt_set_keyring_key() | commit | commitdiff | tree | snapshot | 
| 2023-02-02 | Sergey Shtylyov | dm ioctl: drop always-false condition | commit | commitdiff | tree | snapshot | 
| 2023-02-02 | Mikulas Patocka | dm flakey: fix logic when corrupting a bio | commit | commitdiff | tree | snapshot | 
| 2023-02-01 | Mikulas Patocka | dm flakey: fix a bug with 32-bit highmem systems | commit | commitdiff | tree | snapshot | 
| 2023-02-01 | Mikulas Patocka | dm flakey: don't corrupt the zero page | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Joe Thornber | dm cache: Add some documentation to dm-cache-background... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Joe Thornber | dm cache: free background tracker's queued work in... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Mike Snitzer | dm: improve shrinker debug names | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Ulf Hansson | block: Default to use cgroup support for BFQ | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: remove unused bfq_wr_max_time in struct... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: remove unnecessary goto tag in bfq_dispatch... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: remove redundant check in bfq_put_cooperator | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: remove unnecessary dereference to get async... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: use helper macro RQ_BFQQ to get bfqq of... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: initialize bfqq->decrease_time_jif correctly | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: remove unsed parameter reason in bfq_bfqq_i... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | block, bfq: correctly raise inject limit in bfq_choose_... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | sbitmap: correct wake_batch recalculation to avoid... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | sbitmap: add sbitmap_find_bit to remove repeat code... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | sbitmap: rewrite sbitmap_find_bit_in_index to reduce... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | sbitmap: remove redundant check in __sbitmap_queue_get_... | commit | commitdiff | tree | snapshot | 
| 2023-01-30 | Kemeng Shi | sbitmap: remove unnecessary calculation of alloc_hint... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Yu Kuai | blk-cgroup: synchronize pd_free_fn() from blkg_free_wor... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Yu Kuai | blk-cgroup: support to track if policy is online | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Yu Kuai | blk-cgroup: dropping parent refcount after pd_free_fn... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Zhong Jinghua | blk-mq: cleanup unused methods: blk_mq_hw_sysfs_store | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Hellwig | s390/dcssblk:: don't call bio_split_to_limits | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Hellwig | ps3vram: remove bio splitting | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Jens Axboe | block: treat poll queue enter similarly to timeouts | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Li Nan | blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Li Nan | blk-iocost: fix divide by 0 error in calc_lcoefs() | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Yu Kuai | blk-iocost: read params inside lock in sysfs apis | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Yu Kuai | blk-iocost: don't allow to configure bio based device | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Yu Kuai | blk-iocost: check return value of match_u64() | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Arnd Bergmann | blk-iocost: avoid 64-bit division in ioc_timer_fn | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Ming Lei | block: ublk: fix doc build warning | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Pankaj Raghav | block: introduce bdev_zone_no helper | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Pankaj Raghav | block: add a new helper bdev_{is_zone_start, offset_fro... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Pankaj Raghav | block: remove superfluous check for request queue in... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Anuj Gupta | block: extend bio-cache for non-polled requests | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Anuj Gupta | nvme: set REQ_ALLOC_CACHE for uring-passthru request | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Ming Lei | ublk_drv: add mechanism for supporting unprivileged... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Ming Lei | ublk_drv: add module parameter of ublks_max for limitin... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Ming Lei | ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVT | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Ming Lei | ublk_drv: move ublk_get_device_from_id into ublk_ctrl_u... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Ming Lei | ublk_drv: don't probe partitions if the ubq daemon... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Ming Lei | ublk_drv: remove nr_aborted_queues from ublk_device | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Jens Axboe | block: don't allow multiple bios for IOCB_NOWAIT issue | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Andreas Gruenbacher | drbd: drbd_insert_interval(): Clarify comment | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Lars Ellenberg | drbd: interval tree: make removing an "empty" interval... | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Böhmwalder | MAINTAINERS: add drbd headers | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Böhmwalder | drbd: remove macros using require_context | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Böhmwalder | drbd: remove unnecessary assignment in vli_encode_bits | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Böhmwalder | drbd: make limits unsigned | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Robert Altnoeder | drbd: fix DRBD_VOLUME_MAX 65535 -> 65534 | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Böhmwalder | drbd: adjust drbd_limits license header | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Böhmwalder | drbd: split off drbd_config into separate file | commit | commitdiff | tree | snapshot | 
| 2023-01-29 | Christoph Böhmwalder | drbd: drop API_VERSION define | commit | commitdiff | tree | snapshot | 
| next |