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
...
|
*
|
|
|
|
block: loop: convert to per-device workqueue
Ming Lei
2015-05-05
2
-16
/
+15
*
|
|
|
|
|
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-25
64
-753
/
+852
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULL
Jens Axboe
2015-06-20
1
-1
/
+11
|
*
|
|
|
|
|
cfq-iosched: fix sysfs oops when attempting to read unconfigured weights
Jens Axboe
2015-06-19
1
-2
/
+12
|
*
|
|
|
|
|
cfq-iosched: move group scheduling functions under ifdef
Jens Axboe
2015-06-19
1
-16
/
+16
|
*
|
|
|
|
|
cfq-iosched: fix the setting of IOPS mode on SSDs
Jens Axboe
2015-06-10
3
-1
/
+18
|
*
|
|
|
|
|
blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS file
Steven Rostedt
2015-06-09
1
-0
/
+1
|
*
|
|
|
|
|
block, cgroup: implement policy-specific per-blkcg data
Arianna Avanzini
2015-06-07
3
-29
/
+173
|
*
|
|
|
|
|
block: Make CFQ default to IOPS mode on SSDs
Tahsin Erdogan
2015-06-06
1
-1
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
block: add blk_set_queue_dying() to blkdev.h
Jens Axboe
2015-06-05
1
-0
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
blk-mq: Shared tag enhancements
Keith Busch
2015-06-01
4
-2
/
+53
|
*
|
|
|
block: don't honor chunk sizes for data-less IO
Jens Axboe
2015-05-29
1
-1
/
+1
|
*
|
|
|
block: only honor SG gap prevention for merges that contain data
Jens Axboe
2015-05-29
1
-1
/
+2
|
*
|
|
|
block: fix returnvar.cocci warnings
Julia Lawall
2015-05-26
1
-2
/
+1
|
*
|
|
|
block, dm: don't copy bios for request clones
Christoph Hellwig
2015-05-22
6
-230
/
+73
|
*
|
|
|
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
2015-05-22
12
-66
/
+27
|
|
|
/
/
|
|
/
|
|
|
*
|
|
block: replace trylock with mutex_lock in blkdev_reread_part()
Ming Lei
2015-05-20
1
-2
/
+7
|
*
|
|
block: export blkdev_reread_part() and __blkdev_reread_part()
Jarod Wilson
2015-05-20
2
-3
/
+28
|
*
|
|
suspend: simplify block I/O handling
Christoph Hellwig
2015-05-19
6
-155
/
+122
|
*
|
|
block: collapse bio bit space
Jens Axboe
2015-05-19
1
-9
/
+9
|
*
|
|
block: remove unused BIO_RW_BLOCK and BIO_EOF flags
Christoph Hellwig
2015-05-19
2
-4
/
+0
|
*
|
|
block: remove BIO_EOPNOTSUPP
Christoph Hellwig
2015-05-19
7
-38
/
+2
|
*
|
|
block: use an atomic_t for mq_freeze_depth
Christoph Hellwig
2015-05-19
2
-15
/
+11
|
*
|
|
blk-mq: make plug work for mutiple disks and queues
Shaohua Li
2015-05-08
3
-9
/
+23
|
*
|
|
blk-mq: do limited block plug for multiple queue case
Shaohua Li
2015-05-08
1
-23
/
+59
|
*
|
|
blk-mq: avoid re-initialize request which is failed in direct dispatch
Shaohua Li
2015-05-08
1
-0
/
+2
|
*
|
|
blk-mq: fix plugging in blk_sq_make_request
Jeff Moyer
2015-05-08
1
-22
/
+14
|
*
|
|
sched: always use blk_schedule_flush_plug in io_schedule_out
Shaohua Li
2015-05-08
1
-4
/
+1
|
*
|
|
blk: clean up plug
Shaohua Li
2015-05-08
1
-12
/
+12
|
|
/
/
|
*
|
nbd: stop using req->cmd
Christoph Hellwig
2015-05-05
2
-27
/
+23
|
*
|
block: move PM request support to IDE
Christoph Hellwig
2015-05-05
9
-51
/
+70
|
*
|
block: remove REQ_TYPE_PM_SHUTDOWN
Christoph Hellwig
2015-05-05
1
-1
/
+0
|
*
|
block: move REQ_TYPE_SENSE to the ide driver
Christoph Hellwig
2015-05-05
6
-10
/
+10
|
*
|
block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h
Christoph Hellwig
2015-05-05
2
-9
/
+9
|
*
|
block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
Christoph Hellwig
2015-05-05
15
-26
/
+26
|
*
|
bio: skip atomic inc/dec of ->bi_cnt for most use cases
Jens Axboe
2015-05-05
6
-12
/
+30
|
*
|
bio: skip atomic inc/dec of ->bi_remaining for non-chains
Jens Axboe
2015-05-05
7
-15
/
+47
|
|
/
*
|
Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2015-06-25
8
-209
/
+149
|
\
\
|
*
|
UBI: Remove unnecessary `\'
shengyong
2015-06-03
2
-2
/
+2
|
*
|
UBI: Use static class and attribute groups
Takashi Iwai
2015-06-02
3
-142
/
+57
|
*
|
UBI: add a helper function for updatting on-flash layout volumes
shengyong
2015-06-02
1
-21
/
+24
|
*
|
UBI: Fastmap: Do not add vol if it already exists
shengyong
2015-06-02
1
-1
/
+8
|
*
|
UBI: Init vol->reserved_pebs by assignment
shengyong
2015-06-02
1
-2
/
+2
|
*
|
UBI: Fastmap: Rename variables to make them meaningful
shengyong
2015-06-02
1
-29
/
+29
|
*
|
UBI: Fastmap: Remove unnecessary `\'
shengyong
2015-06-02
1
-7
/
+7
|
*
|
UBI: Fastmap: Use max() to get the larger value
shengyong
2015-06-02
1
-2
/
+2
|
*
|
ubifs: fix to check error code of register_shrinker
Chao Yu
2015-06-02
1
-1
/
+4
|
*
|
UBI: block: Dynamically allocate minor numbers
Dan Ehrenberg
2015-06-02
1
-2
/
+14
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2015-06-25
29
-1355
/
+1488
|
\
\
\
|
*
|
|
ext4: set lazytime on remount if MS_LAZYTIME is set by mount
Theodore Ts'o
2015-06-23
1
-0
/
+3
[prev]
[next]