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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
19
-71
/
+47
2010-09-16
aic7xxx_old: removed unused 'req' variable
Jens Axboe
1
-1
/
+0
2010-09-10
block: remove the BH_Eopnotsupp flag
Christoph Hellwig
3
-12
/
+2
2010-09-10
block: remove the BLKDEV_IFL_BARRIER flag
Christoph Hellwig
3
-26
/
+2
2010-09-10
block: remove the WRITE_BARRIER flag
Christoph Hellwig
1
-3
/
+0
2010-09-10
swap: do not send discards as barriers
Christoph Hellwig
1
-6
/
+3
2010-09-10
fat: do not send discards as barriers
Christoph Hellwig
1
-1
/
+1
2010-09-10
ext4: do not send discards as barriers
Christoph Hellwig
1
-1
/
+1
2010-09-10
jbd2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
1
-39
/
+4
2010-09-10
jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier
Jan Kara
1
-13
/
+16
2010-09-10
jbd: replace barriers with explicit flush / FUA usage
Christoph Hellwig
1
-27
/
+3
2010-09-10
nilfs2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2
-14
/
+3
2010-09-10
reiserfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
1
-86
/
+20
2010-09-10
gfs2: replace barriers with explicit flush / FUA usage
Christoph Hellwig
2
-17
/
+7
2010-09-10
btrfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
4
-21
/
+5
2010-09-10
xfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
4
-38
/
+3
2010-09-10
block: pass gfp_mask and flags to sb_issue_discard
Christoph Hellwig
3
-8
/
+10
2010-09-10
dm: convey that all flushes are processed as empty
Mike Snitzer
1
-19
/
+15
2010-09-10
dm: fix locking context in queue_io()
Kiyoshi Ueda
1
-2
/
+4
2010-09-10
dm: relax ordering of bio-based flush implementation
Tejun Heo
1
-112
/
+45
2010-09-10
dm: implement REQ_FLUSH/FUA support for request-based dm
Tejun Heo
1
-184
/
+22
2010-09-10
dm: implement REQ_FLUSH/FUA support for bio-based dm
Tejun Heo
9
-97
/
+80
2010-09-10
block: make __blk_rq_prep_clone() copy most command flags
Tejun Heo
2
-3
/
+2
2010-09-10
md: implment REQ_FLUSH/FUA support
Tejun Heo
10
-259
/
+122
2010-09-10
lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH support
Tejun Heo
1
-20
/
+9
2010-09-10
virtio_blk: drop REQ_HARDBARRIER support
Tejun Heo
1
-13
/
+4
2010-09-10
block/loop: implement REQ_FLUSH/FUA support
Tejun Heo
1
-9
/
+9
2010-09-10
block: use REQ_FLUSH in blkdev_issue_flush()
Tejun Heo
1
-11
/
+6
2010-09-10
block: update documentation for REQ_FLUSH / REQ_FUA
Christoph Hellwig
3
-263
/
+88
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
7
-84
/
+67
2010-09-10
block: rename barrier/ordered to flush
Tejun Heo
4
-75
/
+72
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
6
-220
/
+113
2010-09-10
block: misc cleanups in barrier code
Tejun Heo
4
-38
/
+23
2010-09-10
block: remove spurious uses of REQ_HARDBARRIER
Tejun Heo
5
-39
/
+5
2010-09-10
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
Tejun Heo
15
-102
/
+67
2010-09-10
block: kill QUEUE_ORDERED_BY_TAG
Tejun Heo
6
-62
/
+13
2010-09-10
block/loop: queue ordered mode should be DRAIN_FLUSH
Tejun Heo
1
-1
/
+1
2010-09-10
ide: remove unnecessary blk_queue_flushing() test in do_ide_request()
Tejun Heo
2
-14
/
+0
2010-08-22
Linux 2.6.36-rc2
v2.6.36-rc2
Linus Torvalds
1
-1
/
+1
2010-08-22
Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-3
/
+5
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
28
-2417
/
+2663
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2
-3
/
+3
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-1
/
+3
2010-08-21
drm/i915,intel_agp: Add support for Sandybridge D0
Zhenyu Wang
3
-0
/
+4
[next]