index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
scompress.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-27
block: remove the queue_bounce_pfn helper
Christoph Hellwig
2
-8
/
+3
2017-06-27
block: move bounce declarations to block/blk.h
Christoph Hellwig
3
-13
/
+14
2017-06-27
blk-map: call blk_queue_bounce from blk_rq_append_bio
Christoph Hellwig
3
-10
/
+4
2017-06-27
pktcdvd: remove the call to blk_queue_bounce
Christoph Hellwig
1
-2
/
+0
2017-06-27
nvme: add support for streams and directives
Jens Axboe
3
-4
/
+199
2017-06-27
btrfs: add support for passing in write hints for buffered writes
Jens Axboe
1
-0
/
+1
2017-06-27
xfs: add support for passing in write hints for buffered writes
Jens Axboe
1
-0
/
+2
2017-06-27
ext4: add support for passing in write hints for buffered writes
Jens Axboe
1
-0
/
+2
2017-06-27
fs: add support for buffered writeback to pass down write hints
Jens Axboe
2
-5
/
+9
2017-06-27
fs: add O_DIRECT and aio support for sending down write life time hints
Jens Axboe
4
-0
/
+6
2017-06-27
blk-mq: expose write hints through debugfs
Jens Axboe
2
-0
/
+27
2017-06-27
block: add support for write hints in a bio
Jens Axboe
5
-0
/
+20
2017-06-27
fs: add fcntl() interface for setting/getting write life time hints
Jens Axboe
5
-12
/
+120
2017-06-27
lightnvm: if LUNs are already allocated fix return
Rakesh Pandit
1
-2
/
+3
2017-06-27
lightnvm: pblk: fail gracefully on irrec. error
Javier González
11
-114
/
+332
2017-06-27
lightnvm: pblk: set mempool and workqueue params.
Javier González
4
-20
/
+44
2017-06-27
lightnvm: pblk: redesign GC algorithm
Javier González
6
-278
/
+368
2017-06-27
lightnvm: pblk: add lock assertions on helpers
Javier González
1
-0
/
+4
2017-06-27
lightnvm: pblk: cleanup unnecessary code
Javier González
2
-7
/
+0
2017-06-27
lightnvm: pblk: set metadata list for all I/Os
Javier González
2
-38
/
+54
2017-06-27
lightnvm: pblk: choose optimal victim GC line
Javier González
1
-1
/
+15
2017-06-27
lightnvm: pblk: decouple bad block from line alloc
Javier González
1
-16
/
+37
2017-06-27
lightnvm: pblk: simplify meta. memory allocation
Javier González
4
-8
/
+8
2017-06-27
lightnvm: pblk: issue multiplane reads if possible
Javier González
4
-12
/
+51
2017-06-27
lightnvm: pblk: delete redundant buffer pointer
Javier González
7
-41
/
+11
2017-06-27
lightnvm: pblk: delete redundant debug line stat
Javier González
1
-5
/
+3
2017-06-27
lightnvm: pblk: sched. metadata on write thread
Javier González
8
-285
/
+673
2017-06-27
lightnvm: pblk: rename read request pool
Javier González
5
-37
/
+38
2017-06-27
lightnvm: pblk: generalize erase path
Javier González
6
-90
/
+116
2017-06-27
lightnvm: pblk: expose max sec per write on sysfs
Javier González
4
-1
/
+48
2017-06-27
lightnvm: pblk: add debug stat for read cache hits
Javier González
4
-1
/
+10
2017-06-27
lightnvm: pblk: spare double cpu_to_le64 calc.
Javier González
2
-4
/
+5
2017-06-27
lightnvm: propagate right error code to target
Javier González
1
-1
/
+1
2017-06-27
lightnvm: re-convert ppa format on I/O failure
Javier González
1
-1
/
+7
2017-06-23
mtip32xx: fix up the checking for internal command failure
Jens Axboe
1
-17
/
+4
2017-06-22
blk-mq: remove double set queue_num
weiping
1
-1
/
+0
2017-06-21
blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler
Bart Van Assche
2
-11
/
+19
2017-06-21
block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()
Bart Van Assche
1
-2
/
+2
2017-06-21
block: Declare local symbols static
Bart Van Assche
1
-1
/
+1
2017-06-21
block: Add fallthrough markers to switch statements
Bart Van Assche
3
-1
/
+4
2017-06-21
blk-mq: fix performance regression with shared tags
Jens Axboe
4
-24
/
+61
2017-06-21
btrfs: use new block error code
Dan Carpenter
1
-1
/
+1
2017-06-21
blk-mq: Warn when attempting to run a hardware queue that is not mapped
Bart Van Assche
1
-3
/
+5
2017-06-21
block: Constify disk_type
Bart Van Assche
1
-2
/
+2
2017-06-21
blk-mq: Document locking assumptions
Bart Van Assche
2
-0
/
+6
2017-06-21
block: Document what queue type each function is intended for
Bart Van Assche
2
-0
/
+35
2017-06-21
block: Check locking assumptions at runtime
Bart Van Assche
5
-37
/
+64
2017-06-21
block: Add a comment above queue_lockdep_assert_held()
Bart Van Assche
1
-0
/
+7
2017-06-21
blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()
Bart Van Assche
1
-1
/
+2
2017-06-21
block: Change argument type of scsi_req_init()
Bart Van Assche
5
-7
/
+13
[next]