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
*
blk-wbt: fix has-sleeper queueing check
Jens Axboe
2018-08-22
1
-3
/
+5
*
blk-wbt: use wq_has_sleeper() for wq active check
Jens Axboe
2018-08-22
1
-4
/
+4
*
blk-wbt: move disable check into get_limit()
Jens Axboe
2018-08-22
1
-15
/
+7
*
bcache: release dc->writeback_lock properly in bch_writeback_thread()
Shan Hai
2018-08-22
1
-1
/
+3
*
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-22
43
-656
/
+879
|
\
|
*
block/DAC960.c: make some arrays static const, shrinks object size
Colin Ian King
2018-08-21
1
-18
/
+24
|
*
blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter
Jianchao Wang
2018-08-21
2
-1
/
+17
|
*
blk-mq: init hctx sched after update ctx and hctx mapping
Jianchao Wang
2018-08-21
5
-65
/
+98
|
*
block: remove duplicate initialization
Chaitanya Kulkarni
2018-08-17
1
-1
/
+0
|
*
tracing/blktrace: Fix to allow setting same value
Steven Rostedt (VMware)
2018-08-16
1
-0
/
+4
|
*
pktcdvd: fix setting of 'ret' error return for a few cases
Jens Axboe
2018-08-16
1
-0
/
+1
|
*
block: change return type to bool
Chengguang Xu
2018-08-16
1
-1
/
+1
|
*
block, bfq: return nbytes and not zero from struct cftype .write() method
Maciej S. Szmigiero
2018-08-16
1
-1
/
+2
|
*
block, bfq: improve code of bfq_bfqq_charge_time
Paolo Valente
2018-08-16
1
-9
/
+5
|
*
block, bfq: reduce write overcharge
Paolo Valente
2018-08-16
1
-14
/
+19
|
*
block, bfq: always update the budget of an entity when needed
Paolo Valente
2018-08-16
1
-2
/
+6
|
*
block, bfq: readd missing reset of parent-entity service
Paolo Valente
2018-08-16
1
-0
/
+21
|
*
blk-wbt: fix IO hang in wbt_wait()
Ming Lei
2018-08-14
1
-5
/
+1
|
*
block: don't warn for flush on read-only device
Jens Axboe
2018-08-14
1
-1
/
+3
|
*
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
2018-08-11
2
-2
/
+4
|
*
bcache: remove unnecessary space before ioctl function pointer arguments
Coly Li
2018-08-11
1
-2
/
+2
|
*
bcache: add missing SPDX header
Coly Li
2018-08-11
3
-0
/
+3
|
*
bcache: move open brace at end of function definitions to next line
Coly Li
2018-08-11
1
-3
/
+6
|
*
bcache: add static const prefix to char * array declarations
Coly Li
2018-08-11
1
-1
/
+1
|
*
bcache: fix code comments style
Coly Li
2018-08-11
3
-13
/
+21
|
*
bcache: do not check NULL pointer before calling kmem_cache_destroy
Coly Li
2018-08-11
1
-2
/
+1
|
*
bcache: prefer 'help' in Kconfig
Coly Li
2018-08-11
1
-3
/
+3
|
*
bcache: fix typo 'succesfully' to 'successfully'
Coly Li
2018-08-11
2
-2
/
+2
|
*
bcache: replace '%pF' by '%pS' in seq_printf()
Coly Li
2018-08-11
1
-2
/
+2
|
*
bcache: fix indent by replacing blank by tabs
Coly Li
2018-08-11
1
-2
/
+2
|
*
bcache: replace printk() by pr_*() routines
Coly Li
2018-08-11
4
-15
/
+15
|
*
bcache: replace Symbolic permissions by octal permission numbers
Coly Li
2018-08-11
2
-5
/
+5
|
*
bcache: style fixes for lines over 80 characters
Coly Li
2018-08-11
13
-28
/
+59
|
*
bcache: add identifier names to arguments of function definitions
Coly Li
2018-08-11
14
-185
/
+215
|
*
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
17
-7
/
+57
|
*
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-08-11
23
-296
/
+309
*
|
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2018-08-22
21
-532
/
+1671
|
\
\
|
*
|
f2fs: readahead encrypted block during GC
Chao Yu
2018-08-21
3
-22
/
+134
|
*
|
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
Jaegeuk Kim
2018-08-21
6
-67
/
+91
|
*
|
f2fs: fix performance issue observed with multi-thread sequential read
Jaegeuk Kim
2018-08-21
6
-0
/
+35
|
*
|
f2fs: fix to skip verifying block address for non-regular inode
Chao Yu
2018-08-14
1
-6
/
+8
|
*
|
f2fs: rework fault injection handling to avoid a warning
Arnd Bergmann
2018-08-14
10
-46
/
+32
|
*
|
f2fs: support fault_type mount option
Chao Yu
2018-08-13
4
-10
/
+51
|
*
|
f2fs: fix to return success when trimming meta area
Chao Yu
2018-08-13
1
-2
/
+2
|
*
|
f2fs: fix use-after-free of dicard command entry
Chao Yu
2018-08-13
1
-34
/
+45
|
*
|
f2fs: support discard submission error injection
Chao Yu
2018-08-13
3
-0
/
+10
|
*
|
f2fs: split discard command in prior to block layer
Chao Yu
2018-08-13
2
-44
/
+127
|
*
|
f2fs: wake up gc thread immediately when gc_urgent is set
Sheng Yong
2018-08-13
1
-0
/
+1
|
*
|
f2fs: fix incorrect range->len in f2fs_trim_fs()
Chao Yu
2018-08-13
1
-1
/
+2
|
*
|
f2fs: refresh recent accessed nat entry in lru list
Chao Yu
2018-08-13
2
-4
/
+43
[next]