| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-07-07 | 2 | -1/+2 |
|\ |
|
| * | loop: Add LOOP_SET_BLOCK_SIZE in compat ioctl | Evan Green | 2018-07-03 | 1 | -0/+1 |
| * | drbd: fix access after free | Lars Ellenberg | 2018-07-02 | 1 | -1/+1 |
* | | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-30 | 1 | -2/+2 |
|\| |
|
| * | drbd: Fix drbd_request_prepare() discard handling | Bart Van Assche | 2018-06-29 | 1 | -2/+2 |
* | | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-24 | 2 | -9/+35 |
|\| |
|
| * | nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag. | Doron Roberts-Kedes | 2018-06-21 | 1 | -8/+34 |
| * | block: fix timeout changes for legacy request drivers | Christoph Hellwig | 2018-06-19 | 1 | -1/+1 |
* | | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-06-15 | 1 | -4/+7 |
|\ \ |
|
| * | | rbd: flush rbd_dev->watch_dwork after watch is unregistered | Dongsheng Yang | 2018-06-04 | 1 | -1/+1 |
| * | | libceph, rbd: add error handling for osd_req_op_cls_init() | Chengguang Xu | 2018-06-04 | 1 | -3/+6 |
* | | | treewide: Use array_size() in vzalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | | | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 7 | -19/+29 |
* | | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 3 | -5/+7 |
| |/
|/| |
|
* | | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-08 | 2 | -35/+46 |
|\ \ |
|
| * | | nbd: set discard_alignment to the granularity | Josef Bacik | 2018-06-05 | 1 | -0/+3 |
| * | | nbd: Consistently use request pointer in debug messages. | Kevin Vigor | 2018-06-05 | 1 | -5/+5 |
| * | | loop: add recursion validation to LOOP_CHANGE_FD | Theodore Ts'o | 2018-06-05 | 1 | -30/+38 |
* | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2018-06-08 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | fs: Add aio iopriority support | Adam Manzanares | 2018-05-31 | 1 | -0/+3 |
* | | | | zram: introduce zram memory tracking | Minchan Kim | 2018-06-08 | 3 | -14/+139 |
* | | | | zram: record accessed second | Minchan Kim | 2018-06-08 | 2 | -0/+17 |
* | | | | zram: mark incompressible page as ZRAM_HUGE | Minchan Kim | 2018-06-08 | 2 | -3/+16 |
* | | | | zram: correct flag name of ZRAM_ACCESS | Minchan Kim | 2018-06-08 | 2 | -13/+13 |
| |/ /
|/| | |
|
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 6 | -106/+12 |
|\ \ \ |
|
| * | | | drbd: switch to proc_create_single | Christoph Hellwig | 2018-05-16 | 3 | -35/+4 |
| * | | | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 3 | -71/+9 |
* | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-04 | 28 | -229/+226 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | pktcdvd: convert to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 1 | -25/+25 |
| * | | | drbd: convert to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 6 | -59/+38 |
| * | | | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter | Christoph Hellwig | 2018-05-30 | 2 | -14/+3 |
| * | | | nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs. | Kevin Vigor | 2018-05-30 | 1 | -6/+15 |
| * | | | null_blk: complete requests from ->timeout | Christoph Hellwig | 2018-05-29 | 1 | -2/+4 |
| * | | | mtip32xx: complete requests from ->timeout | Christoph Hellwig | 2018-05-29 | 1 | -1/+2 |
| * | | | nbd: complete requests from ->timeout | Christoph Hellwig | 2018-05-29 | 1 | -3/+4 |
| * | | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 2018-05-29 | 1 | -1/+1 |
| * | | | block drivers/block: Use octal not symbolic permissions | Joe Perches | 2018-05-24 | 17 | -83/+81 |
| * | | | nbd: set discard granularity properly | Josef Bacik | 2018-05-23 | 1 | -2/+8 |
| * | | | block/ndb: add WQ_UNBOUND to the knbd-recv workqueue | Dan Melnic | 2018-05-22 | 1 | -1/+2 |
| * | | | nbd: call nbd_bdev_reset instead of bd_set_size on disconnect | Josef Bacik | 2018-05-16 | 1 | -1/+1 |
| * | | | nbd: fix how we set bd_invalidated | Josef Bacik | 2018-05-16 | 1 | -4/+3 |
| * | | | nbd: clear_sock on netlink disconnect | Josef Bacik | 2018-05-16 | 1 | -0/+1 |
| * | | | nbd: use bd_set_size when updating disk size | Josef Bacik | 2018-05-16 | 1 | -1/+9 |
| * | | | nbd: update size when connected | Josef Bacik | 2018-05-16 | 1 | -0/+2 |
| * | | | nbd: fix nbd device deletion | Josef Bacik | 2018-05-16 | 1 | -1/+4 |
| * | | | block: Split out bio_list_copy_data() | Kent Overstreet | 2018-05-14 | 1 | -1/+1 |
| * | | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig | 2018-05-14 | 2 | -2/+3 |
| * | | | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 2018-05-14 | 4 | -4/+4 |
| * | | | ps3disk: handle highmem pages | Christoph Hellwig | 2018-05-11 | 1 | -2/+0 |
| * | | | aoe: handle highmem pages | Christoph Hellwig | 2018-05-11 | 2 | -2/+2 |