index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lightnvm: eliminate nvm_block abstraction on mm
Javier González
2016-11-29
5
-329
/
+191
*
lightnvm: remove debug lun statistics from gennvm
Javier González
2016-11-29
2
-24
/
+0
*
lightnvm: remove get_lun operation on gennvm
Javier González
2016-11-29
3
-30
/
+14
*
lightnvm: move block provisioning to targets
Javier González
2016-11-29
7
-291
/
+371
*
lightnvm: manage lun partitions internally in mm
Javier González
2016-11-29
3
-24
/
+51
*
lightnvm: remove gen_lun abstraction
Javier González
2016-11-29
3
-58
/
+53
*
lightnvm: use constant name instead of value
Javier González
2016-11-29
1
-1
/
+1
*
lightnvm: remove unnecessary variables in rrpc
Javier González
2016-11-29
2
-9
/
+0
*
lightnvm: make address conversion functions global
Javier González
2016-11-29
2
-30
/
+30
*
lightnvm: cleanup unused target operations
Javier González
2016-11-29
1
-6
/
+0
*
lightnvm: remove sysfs configuration interface
Javier González
2016-11-29
1
-134
/
+0
*
lightnvm: rrpc: split bios of size > 256kb
Javier González
2016-11-29
1
-0
/
+2
*
lightnvm: add ECC error codes
Javier González
2016-11-29
1
-0
/
+2
*
lightnvm: export set bad block table
Javier González
2016-11-29
5
-50
/
+77
*
lightnvm: do not protect block 0
Javier González
2016-11-29
1
-6
/
+0
*
lightnvm: enable to send hint to erase command
Javier González
2016-11-29
6
-13
/
+15
*
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
2016-11-29
8
-298
/
+197
*
nvme: lightnvm: frees wrong cmd structure
Matias Bjørling
2016-11-29
1
-1
/
+1
*
blk-mq: Drop explicit timeout sync in hotplug
Gabriel Krisman Bertazi
2016-11-29
1
-8
/
+1
*
blk-wbt: allow wbt to be enabled always through sysfs
Jens Axboe
2016-11-28
3
-7
/
+29
*
blk-wbt: cleanup disable-by-default for CFQ
Jens Axboe
2016-11-28
3
-10
/
+13
*
blk-wbt: allow reset of default latency through sysfs
Jens Axboe
2016-11-28
4
-12
/
+37
*
nbd: fix setting of 'error' in NBD_DO_IT ioctl
Jens Axboe
2016-11-23
1
-2
/
+5
*
nbd: move multi-connection bit to unused value
Jens Axboe
2016-11-22
1
-1
/
+1
*
nbd: add multi-connection support
Josef Bacik
2016-11-22
2
-148
/
+243
*
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg
Tejun Heo
2016-11-22
2
-5
/
+7
*
fs: logfs: remove unnecesary check
Ming Lei
2016-11-22
1
-1
/
+0
*
fs: logfs: use bio_add_page() in do_erase()
Ming Lei
2016-11-22
1
-29
/
+15
*
fs: logfs: use bio_add_page() in __bdev_writeseg()
Ming Lei
2016-11-22
1
-31
/
+20
*
fs: logfs: convert to bio_add_page() in sync_request()
Ming Lei
2016-11-22
1
-5
/
+1
*
bcache: debug: avoid accessing .bi_io_vec directly
Ming Lei
2016-11-22
1
-3
/
+8
*
target: avoid accessing .bi_vcnt directly
Ming Lei
2016-11-22
1
-6
/
+2
*
block: floppy: use bio_add_page()
Ming Lei
2016-11-22
1
-5
/
+2
*
block: drbd: remove impossible failure handling
Ming Lei
2016-11-22
1
-13
/
+1
*
block: bio: pass bvec table to bio_init()
Ming Lei
2016-11-22
17
-50
/
+28
*
block_dev: get rid of blksize bits calculation
Jens Axboe
2016-11-22
1
-4
/
+4
*
block_dev: Fixed direct I/O bio sector calculation
Damien Le Moal
2016-11-22
1
-2
/
+2
*
block: apply blk_partition_remap to REQ_OP_ZONE_RESET
Shaun Tancheff
2016-11-21
1
-1
/
+6
*
block: clear all of bi_opf in bio_set_op_attrs
Christoph Hellwig
2016-11-21
1
-2
/
+5
*
pktcdvd: mark as unmaintained and deprecated
Jens Axboe
2016-11-21
2
-3
/
+6
*
block: Change extern inline to static inline
Tobias Klauser
2016-11-18
1
-1
/
+1
*
skd_main: drop duplicate header scatterlist.h
Geliang Tang
2016-11-18
1
-1
/
+0
*
block: document the 'io_poll_delay' queue sysfs file
Jens Axboe
2016-11-18
1
-0
/
+14
*
block: new direct I/O implementation
Christoph Hellwig
2016-11-17
1
-4
/
+162
*
block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNC
Jens Axboe
2016-11-17
1
-2
/
+12
*
block: support a full bio worth of IO for simplified bdev direct-io
Jens Axboe
2016-11-17
1
-4
/
+15
*
blk-mq: make the polling code adaptive
Jens Axboe
2016-11-17
3
-12
/
+83
*
blk-mq: implement hybrid poll mode for sync O_DIRECT
Jens Axboe
2016-11-17
4
-0
/
+81
*
block: fast-path for small and simple direct I/O requests
Christoph Hellwig
2016-11-17
1
-0
/
+80
*
nbd: fix use-after-free of rq/bio in the xmit path
Jens Axboe
2016-11-17
1
-9
/
+23
[next]