| Commit message (Expand) | Author | Age | Files | Lines |
* | rsxx: Return -EFAULT if copy_to_user() fails | Dan Carpenter | 2021-03-03 | 1 | -3/+5 |
* | rsxx: remove unused including <linux/version.h> | Tian Tao | 2021-03-02 | 1 | -1/+0 |
* | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-28 | 3 | -16/+23 |
|\ |
|
| * | block: Add bio_max_segs | Matthew Wilcox (Oracle) | 2021-02-26 | 1 | -3/+1 |
| * | nbd: handle device refs for DESTROY_ON_DISCONNECT properly | Josef Bacik | 2021-02-22 | 1 | -13/+19 |
| * | loop: fix I/O error on fsync() in detached loop devices | Mauricio Faria de Oliveira | 2021-02-22 | 1 | -0/+3 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2021-02-27 | 1 | -1/+1 |
|\ \ |
|
| * | | whack-a-mole: don't open-code iminor/imajor | Al Viro | 2021-02-23 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-02-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | zsmalloc: account the number of compacted pages correctly | Rokudo Yan | 2021-02-26 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-02-25 | 1 | -4/+7 |
|\ \ \ |
|
| * | | | virtio-blk: support per-device queue depth | Joseph Qi | 2021-02-23 | 1 | -4/+7 |
* | | | | Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds | 2021-02-25 | 3 | -0/+185 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | n64: store dev instance into disk private data | Chaitanya Kulkarni | 2021-02-21 | 1 | -3/+2 |
| * | | | n64: cleanup n64cart_probe() | Chaitanya Kulkarni | 2021-02-21 | 1 | -22/+11 |
| * | | | n64: cosmetics changes | Chaitanya Kulkarni | 2021-02-21 | 1 | -4/+2 |
| * | | | n64: remove curly brackets | Chaitanya Kulkarni | 2021-02-21 | 1 | -2/+1 |
| * | | | n64: use sector SECTOR_SHIFT instead 512 | Chaitanya Kulkarni | 2021-02-21 | 1 | -1/+1 |
| * | | | n64: use enums for reg | Chaitanya Kulkarni | 2021-02-21 | 1 | -5/+7 |
| * | | | n64: move module param at the top | Chaitanya Kulkarni | 2021-02-21 | 1 | -10/+11 |
| * | | | n64: move module info at the end | Chaitanya Kulkarni | 2021-02-21 | 1 | -4/+4 |
| * | | | n64: use pr_fmt to avoid duplicate string | Chaitanya Kulkarni | 2021-02-21 | 1 | -2/+3 |
| * | | | block: Add n64 cart driver | Lauri Kasanen | 2021-02-21 | 3 | -0/+196 |
| | |/
| |/| |
|
* | | | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-02-21 | 1 | -14/+18 |
|\ \ \ |
|
| * | | | xen-blkback: fix error handling in xen_blkbk_map() | Jan Beulich | 2021-02-15 | 1 | -10/+16 |
| * | | | xen-blkback: don't "handle" error by BUG() | Jan Beulich | 2021-02-15 | 1 | -4/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-21 | 16 | -4110/+91 |
|\ \ \ |
|
| * | | | block: Replace lkml.org links with lore | Kees Cook | 2021-02-11 | 1 | -1/+1 |
| * | | | nbd: Convert to DEFINE_SHOW_ATTRIBUTE | Liao Pingfang | 2021-02-10 | 1 | -24/+4 |
| * | | | block: remove skd driver | Damien Le Moal | 2021-02-04 | 4 | -4004/+0 |
| * | | | floppy: reintroduce O_NDELAY fix | Jiri Kosina | 2021-02-04 | 1 | -15/+15 |
| * | | | drbd: Avoid comma separated statements | Joe Perches | 2021-01-31 | 1 | -2/+4 |
| * | | | rsxx: remove redundant NULL check | Yang Li | 2021-01-26 | 1 | -2/+1 |
| * | | | zram: fix NULL check before some freeing functions is not needed | Tian Tao | 2021-01-26 | 1 | -2/+1 |
| * | | | drbd: remove unused argument from drbd_request_prepare and __drbd_make_request | Guoqing Jiang | 2021-01-26 | 3 | -10/+6 |
| * | | | mtip32xx: prefer pcie_capability_read_word() | Bjorn Helgaas | 2021-01-26 | 1 | -8/+3 |
| * | | | mtip32xx: use PCI #defines instead of numbers | Bjorn Helgaas | 2021-01-26 | 1 | -2/+2 |
| * | | | loop: scale loop device by introducing per device lock | Pavel Tatashin | 2021-01-26 | 2 | -40/+54 |
* | | | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-21 | 20 | -76/+32 |
|\ \ \ \ |
|
| * | | | | nullb: use blk_queue_set_zoned() to setup zoned devices | Damien Le Moal | 2021-02-10 | 1 | -4/+4 |
| * | | | | drbd: remove drbd_req_make_private_bio | Christoph Hellwig | 2021-01-27 | 3 | -14/+8 |
| * | | | | drbd: remove bio_alloc_drbd | Christoph Hellwig | 2021-01-27 | 4 | -17/+2 |
| |/ / / |
|
| * | | | block: remove unnecessary argument from blk_execute_rq | Guoqing Jiang | 2021-01-25 | 4 | -4/+4 |
| * | | | block: remove unnecessary argument from blk_execute_rq_nowait | Guoqing Jiang | 2021-01-25 | 1 | -2/+2 |
| * | | | block: store a block_device pointer in struct bio | Christoph Hellwig | 2021-01-25 | 9 | -11/+11 |
| * | | | brd: remove the end of device check in brd_do_bvec | Christoph Hellwig | 2021-01-25 | 1 | -5/+1 |
| * | | | rbd: remove the ->set_read_only method | Christoph Hellwig | 2021-01-25 | 1 | -19/+0 |
* | | | | xen/events: link interdomain events to associated xenbus device | Juergen Gross | 2021-02-11 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-01-29 | 2 | -7/+17 |
|\ \ \ |
|
| * | | | null_blk: cleanup zoned mode initialization | Damien Le Moal | 2021-01-29 | 1 | -7/+9 |