Age | Commit message (Expand) | Author |
2022-05-03 | rnbd-srv: use bdev_discard_alignment | Christoph Hellwig |
2022-04-18 | block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage | Jack Wang |
2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig |
2022-04-17 | block: add a bdev_max_discard_sectors helper | Christoph Hellwig |
2022-04-17 | block: add a bdev_fua helper | Christoph Hellwig |
2022-04-17 | block: add a bdev_write_cache helper | Christoph Hellwig |
2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2022-03-21 | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-08 | blk-mq: prepare for implementing hctx table via xarray | Ming Lei |
2022-02-27 | block/rnbd: Remove a useless mutex | Christophe JAILLET |
2022-02-27 | block/rnbd: client device does not care queue/rotational | Gioh Kim |
2022-02-27 | block/rnbd-clt: fix CHECK:BRACES warning | Gioh Kim |
2022-02-22 | scsi: rnbd: Remove WRITE_SAME support | Christoph Hellwig |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2022-02-02 | rnbd-srv: remove struct rnbd_dev_blk_io | Christoph Hellwig |
2022-02-02 | rnbd-srv: simplify bio mapping in process_rdma | Christoph Hellwig |
2022-02-02 | block: remove genhd.h | Christoph Hellwig |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds |
2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov |
2022-01-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2022-01-07 | RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sess | Vaishali Thakkar |
2022-01-07 | RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sess | Vaishali Thakkar |
2022-01-07 | RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_path | Vaishali Thakkar |
2022-01-05 | block/rnbd-clt-sysfs: use default_groups in kobj_type | Greg Kroah-Hartman |
2021-11-29 | block: remove the ->rq_disk field in struct request | Christoph Hellwig |
2021-10-21 | rnbd: add error handling support for add_disk() | Luis Chamberlain |
2021-10-18 | block: add a struct io_comp_batch argument to fops->iopoll() | Jens Axboe |
2021-10-18 | block: move struct request to blk-mq.h | Christoph Hellwig |
2021-10-12 | block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs | Dan Carpenter |
2021-08-02 | block/rnbd: Use sysfs_emit instead of s*printf function for sysfs show | Md Haris Iqbal |
2021-08-02 | block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptr | Gioh Kim |
2021-07-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2021-06-21 | rnbd/rtrs-clt: Query and use max_segments from rtrs-clt. | Jack Wang |
2021-06-11 | rnbd: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig |
2021-05-03 | block/rnbd: Remove all likely and unlikely | Gioh Kim |
2021-05-03 | block/rnbd-clt: Check the return value of the function rtrs_clt_query | Md Haris Iqbal |
2021-05-03 | block/rnbd: Fix style issues | Dima Stepanov |
2021-05-03 | block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_t | Md Haris Iqbal |
2021-04-20 | block/rnbd: Use strscpy instead of strlcpy | Dima Stepanov |
2021-04-20 | block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name | Dima Stepanov |
2021-04-20 | block/rnbd-clt: Remove max_segment_size | Jack Wang |
2021-04-20 | block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes | Md Haris Iqbal |
2021-04-20 | block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev | Gioh Kim |
2021-04-20 | block/rnbd-clt: Support polling mode for IO latency optimization | Gioh Kim |
2021-04-20 | block/rnbd-clt: Fix missing a memory free when unloading the module | Gioh Kim |
2021-04-20 | block/rnbd-clt: Improve find_or_create_sess() return check | Tom Rix |
2021-04-20 | block/rnbd-srv: Remove force_close file after holding a lock | Gioh Kim |
2021-04-20 | block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel | Gioh Kim |
2021-04-20 | block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT} | Gioh Kim |