Age | Commit message (Expand) | Author | Files | Lines |
2020-12-24 | Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -48/+93 |
2020-12-19 | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2020-12-18 | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -4/+2 |
2020-12-17 | Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -2/+6 |
2020-12-17 | nbd: Respect max_part for all partition scans | Josh Triplett | 1 | -3/+6 |
2020-12-17 | block/rnbd-clt: Does not request pdu to rtrs-clt | Gioh Kim | 1 | -4/+13 |
2020-12-17 | block/rnbd-clt: Dynamically allocate sglist for rnbd_iu | Gioh Kim | 2 | -27/+43 |
2020-12-17 | block/rnbd: Set write-back cache and fua same to the target device | Gioh Kim | 4 | -6/+22 |
2020-12-17 | block/rnbd: Fix typos | Jack Wang | 1 | -3/+3 |
2020-12-17 | block/rnbd-srv: Protect dev session sysfs removal | Md Haris Iqbal | 1 | -1/+2 |
2020-12-17 | block/rnbd-clt: Fix possible memleak | Jack Wang | 1 | -2/+3 |
2020-12-17 | block/rnbd-clt: Get rid of warning regarding size argument in strlcpy | Md Haris Iqbal | 1 | -2/+1 |
2020-12-17 | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 16 | -207/+418 |
2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 22 | -707/+603 |
2020-12-16 | Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+3 |
2020-12-16 | xen-blkfront: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-12-15 | zram: break the strict dependency from lzo | Rui Salvaterra | 3 | -2/+44 |
2020-12-15 | zram: add stat to gather incompressible pages since zram set up | Minchan Kim | 2 | -2/+5 |
2020-12-15 | zram: support page writeback | Minchan Kim | 1 | -4/+17 |
2020-12-15 | libceph, rbd: ignore addr->type while comparing in some cases | Ilya Dryomov | 1 | -2/+6 |
2020-12-14 | xen-blkback: set ring->xenblkd to NULL after kthread_stop() | Pawel Wieczorkiewicz | 1 | -0/+1 |
2020-12-14 | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() | SeongJae Park | 1 | -1/+2 |
2020-12-12 | block: drop dead assignments in loop_init() | Lukas Bulwahn | 1 | -6/+2 |
2020-12-09 | xen: add helpers for caching grant mapping pages | Juergen Gross | 3 | -79/+20 |
2020-12-08 | null_blk: Move driver into its own directory | Damien Le Moal | 9 | -16/+28 |
2020-12-08 | null_blk: Allow controlling max_hw_sectors limit | Damien Le Moal | 2 | -1/+20 |
2020-12-08 | null_blk: discard zones on reset | Damien Le Moal | 3 | -2/+7 |
2020-12-08 | null_blk: cleanup discard handling | Damien Le Moal | 1 | -21/+22 |
2020-12-08 | null_blk: Improve implicit zone close | Damien Le Moal | 2 | -5/+18 |
2020-12-08 | null_blk: improve zone locking | Damien Le Moal | 2 | -120/+188 |
2020-12-08 | null_blk: Fail zone append to conventional zones | Damien Le Moal | 1 | -1/+4 |
2020-12-08 | null_blk: Fix zone size initialization | Damien Le Moal | 1 | -8/+15 |
2020-12-07 | block/rnbd: fix a null pointer dereference on dev->blk_symlink_name | Colin Ian King | 1 | -1/+1 |
2020-12-04 | block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name | Md Haris Iqbal | 3 | -7/+23 |
2020-12-04 | block/rnbd: call kobject_put in the failure path | Guoqing Jiang | 2 | -13/+19 |
2020-12-04 | block/rnbd-srv: close a mapped device from server side. | Lutz Pogrell | 3 | -4/+57 |
2020-12-04 | block/rnbd-clt: support mapping two devices with the same name from different... | Guoqing Jiang | 2 | -5/+12 |
2020-12-04 | block/rnbd-clt: Make path parameter optional for map_device | Md Haris Iqbal | 2 | -1/+6 |
2020-12-03 | powerpc/ps3: make system bus's remove and shutdown callbacks return void | Uwe Kleine-König | 2 | -4/+2 |
2020-12-02 | block: stop using bdget_disk for partition 0 | Christoph Hellwig | 3 | -30/+8 |
2020-12-02 | block: switch partition lookup to use struct block_device | Christoph Hellwig | 3 | -3/+3 |
2020-12-02 | block: allocate struct hd_struct as part of struct bdev_inode | Christoph Hellwig | 3 | -3/+4 |
2020-12-02 | block: remove the nr_sects field in struct hd_struct | Christoph Hellwig | 3 | -5/+2 |
2020-12-02 | block: simplify the block device claiming interface | Christoph Hellwig | 1 | -7/+5 |
2020-12-02 | block: remove ->bd_contains | Christoph Hellwig | 1 | -1/+1 |
2020-12-02 | block: remove i_bdev | Christoph Hellwig | 1 | -5/+3 |
2020-12-02 | loop: do not call set_blocksize | Christoph Hellwig | 1 | -3/+0 |
2020-12-02 | zram: do not call set_blocksize | Christoph Hellwig | 2 | -11/+1 |
2020-12-02 | mtip32xx: remove the call to fsync_bdev on removal | Christoph Hellwig | 2 | -17/+0 |
2020-11-16 | virtio-blk: remove a spurious call to revalidate_disk_size | Christoph Hellwig | 1 | -1/+0 |