Age | Commit message (Expand) | Author | Files | Lines |
2016-07-09 | Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jens Axboe | 1 | -2/+6 |
2016-07-08 | nvme-rdma.h: Add includes for nvme rdma_cm negotiation | Sagi Grimberg | 1 | -0/+71 |
2016-07-08 | blk-mq: Introduce blk_mq_reinit_tagset | Sagi Grimberg | 1 | -0/+3 |
2016-07-07 | lightnvm: make ppa_list const in nvm_set_rqd_list | Matias Bjørling | 1 | -1/+1 |
2016-07-07 | lightnvm: remove _unlocked variant of [get/put]_blk | Matias Bjørling | 1 | -6/+0 |
2016-07-07 | lightnvm: move target mgmt into media mgr | Matias Bjørling | 1 | -0/+10 |
2016-07-07 | lightnvm: remove open/close statistics for gennvm | Matias Bjørling | 1 | -11/+2 |
2016-07-07 | lightnvm: initialize ppa_addr in dev_to_generic_addr() | Javier González | 1 | -0/+1 |
2016-07-07 | lightnvm: add media manager mark_blk helper | Javier González | 1 | -0/+2 |
2016-07-05 | nvme.h: Add keep-alive opcode and identify controller attribute | Sagi Grimberg | 1 | -1/+5 |
2016-07-05 | nvme.h: add NVMe over Fabrics definitions | Christoph Hellwig | 1 | -19/+318 |
2016-07-05 | blk-mq: add blk_mq_alloc_request_hctx | Ming Lin | 1 | -0/+2 |
2016-06-27 | block: remove ->driverfs_dev | Dan Williams | 1 | -3/+1 |
2016-06-16 | block: introduce device_add_disk() | Dan Williams | 1 | -1/+7 |
2016-06-14 | drbd: correctly handle failed crypto_alloc_hash | Lars Ellenberg | 1 | -1/+1 |
2016-06-14 | drbd: code cleanups without semantic changes | Fabian Frederick | 1 | -0/+8 |
2016-06-14 | drbd: allow larger max_discard_sectors | Lars Ellenberg | 1 | -2/+1 |
2016-06-14 | drbd: when receiving P_TRIM, zero-out partial unaligned chunks | Lars Ellenberg | 2 | -0/+7 |
2016-06-14 | drbd: Introduce new disk config option rs-discard-granularity | Philipp Reisner | 2 | -3/+9 |
2016-06-12 | nvme: factor out a add nvme_is_write helper | Christoph Hellwig | 1 | -0/+5 |
2016-06-12 | nvme.h: add constants for PSDT and FUSE values | James Smart | 1 | -0/+23 |
2016-06-12 | nvme.h: add AER constants | Christoph Hellwig | 1 | -0/+6 |
2016-06-12 | nvme.h: add NVM command set SQE/CQE size defines | Christoph Hellwig | 1 | -2/+9 |
2016-06-12 | nvme.h: Add get_log_page command strucure | Armen Baloyan | 1 | -0/+19 |
2016-06-12 | nvme.h: add RTD3R, RTD3E and OAES fields | Christoph Hellwig | 1 | -1/+4 |
2016-06-09 | block: add a separate operation type for secure erase | Christoph Hellwig | 2 | -22/+6 |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 3 | -7/+7 |
2016-06-07 | block, drivers: add REQ_OP_FLUSH operation | Mike Christie | 2 | -1/+5 |
2016-06-07 | block, fs, drivers: remove REQ_OP compat defs and related code | Mike Christie | 5 | -62/+45 |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 1 | -1/+1 |
2016-06-07 | block: move bio io prio to a new field | Mike Christie | 2 | -15/+4 |
2016-06-07 | blktrace: use op accessors | Mike Christie | 3 | -16/+29 |
2016-06-07 | block: convert is_sync helpers to use REQ_OPs. | Mike Christie | 1 | -3/+3 |
2016-06-07 | block: convert merge/insert code to check for REQ_OPs. | Mike Christie | 1 | -10/+10 |
2016-06-07 | blkg_rwstat: separate op from flags | Mike Christie | 1 | -6/+7 |
2016-06-07 | block: prepare elevator to use REQ_OPs. | Mike Christie | 1 | -2/+2 |
2016-06-07 | dm: use bio op accessors | Mike Christie | 1 | -1/+2 |
2016-06-07 | f2fs: use bio op accessors | Mike Christie | 1 | -13/+21 |
2016-06-07 | direct-io: use bio set/get op accessors | Mike Christie | 1 | -1/+1 |
2016-06-07 | block discard: use bio set op accessor | Mike Christie | 1 | -1/+2 |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -5/+10 |
2016-06-07 | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 1 | -1/+1 |
2016-06-07 | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 1 | -1/+1 |
2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie | 1 | -4/+5 |
2016-06-07 | block: add REQ_OP definitions and helpers | Mike Christie | 4 | -3/+60 |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2 | -2/+2 |
2016-06-05 | devpts: Make each mount of devpts an independent filesystem. | Eric W. Biederman | 2 | -5/+6 |
2016-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 3 | -6/+6 |
2016-06-04 | Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -2/+4 |
2016-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -7/+36 |