| Commit message (Expand) | Author | Age | Files | Lines |
* | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig | 2020-07-01 | 6 | -8/+8 |
* | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 2020-07-01 | 10 | -34/+50 |
* | block: remove the request_queue argument from blk_queue_split | Christoph Hellwig | 2020-07-01 | 5 | -5/+5 |
* | zram: stop using ->queuedata | Christoph Hellwig | 2020-07-01 | 1 | -2/+1 |
* | umem: stop using ->queuedata | Christoph Hellwig | 2020-07-01 | 1 | -2/+2 |
* | rsxx: stop using ->queuedata | Christoph Hellwig | 2020-07-01 | 1 | -4/+1 |
* | ps3vram: stop using ->queuedata | Christoph Hellwig | 2020-07-01 | 1 | -2/+1 |
* | null_blk: stop using ->queuedata for bio mode | Christoph Hellwig | 2020-07-01 | 1 | -1/+1 |
* | drbd: stop using ->queuedata | Christoph Hellwig | 2020-07-01 | 2 | -2/+1 |
* | loop: be paranoid on exit and prevent new additions / removals | Luis Chamberlain | 2020-06-24 | 1 | -0/+4 |
* | blk-mq: move failure injection out of blk_mq_complete_request | Christoph Hellwig | 2020-06-24 | 7 | -11/+23 |
* | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-06-19 | 1 | -4/+4 |
|\ |
|
| * | loop: replace kill_bdev with invalidate_bdev | Zheng Bin | 2020-06-18 | 1 | -4/+4 |
* | | Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client | Linus Torvalds | 2020-06-19 | 1 | -1/+3 |
|\ \ |
|
| * | | libceph: move away from global osd_req_flags | Ilya Dryomov | 2020-06-16 | 1 | -1/+3 |
| |/ |
|
* | | drbd: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-15 | 2 | -5/+5 |
|/ |
|
* | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-06-13 | 2 | -17/+17 |
|\ |
|
| * | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 2 | -17/+17 |
* | | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-06-11 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | umem: remove redundant initialization of variable ret | Colin Ian King | 2020-06-11 | 1 | -1/+1 |
| * | pktcdvd: remove redundant initialization of variable ret | Colin Ian King | 2020-06-11 | 1 | -1/+1 |
| * | loop: Fix wrong masking of status flags | Martijn Coenen | 2020-06-04 | 1 | -1/+1 |
* | | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | | Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2020-06-08 | 2 | -2/+44 |
|\ \ |
|
| * | | rbd: compression_hint option | Ilya Dryomov | 2020-06-01 | 1 | -1/+42 |
| * | | libceph: support for alloc hint flags | Ilya Dryomov | 2020-06-01 | 1 | -1/+2 |
| * | | libceph, rbd: replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-01 | 1 | -1/+1 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-06-05 | 16 | -0/+4392 |
|\ \ \ |
|
| * | | | RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabled | Danil Kipnis | 2020-05-22 | 1 | -4/+7 |
| * | | | block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess() | Dan Carpenter | 2020-05-22 | 1 | -5/+4 |
| * | | | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe | 2020-05-21 | 5 | -75/+181 |
| |\ \ \ |
|
| * | | | | rnbd/rtrs: Pass max segment size from blk user to the rdma library | Danil Kipnis | 2020-05-19 | 1 | -0/+1 |
| * | | | | block/rnbd: a bit of documentation | Jack Wang | 2020-05-17 | 1 | -0/+92 |
| * | | | | block/rnbd: include client and server modules into kernel compilation | Jack Wang | 2020-05-17 | 4 | -0/+46 |
| * | | | | block/rnbd: server: sysfs interface functions | Jack Wang | 2020-05-17 | 1 | -0/+215 |
| * | | | | block/rnbd: server: functionality for IO submitting to block dev | Jack Wang | 2020-05-17 | 2 | -0/+226 |
| * | | | | block/rnbd: server: main functionality | Jack Wang | 2020-05-17 | 1 | -0/+844 |
| * | | | | block/rnbd: server: private header with server structs and functions | Jack Wang | 2020-05-17 | 1 | -0/+78 |
| * | | | | block/rnbd: client: sysfs interface functions | Jack Wang | 2020-05-17 | 1 | -0/+636 |
| * | | | | block/rnbd: client: main functionality | Jack Wang | 2020-05-17 | 1 | -0/+1729 |
| * | | | | block/rnbd: client: private header with client structs and functions | Jack Wang | 2020-05-17 | 1 | -0/+156 |
| * | | | | block/rnbd: private headers with rnbd protocol structs and helpers | Jack Wang | 2020-05-17 | 3 | -0/+367 |
* | | | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-06-05 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | ps3disk: use the default segment boundary | Emmanuel Nicolet | 2020-05-19 | 1 | -1/+0 |
* | | | | | | zcomp: Use ARRAY_SIZE() for backends list | Andy Shevchenko | 2020-06-04 | 1 | -4/+3 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-06-03 | 4 | -39/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | tcp: add tcp_sock_set_quickack | Christoph Hellwig | 2020-05-28 | 2 | -10/+2 |
| * | | | | | | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 2020-05-28 | 3 | -10/+3 |
| * | | | | | | tcp: add tcp_sock_set_cork | Christoph Hellwig | 2020-05-28 | 3 | -19/+5 |
| | |_|_|/ /
| |/| | | | |
|