Age | Commit message (Expand) | Author | Files | Lines |
2022-02-11 | loop: revert "make autoclear operation asynchronous" | Tetsuo Handa | 2 | -37/+29 |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -1/+1 |
2022-01-21 | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -45/+32 |
2022-01-20 | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -2/+3 |
2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+2 |
2022-01-17 | brd: remove brd_devices_mutex mutex | Tetsuo Handa | 1 | -43/+30 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -9/+2 |
2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 1 | -1/+1 |
2022-01-15 | zram: use ATTRIBUTE_GROUPS | Luis Chamberlain | 1 | -9/+2 |
2022-01-15 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -2/+2 |
2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2022-01-13 | aoe: remove redundant assignment on variable n | Colin Ian King | 1 | -1/+1 |
2022-01-13 | loop: remove redundant initialization of pointer node | Colin Ian King | 1 | -1/+1 |
2022-01-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 4 | -12/+12 |
2022-01-13 | Merge tag 'v5.16' into rdma.git for-next | Jason Gunthorpe | 1 | -3/+12 |
2022-01-13 | rbd: make const pointer spaces a static const array | Colin Ian King | 1 | -1/+1 |
2022-01-13 | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar | 1 | -1/+2 |
2022-01-12 | Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 21 | -4312/+249 |
2022-01-12 | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 26 | -62/+63 |
2022-01-07 | RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sess | Vaishali Thakkar | 2 | -3/+3 |
2022-01-07 | RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sess | Vaishali Thakkar | 2 | -3/+3 |
2022-01-07 | RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_path | Vaishali Thakkar | 1 | -6/+6 |
2022-01-05 | block/rnbd-clt-sysfs: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
2022-01-04 | pktcdvd: convert to use attribute groups | Greg Kroah-Hartman | 1 | -141/+134 |
2022-01-03 | Merge 5.16-rc8 into char-misc-next | Greg Kroah-Hartman | 1 | -3/+12 |
2021-12-24 | block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0 | Ming Lei | 1 | -1/+1 |
2021-12-21 | paride: fix up build warning on mips platforms | Greg Kroah-Hartman | 1 | -0/+1 |
2021-12-16 | block: remove the rsxx driver | Christoph Hellwig | 11 | -4020/+0 |
2021-12-16 | xen/blkfront: harden blkfront against event channel storms | Juergen Gross | 1 | -3/+12 |
2021-12-14 | rsxx: Drop PCI legacy power management | Bjorn Helgaas | 1 | -7/+0 |
2021-12-14 | mtip32xx: convert to generic power management | Vaibhav Gupta | 1 | -38/+10 |
2021-12-14 | mtip32xx: remove pointless drvdata lookups | Bjorn Helgaas | 1 | -13/+12 |
2021-12-14 | mtip32xx: remove pointless drvdata checking | Bjorn Helgaas | 1 | -14/+1 |
2021-12-14 | drbd: Use struct_group() to zero algs | Kees Cook | 3 | -4/+8 |
2021-12-13 | loop: make autoclear operation asynchronous | Tetsuo Handa | 2 | -29/+37 |
2021-12-11 | null_blk: cast command status to integer | Jens Axboe | 1 | -1/+1 |
2021-12-10 | pktdvd: stop using bdi congestion framework. | NeilBrown | 1 | -11/+20 |
2021-12-04 | Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2021-12-03 | block: null_blk: batched complete poll requests | Ming Lei | 1 | -1/+3 |
2021-12-03 | floppy: Add max size check for user space request | Xiongwei Song | 1 | -1/+3 |
2021-12-03 | floppy: Fix hang in watchdog when disk is ejected | Tasos Sahanidis | 1 | -1/+1 |
2021-12-03 | null_blk: allow zero poll queues | Ming Lei | 1 | -4/+2 |
2021-11-29 | loop: Use pr_warn_once() for loop_control_remove() warning | Tetsuo Handa | 1 | -1/+1 |
2021-11-29 | loop: don't hold lo_mutex during __loop_clr_fd() | Tetsuo Handa | 1 | -33/+22 |
2021-11-29 | block: remove the gendisk argument to blk_execute_rq | Christoph Hellwig | 5 | -6/+6 |
2021-11-29 | block: remove the ->rq_disk field in struct request | Christoph Hellwig | 9 | -16/+16 |
2021-11-29 | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig | 17 | -10/+14 |
2021-11-29 | null_blk: don't suppress partitioning information | Christoph Hellwig | 1 | -1/+1 |
2021-11-29 | block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART | Christoph Hellwig | 2 | -5/+5 |
2021-11-29 | block: remove GENHD_FL_CD | Christoph Hellwig | 3 | -24/+21 |