Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -40/+17 |
2022-05-23 | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 24 | -381/+343 |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 16 | -163/+122 |
2022-05-21 | mtip32xx: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-19 | xen/blkfront: use xenbus_setup_ring() and xenbus_teardown_ring() | Juergen Gross | 1 | -29/+8 |
2022-05-19 | xen/blkfront: switch blkfront to use INVALID_GRANT_REF | Juergen Gross | 1 | -14/+12 |
2022-05-16 | nbd: Fix hung on disconnect request if socket is closed before | Xie Yongji | 1 | -4/+9 |
2022-05-15 | block: remove last remaining traces of IDE documentation | Paul Gortmaker | 1 | -1/+1 |
2022-05-10 | loop: remove most the top-of-file boilerplate comment | Christoph Hellwig | 1 | -47/+0 |
2022-05-10 | loop: add a SPDX header | Christoph Hellwig | 1 | -2/+2 |
2022-05-10 | loop: remove loop.h | Christoph Hellwig | 2 | -74/+54 |
2022-05-08 | ataflop: use a statically allocated error counters | Willy Tarreau | 1 | -4/+6 |
2022-05-08 | floppy: use a statically allocated error counter | Willy Tarreau | 1 | -10/+8 |
2022-05-04 | block: null_blk: Improve device creation with configfs | Damien Le Moal | 1 | -1/+27 |
2022-05-04 | block: null_blk: Cleanup messages | Damien Le Moal | 2 | -2/+10 |
2022-05-04 | block: null_blk: Cleanup device creation and deletion | Damien Le Moal | 1 | -18/+30 |
2022-05-04 | block: null_blk: Fix code style issues | Damien Le Moal | 1 | -4/+6 |
2022-05-04 | xen-blkback: use bdev_discard_alignment | Christoph Hellwig | 1 | -3/+2 |
2022-05-03 | rnbd-srv: use bdev_discard_alignment | Christoph Hellwig | 1 | -1/+1 |
2022-05-03 | loop: remove a spurious clear of discard_alignment | Christoph Hellwig | 1 | -1/+0 |
2022-05-03 | virtio_blk: fix the discard_granularity and discard_alignment queue limits | Christoph Hellwig | 1 | -3/+4 |
2022-05-03 | null_blk: don't set the discard_alignment queue limit | Christoph Hellwig | 1 | -1/+0 |
2022-05-03 | nbd: don't set the discard_alignment queue limit | Christoph Hellwig | 1 | -3/+0 |
2022-05-02 | blk-cgroup: replace bio_blkcg with bio_blkcg_css | Christoph Hellwig | 1 | -5/+7 |
2022-05-01 | aoe: Avoid flush_scheduled_work() usage | Tetsuo Handa | 5 | -5/+15 |
2022-04-27 | floppy: disable FDRAWCMD by default | Willy Tarreau | 2 | -11/+48 |
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 |