index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
adc128d818.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
John Garry
4
-16
/
+0
2019-11-08
block: split bio if the only bvec's length is > SZ_4K
Ming Lei
1
-1
/
+1
2019-11-08
block: still try to split bio if the bvec crosses pages
Ming Lei
1
-1
/
+2
2019-11-07
blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT
Tejun Heo
9
-256
/
+287
2019-11-07
blk-cgroup: reimplement basic IO stats using cgroup rstat
Tejun Heo
2
-30
/
+142
2019-11-07
blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
Tejun Heo
2
-88
/
+0
2019-11-07
blk-throtl: stop using blkg->stat_bytes and ->stat_ios
Tejun Heo
1
-9
/
+61
2019-11-07
bfq-iosched: stop using blkg->stat_bytes and ->stat_ios
Tejun Heo
3
-12
/
+35
2019-11-07
bfq-iosched: relocate bfqg_*rwstat*() helpers
Tejun Heo
1
-23
/
+23
2019-11-07
block: add zone open, close and finish ioctl support
Ajay Joshi
4
-14
/
+46
2019-11-07
block: add zone open, close and finish operations
Ajay Joshi
6
-23
/
+63
2019-11-07
block: Simplify REQ_OP_ZONE_RESET_ALL handling
Damien Le Moal
1
-27
/
+13
2019-11-07
block: Remove REQ_OP_ZONE_RESET plugging
Damien Le Moal
1
-4
/
+0
2019-11-07
blkcg: make blkcg_print_stat() print stats only for online blkgs
Tejun Heo
1
-5
/
+8
2019-11-06
block: Warn if elevator= parameter is used
Jan Kara
1
-0
/
+9
2019-11-05
nvme: change nvme_passthru_cmd64 to explicitly mark rsvd
Charles Machalow
1
-0
/
+1
2019-11-05
nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths
Anton Eidelman
1
-0
/
+2
2019-11-05
nvme-rdma: fix a segmentation fault during module unload
Max Gurtovoy
1
-0
/
+8
2019-11-05
block: avoid blk_bio_segment_split for small I/O operations
Christoph Hellwig
1
-1
/
+15
2019-11-04
blk-mq: make sure that line break can be printed
Ming Lei
1
-1
/
+1
2019-11-04
block: sed-opal: Introduce Opal Datastore UID
Revanth Rajashekar
2
-0
/
+3
2019-11-04
block: sed-opal: Add support to read/write opal tables generically
Revanth Rajashekar
4
-1
/
+193
2019-11-04
block: sed-opal: Generalizing write data to any opal table
Revanth Rajashekar
1
-64
/
+74
2019-11-03
bdev: Refresh bdev size for disks without partitioning
Jan Kara
1
-9
/
+10
2019-11-03
bdev: Factor out bdev revalidation into a common helper
Jan Kara
1
-12
/
+14
2019-11-02
blk-mq: avoid sysfs buffer overflow with too many CPU cores
Ming Lei
1
-5
/
+10
2019-11-01
blk-mq: Make blk_mq_run_hw_queue() return void
John Garry
2
-7
/
+3
2019-10-31
iocost: don't nest spin_lock_irq in ioc_weight_write()
Dan Carpenter
1
-2
/
+2
2019-10-30
io_uring: ensure we clear io_kiocb->result before each issue
Jens Axboe
1
-0
/
+1
2019-10-29
um-ubd: Entrust re-queue to the upper layers
Anton Ivanov
1
-2
/
+6
2019-10-29
nvme-multipath: remove unused groups_only mode in ana log
Anton Eidelman
1
-5
/
+4
2019-10-29
nvme-multipath: fix possible io hang after ctrl reconnect
Anton Eidelman
1
-1
/
+1
2019-10-28
io_uring: don't touch ctx in setup after ring fd install
Jens Axboe
1
-4
/
+8
2019-10-28
io_uring: Fix leaked shadow_req
Pavel Begunkov
1
-0
/
+1
2019-10-27
Linux 5.4-rc5
v5.4-rc5
Linus Torvalds
1
-2
/
+2
2019-10-26
riscv: cleanup do_trap_break
Christoph Hellwig
1
-20
/
+6
2019-10-25
nbd: verify socket is supported during setup
Mike Christie
1
-2
/
+21
2019-10-25
fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
Eugene Syromiatnikov
3
-3
/
+17
2019-10-25
blk-mq: fill header with kernel-doc
André Almeida
1
-40
/
+185
2019-10-25
blk-mq: remove needless goto from blk_mq_get_driver_tag
André Almeida
1
-2
/
+1
2019-10-25
ata: libahci_platform: Fix regulator_get_optional() misuse
Mark Brown
1
-24
/
+14
2019-10-25
nbd: handle racing with error'ed out commands
Josef Bacik
1
-0
/
+6
2019-10-25
nbd: protect cmd->status with cmd->lock
Josef Bacik
1
-5
/
+7
2019-10-25
block: reorder bio::__bi_remaining for better packing
David Sterba
1
-1
/
+1
2019-10-25
block: Reduce the amount of memory used for tag sets
Bart Van Assche
1
-17
/
+30
2019-10-25
block: Reduce the amount of memory required per request queue
Bart Van Assche
1
-7
/
+17
2019-10-25
block: Remove the synchronize_rcu() call from __blk_mq_update_nr_hw_queues()
Bart Van Assche
1
-4
/
+0
2019-10-25
io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD
Jens Axboe
1
-12
/
+32
2019-10-25
io_uring: used cached copies of sq->dropped and cq->overflow
Jens Axboe
1
-5
/
+8
2019-10-25
ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157
Patrice Chotard
1
-4
/
+4
[next]