index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-08-07
block: remove BKL from BLKROSET and BLKFLSBUF
Arnd Bergmann
1
-4
/
+0
2010-08-07
block: push BKL into blktrace ioctls
Arnd Bergmann
2
-58
/
+0
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
1
-10
/
+1
2010-08-07
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
1
-6
/
+1
2010-08-07
block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn
FUJITA Tomonori
1
-7
/
+2
2010-08-07
block: introduce REQ_FLUSH flag
FUJITA Tomonori
1
-1
/
+1
2010-08-07
block: implement an unprep function corresponding directly to prep
James Bottomley
2
-0
/
+42
2010-08-07
block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARD
Jens Axboe
1
-1
/
+1
2010-08-07
gcc-4.6: block: fix unused but set variables in blk-merge
Andi Kleen
1
-2
/
+1
2010-08-07
block: don't allocate a payload for discard request
Christoph Hellwig
2
-27
/
+38
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
6
-39
/
+21
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
7
-28
/
+39
2010-08-07
block: add helpers for the trivial queue flag sysfs show/store entries
Jens Axboe
1
-68
/
+36
2010-08-07
block: add sysfs knob for turning off disk entropy contributions
Jens Axboe
2
-1
/
+30
2010-06-24
block: Don't count_vm_events for discard bio in submit_bio.
Tao Ma
1
-1
/
+1
2010-06-21
cfq: fix recursive call in cfq_blkiocg_update_completion_stats()
Jens Axboe
1
-1
/
+1
[prev]
[next]