index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-21
block: fix blk_rq_map_kern bio direction flag
Benny Halevy
1
-1
/
+1
2010-09-20
cfq: improve fsync performance for small files
Corrado Zoccolo
1
-14
/
+4
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
3
-29
/
+21
2010-09-16
block: Fix race during disk initialization
Signed-off-by: Jan Kara
1
-2
/
+4
2010-09-16
blkio: Implementation of IOPS limit logic
Vivek Goyal
1
-37
/
+127
2010-09-16
blk-cgroup: cgroup changes for IOPS limit support
Vivek Goyal
2
-17
/
+135
2010-09-16
blkio: Core implementation of throttle policy
Vivek Goyal
4
-0
/
+946
2010-09-16
blk-cgroup: Introduce cgroup changes for throttling policy
Vivek Goyal
2
-8
/
+167
2010-09-16
blk-cgroup: Prepare the base for supporting more than one IO control policies
Vivek Goyal
4
-154
/
+429
2010-09-16
blk-cgroup: Kill the header printed at the start of blkio.weight_device file
Vivek Goyal
1
-2
/
+0
2010-09-15
init: add support for root devices specified by partition UUID
Will Drewry
1
-2
/
+7
2010-09-15
block, partition: add partition_meta_info to hd_struct
Will Drewry
2
-1
/
+2
2010-09-15
block: fix an address space warning in blk-map.c
Namhyung Kim
1
-2
/
+3
2010-09-14
block: block_dump: Add number of sectors to debug output
San Mehat
1
-2
/
+3
2010-09-10
block/scsi: Provide a limit on the number of integrity segments
Martin K. Petersen
5
-38
/
+100
2010-09-10
Consolidate min_not_zero
Martin K. Petersen
1
-5
/
+0
2010-09-10
block: remove the BLKDEV_IFL_BARRIER flag
Christoph Hellwig
1
-16
/
+2
2010-09-10
block: make __blk_rq_prep_clone() copy most command flags
Tejun Heo
1
-3
/
+1
2010-09-10
block: use REQ_FLUSH in blkdev_issue_flush()
Tejun Heo
1
-11
/
+6
2010-09-10
block: make sure FSEQ_DATA request has the same rq_disk as the original
Tejun Heo
1
-0
/
+7
2010-09-10
block: kick queue after sequencing REQ_FLUSH/FUA
Tejun Heo
1
-3
/
+19
2010-09-10
block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH
Tejun Heo
1
-1
/
+1
2010-09-10
block: simplify queue_next_fseq
Christoph Hellwig
1
-16
/
+10
2010-09-10
block: filter flush bio's in __generic_make_request()
Tejun Heo
1
-0
/
+13
2010-09-10
block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests
Tejun Heo
3
-40
/
+50
2010-09-10
block: rename barrier/ordered to flush
Tejun Heo
3
-63
/
+60
2010-09-10
block: rename blk-barrier.c to blk-flush.c
Tejun Heo
2
-1
/
+1
2010-09-10
block: drop barrier ordering by queue draining
Tejun Heo
4
-207
/
+105
2010-09-10
block: misc cleanups in barrier code
Tejun Heo
3
-37
/
+23
2010-09-10
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
3
-31
/
+24
2010-09-10
block: kill QUEUE_ORDERED_BY_TAG
Tejun Heo
1
-28
/
+7
2010-09-10
block: Range check cpu in blk_cpu_to_group
Brian King
1
-2
/
+6
2010-08-23
block: add function call to switch the IO scheduler from a driver
Jens Axboe
1
-13
/
+31
2010-08-23
BLOCK: fix bio.bi_rw handling
Jiri Slaby
1
-3
/
+3
2010-08-23
block: put dev->kobj in blk_register_queue fail path
Xiaotian Feng
1
-0
/
+1
2010-08-23
cfq-iosched: blktrace print per slice sector stats
Vivek Goyal
1
-2
/
+7
2010-08-23
cfq-iosched: Implement tunable group_idle
Vivek Goyal
1
-9
/
+56
2010-08-23
cfq-iosched: Do group share accounting in IOPS when slice_idle=0
Vivek Goyal
1
-6
/
+24
2010-08-23
cfq-iosched: Do not idle if slice_idle=0
Vivek Goyal
1
-1
/
+4
2010-08-23
blkio: Fix return code for mkdir calls
Ciju Rajan K
1
-1
/
+1
2010-08-12
block: add secure discard
Adrian Hunter
5
-6
/
+27
2010-08-11
Merge branch 'master' into for-next
Jiri Kosina
13
-229
/
+214
2010-08-09
Fix spelling fuction -> function in comments
Stefan Weil
1
-1
/
+1
2010-08-08
blkdev: fix blkdev_issue_zeroout return value
Dmitry Monakhov
1
-2
/
+6
2010-08-08
block: update request stacking methods to support discards
ike Snitzer
1
-0
/
+5
2010-08-07
block: set up rq->rq_disk properly for flush requests
FUJITA Tomonori
1
-1
/
+1
2010-08-07
block: set REQ_TYPE_FS on flush requests
FUJITA Tomonori
1
-0
/
+1
2010-08-07
block: fix problem with sending down discard that isn't of correct granularity
Jens Axboe
1
-3
/
+12
2010-08-07
blkdev: check for valid request queue before issuing flush
Dave Chinner
1
-0
/
+9
2010-08-07
block: remove BKL from partition ioctls
Arnd Bergmann
1
-4
/
+0
[prev]
[next]