index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bfq-iosched.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-24
block: move req_gap_back_merge to blk.h
Christoph Hellwig
2
-19
/
+19
2018-09-24
block: move req_gap_{back,front}_merge to blk-merge.c
Christoph Hellwig
2
-69
/
+65
2018-09-24
block: move integrity_req_gap_{back,front}_merge to blk.h
Christoph Hellwig
2
-33
/
+33
2018-09-22
blk-mq: Document the functions that iterate over requests
Bart Van Assche
1
-7
/
+64
2018-09-22
blkcg: rename blkg_try_get to blkg_tryget
Dennis Zhou (Facebook)
4
-12
/
+9
2018-09-22
blkcg: change blkg reference counting to use percpu_ref
Dennis Zhou (Facebook)
2
-35
/
+44
2018-09-22
blkcg: cleanup and make blk_get_rl use blkg_lookup_create
Dennis Zhou (Facebook)
1
-13
/
+21
2018-09-22
blkcg: remove additional reference to the css
Dennis Zhou (Facebook)
4
-83
/
+81
2018-09-22
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
8
-62
/
+25
2018-09-22
blkcg: associate writeback bios with a blkg
Dennis Zhou (Facebook)
4
-11
/
+14
2018-09-22
blkcg: associate a blkg for pages being evicted by swap
Dennis Zhou (Facebook)
3
-28
/
+68
2018-09-22
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
5
-10
/
+13
2018-09-22
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
5
-40
/
+46
2018-09-22
blkcg: convert blkg_lookup_create to find closest blkg
Dennis Zhou (Facebook)
3
-15
/
+41
2018-09-22
blkcg: update blkg_lookup_create to do locking
Dennis Zhou (Facebook)
3
-5
/
+32
2018-09-22
blkcg: fix ref count issue with bio_blkcg using task_css
Dennis Zhou (Facebook)
6
-16
/
+107
2018-09-21
Blk-throttle: update to use rbtree with leftmost node cached
Liu Bo
1
-26
/
+15
2018-09-20
block: use bio_add_page in bio_iov_iter_get_pages
Christoph Hellwig
1
-21
/
+20
2018-09-14
blok, bfq: do not plug I/O if all queues are weight-raised
Paolo Valente
1
-2
/
+8
2018-09-14
block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash
Paolo Valente
2
-6
/
+88
2018-09-14
block, bfq: correctly charge and reset entity service in all cases
Paolo Valente
1
-3
/
+10
2018-09-14
blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'
YueHaibing
1
-5
/
+0
2018-09-12
rsxx: Remove unnecessary parentheses
Nathan Chancellor
1
-1
/
+1
2018-09-07
block: umem: replace spin_lock_bh with spin_lock in tasklet callback
jun qian
1
-2
/
+2
2018-09-06
block: remove bio_rewind_iter()
Ming Lei
4
-30
/
+8
2018-09-06
drbd: Convert from ahash to shash
Kees Cook
5
-88
/
+76
2018-09-06
block: bfq: swap puts in bfqg_and_blkg_put
Konstantin Khlebnikov
1
-2
/
+2
2018-09-06
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-06
block: don't warn when doing fsync on read-only devices
Mikulas Patocka
1
-1
/
+4
2018-09-05
tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints
Steven Rostedt (VMware)
1
-2
/
+6
2018-09-05
nds32: linker script: GCOV kernel may refers data in __exit
Greentime Hu
1
-0
/
+12
2018-09-05
nilfs2: convert to SPDX license tags
Ryusuke Konishi
39
-390
/
+39
2018-09-05
drivers/dax/device.c: convert variable to vm_fault_t type
Souptick Joarder
1
-1
/
+2
2018-09-05
lib/Kconfig.debug: fix three typos in help text
Thibaut Sautereau
1
-2
/
+2
2018-09-05
checkpatch: add __ro_after_init to known $Attribute
Joe Perches
1
-0
/
+1
2018-09-05
mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal
Dave Jiang
1
-2
/
+2
2018-09-05
uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
Randy Dunlap
2
-2
/
+2
2018-09-05
memory_hotplug: fix kernel_panic on offline page processing
Mikhail Zaslonko
1
-11
/
+9
2018-09-05
checkpatch: add optional static const to blank line declarations test
Joe Perches
1
-1
/
+1
2018-09-05
ipc/shm: properly return EIDRM in shm_lock()
Davidlohr Bueso
1
-0
/
+1
2018-09-05
mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.
Aneesh Kumar K.V
2
-1
/
+6
2018-09-05
mm/util.c: improve kvfree() kerneldoc
Andrew Morton
1
-4
/
+7
2018-09-05
tools/vm/page-types.c: fix "defined but not used" warning
Naoya Horiguchi
1
-6
/
+0
2018-09-05
tools/vm/slabinfo.c: fix sign-compare warning
Naoya Horiguchi
1
-2
/
+2
2018-09-05
kmemleak: always register debugfs file
Vincent Whitchurch
1
-4
/
+5
2018-09-05
mm: respect arch_dup_mmap() return value
Nadav Amit
1
-2
/
+1
2018-09-05
mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().
Tetsuo Handa
1
-0
/
+1
2018-09-05
mm: memcontrol: print proper OOM header when no eligible victim left
Johannes Weiner
2
-5
/
+10
2018-09-04
net: phy: sfp: Handle unimplemented hwmon limits and alarms
Andrew Lunn
1
-4
/
+16
2018-09-04
net: sched: action_ife: take reference to meta module
Vlad Buslov
1
-1
/
+15
[next]