index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-12
block: add secure discard
Adrian Hunter
5
-6
/
+27
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
2010-06-18
cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=n
Vivek Goyal
2
-27
/
+142
2010-06-17
cfq: Don't allow queue merges for queues that have no process references
Jeff Moyer
1
-2
/
+11
2010-06-17
block: fix DISCARD_BARRIER requests
Christoph Hellwig
1
-5
/
+2
2010-06-04
block: make blk_init_free_list and elevator_init idempotent
Mike Snitzer
2
-2
/
+7
2010-06-04
block: avoid unconditionally freeing previously allocated request_queue
Mike Snitzer
1
-6
/
+11
2010-05-25
cfq-iosched: fix an oops caused by slab leak
Shaohua Li
1
-6
/
+14
2010-05-24
block: Adjust elv_iosched_show to return "none" for bio-based DM
Mike Snitzer
1
-1
/
+1
2010-05-24
cfq-iosched: compact io_context radix_tree
Konstantin Khlebnikov
1
-5
/
+39
2010-05-24
cfq-iosched: remove dead_key from cfq_io_context
Konstantin Khlebnikov
1
-13
/
+28
2010-05-21
Merge branch 'master' into for-2.6.35
Jens Axboe
2
-4
/
+6
2010-05-21
block: remove all rcu head initializations
Paul E. McKenney
2
-2
/
+0
2010-05-11
block: allow initialization of previously allocated request_queue
Mike Snitzer
2
-1
/
+19
2010-05-07
blk-cgroup: Fix an RCU warning in blkiocg_create()
Li Zefan
1
-4
/
+4
2010-05-06
blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
Vivek Goyal
1
-0
/
+2
2010-05-03
block: kill some useless goto's in blk-cgroup.c
Jens Axboe
1
-44
/
+40
2010-04-29
block: fix bad use of min() on different types
Jens Axboe
1
-2
/
+3
2010-04-28
cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GRO...
Dmitry Monakhov
1
-1
/
+1
2010-04-28
blkdev: add blkdev_issue_zeroout helper function
Dmitry Monakhov
1
-0
/
+118
2010-04-28
blkdev: move blkdev_issue helper functions to separate file
Dmitry Monakhov
3
-105
/
+115
2010-04-28
blkdev: allow async blkdev_issue_flush requests
Dmitry Monakhov
1
-14
/
+19
2010-04-28
blkdev: generalize flags for blkdev_issue_fn functions
Dmitry Monakhov
2
-10
/
+12
2010-04-26
blk-cgroup: config options re-arrangement
Vivek Goyal
5
-44
/
+13
2010-04-26
blkio: Fix another BUG_ON() crash due to cfqq movement across groups
Vivek Goyal
3
-26
/
+27
2010-04-21
blkio: Fix blkio crash during rq stat update
Vivek Goyal
1
-10
/
+26
2010-04-21
block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer
Richard Kennedy
1
-7
/
+5
2010-04-16
blkio: Initialize blkg->stats_lock for the root cfqg too
Divyesh Shah
3
-9
/
+1
[next]