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
*
Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
Scott Bauer
2017-02-15
3
-90
/
+50
*
uapi: sed-opal fix IOW for activate lsp to use correct struct
Scott Bauer
2017-02-15
1
-1
/
+1
*
cdrom: Make device operations read-only
Kees Cook
2017-02-14
7
-45
/
+37
*
elevator: fix loading wrong elevator type for blk-mq devices
Jens Axboe
2017-02-14
1
-4
/
+5
*
cciss: switch to pci_irq_alloc_vectors
Christoph Hellwig
2017-02-13
2
-43
/
+17
*
block/loop: fix race between I/O and set_status
Ming Lei
2017-02-13
1
-5
/
+12
*
gdrom: Add missing error code
Christophe JAILLET
2017-02-08
1
-2
/
+6
*
Fix SED-OPAL UAPI structs to prevent 32/64 bit size differences.
Scott Bauer
2017-02-07
1
-17
/
+18
*
nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/Ioctls
Scott Bauer
2017-02-06
3
-0
/
+46
*
block: Add Sed-opal library
Scott Bauer
2017-02-06
6
-0
/
+3074
*
Include: Uapi: Add user ABI for Sed/Opal
Scott Bauer
2017-02-06
1
-0
/
+118
*
block: queue lock must be acquired when iterating over rls
Tahsin Erdogan
2017-02-01
1
-0
/
+2
*
block: Update comments that refer to __bio_map_user() and bio_map_user()
Bart Van Assche
2017-02-01
1
-3
/
+3
*
blk-mq: don't fail allocating driver tag for stopped hw queue
Jens Axboe
2017-02-01
1
-3
/
+0
*
nvme/pci: Don't mark IOD as aborted if abort wasn't sent
Keith Busch
2017-01-31
1
-2
/
+1
*
lightnvm: allow targets to use sysfs
Javier González
2017-01-31
2
-0
/
+15
*
lightnvm: free properly on target creation error
Javier González
2017-01-31
1
-1
/
+1
*
lightnvm: Add CRC read error
Javier González
2017-01-31
1
-0
/
+1
*
lightnvm: use end_io callback instead of instance
Matias Bjørling
2017-01-31
6
-20
/
+13
*
lightnvm: add ioctls for vector I/Os
Matias Bjørling
2017-01-31
4
-0
/
+280
*
lightnvm: reduce number of nvm_id groups to one
Matias Bjørling
2017-01-31
4
-58
/
+47
*
lightnvm: cleanup nvm transformation functions
Matias Bjørling
2017-01-31
2
-89
/
+40
*
lightnvm: make nvm_map_* return void
Matias Bjørling
2017-01-31
1
-32
/
+9
*
lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl
Matias Bjørling
2017-01-31
2
-38
/
+4
*
lightnvm: remove nvm_submit_ppa* functions
Matias Bjørling
2017-01-31
2
-113
/
+0
*
lightnvm: collapse nvm_erase_ppa and nvm_erase_blk
Matias Bjørling
2017-01-31
2
-32
/
+26
*
lightnvm: merge gennvm with core
Matias Bjørling
2017-01-31
8
-1748
/
+606
*
blk-mq: fix debugfs compilation issues
Omar Sandoval
2017-01-27
3
-6
/
+19
*
block: cleanup remaining manual checks for PREFLUSH|FUA
Jens Axboe
2017-01-27
2
-2
/
+2
*
blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()
Jens Axboe
2017-01-27
8
-55
/
+89
*
block: add a op_is_flush helper
Christoph Hellwig
2017-01-27
7
-28
/
+26
*
blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()
Jens Axboe
2017-01-27
4
-14
/
+23
*
blk-mq-sched: fix starvation for multiple hardware queues and shared tags
Jens Axboe
2017-01-27
5
-7
/
+41
*
blk-mq: release driver tag on a requeue event
Jens Axboe
2017-01-27
1
-0
/
+16
*
blk-mq: fix potential race in queue restart and driver tag allocation
Jens Axboe
2017-01-27
1
-1
/
+9
*
blk-mq: improve scheduler queue sync/async running
Jens Axboe
2017-01-27
1
-2
/
+4
*
blk-mq: move hctx and ctx counters from sysfs to debugfs
Omar Sandoval
2017-01-27
2
-64
/
+181
*
blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs
Omar Sandoval
2017-01-27
2
-92
/
+132
*
blk-mq: add tags and sched_tags bitmaps to debugfs
Omar Sandoval
2017-01-27
1
-0
/
+50
*
blk-mq: move tags and sched_tags info from sysfs to debugfs
Omar Sandoval
2017-01-27
4
-45
/
+86
*
blk-mq: export software queue pending map to debugfs
Omar Sandoval
2017-01-27
1
-0
/
+21
*
sbitmap: add helpers for dumping to a seq_file
Omar Sandoval
2017-01-27
2
-0
/
+121
*
blk-mq: add extra request information to debugfs
Omar Sandoval
2017-01-27
1
-1
/
+3
*
blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs
Omar Sandoval
2017-01-27
2
-57
/
+106
*
blk-mq: add hctx->{state,flags} to debugfs
Omar Sandoval
2017-01-27
1
-0
/
+42
*
blk-mq: create debugfs directory tree
Omar Sandoval
2017-01-27
6
-0
/
+201
*
blk-mq-sched: check for successful allocation before assigning tag
Jens Axboe
2017-01-26
1
-1
/
+2
*
blk-mq: don't lose flags passed in to blk_mq_alloc_request()
Jens Axboe
2017-01-26
2
-4
/
+4
*
blk-mq: only apply active queue tag throttling for driver tags
Jens Axboe
2017-01-25
2
-10
/
+15
*
cfq-iosched: Adjust one function call together with a variable assignment
Markus Elfring
2017-01-23
1
-2
/
+4
[next]