index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_poison.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-09
block: remove external dependency on wbt_flags
Josef Bacik
6
-42
/
+68
2018-07-09
blk-rq-qos: refactor out common elements of blk-wbt
Josef Bacik
10
-251
/
+478
2018-07-09
blk-stat: export helpers for modifying blk_rq_stat
Josef Bacik
2
-8
/
+12
2018-07-09
memcontrol: schedule throttling if we are congested
Tejun Heo
7
-14
/
+81
2018-07-09
blkcg: add generic throttling mechanism
Josef Bacik
5
-0
/
+332
2018-07-09
swap,blkcg: issue swap io with the appropriate context
Tejun Heo
3
-0
/
+32
2018-07-09
blk: introduce REQ_SWAP
Josef Bacik
3
-3
/
+4
2018-07-09
blk-cgroup: allow controllers to output their own stats
Josef Bacik
2
-3
/
+47
2018-07-09
block: introduce bio_issue_as_root_blkg
Josef Bacik
1
-0
/
+16
2018-07-09
block: add bi_blkg to the bio for cgroups
Josef Bacik
4
-15
/
+32
2018-07-09
blk-mq: dequeue request one by one from sw queue if hctx is busy
Ming Lei
4
-11
/
+45
2018-07-09
block/loop: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-09
drbd: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2018-07-09
blk-mq: only attempt to merge bio if there is rq in sw queue
Ming Lei
1
-1
/
+2
2018-07-09
blk-mq: use list_splice_tail_init() to insert requests
Ming Lei
1
-7
/
+7
2018-07-09
blk-mq: fix typo in a function comment
Minwoo Im
1
-1
/
+1
2018-07-09
blk-mq: code clean-up by adding an API to clear set->mq_map
Minwoo Im
3
-5
/
+12
2018-07-09
paride: remove redundant variable n
Colin Ian King
1
-2
/
+1
2018-07-09
partitions/ldm: remove redundant pointer dgrp
Colin Ian King
1
-3
/
+0
2018-07-09
loop: remove redundant pointer inode
Colin Ian King
1
-2
/
+0
2018-07-09
block/floppy: remove redundant variable dflags
Colin Ian King
1
-3
/
+0
2018-07-09
Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...
Liu Bo
1
-1
/
+3
2018-07-09
Blktrace: bail out early if block debugfs is not configured
Liu Bo
1
-3
/
+3
2018-07-09
block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requests
Bart Van Assche
1
-0
/
+4
2018-07-09
drbd: Do not redefine __must_hold()
Bart Van Assche
1
-2
/
+0
2018-07-09
blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
Ming Lei
1
-2
/
+6
2018-07-09
blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()
Ming Lei
3
-90
/
+7
2018-07-09
blk-mq: introduce new lock for protecting hctx->dispatch_wait
Ming Lei
2
-9
/
+18
2018-07-09
blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()
Ming Lei
1
-12
/
+11
2018-07-09
blk-mq: cleanup blk_mq_get_driver_tag()
Ming Lei
2
-14
/
+8
2018-07-09
block, bfq: give a better name to bfq_bfqq_may_idle
Paolo Valente
1
-8
/
+8
2018-07-09
block, bfq: fix service being wrongly set to zero in case of preemption
Paolo Valente
2
-12
/
+28
2018-07-09
block, bfq: do not expire a queue that will deserve dispatch plugging
Paolo Valente
1
-3
/
+33
2018-07-09
block, bfq: add/remove entity weights correctly
Paolo Valente
3
-17
/
+59
2018-07-09
block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n
Bart Van Assche
6
-15
/
+44
2018-07-09
block: Inline blk_queue_nr_zones()
Bart Van Assche
2
-6
/
+1
2018-07-09
block: Remove bdev_nr_zones()
Bart Van Assche
1
-9
/
+0
2018-07-09
include/uapi/linux/blkzoned.h: Remove a superfluous __packed directive
Bart Van Assche
1
-1
/
+1
2018-07-09
block: Remove a superfluous cast from blkdev_report_zones()
Bart Van Assche
1
-1
/
+1
2018-07-09
Linux 4.18-rc4
v4.18-rc4
Linus Torvalds
1
-1
/
+1
2018-07-07
x86/mtrr: Don't copy out-of-bounds data in mtrr_write
Jann Horn
1
-1
/
+2
2018-07-06
x86/hyper-v: Fix the circular dependency in IPI enlightenment
K. Y. Srinivasan
3
-2
/
+13
2018-07-05
Fix up non-directory creation in SGID directories
Linus Torvalds
1
-0
/
+6
2018-07-05
Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_...
Christoph Hellwig
2
-17
/
+46
2018-07-05
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
Stefano Brivio
5
-21
/
+14
2018-07-05
cifs: Fix infinite loop when using hard mount option
Paulo Alcantara
2
-8
/
+20
2018-07-05
cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
Stefano Brivio
1
-2
/
+5
2018-07-05
cifs: Fix memory leak in smb2_set_ea()
Paulo Alcantara
1
-0
/
+2
2018-07-05
cifs: fix SMB1 breakage
Ronnie Sahlberg
5
-11
/
+13
2018-07-05
cifs: Fix validation of signed data in smb2
Paulo Alcantara
1
-4
/
+24
[next]