index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-13
block: don't assume last put of shared tags is for the host
Christoph Hellwig
1
-26
/
+7
2014-04-30
blktrace: fix accounting of partially completed requests
Roman Pen
1
-1
/
+1
2014-04-02
block: add cond_resched() to potentially long running ioctl discard loop
Jens Axboe
1
-0
/
+8
2014-01-03
blk-core: Fix memory corruption if blkcg_init_queue fails
Mikulas Patocka
1
-0
/
+1
2014-01-03
block: fix race between request completion and timeout handling
Jeff Moyer
2
-2
/
+2
2013-07-27
block: do not pass disk names as format strings
Kees Cook
1
-1
/
+1
2013-04-25
block: avoid using uninitialized value in from queue_var_store
Arnd Bergmann
1
-0
/
+2
2013-03-06
block: fix synchronization and limit check in blk_alloc_devt()
Tejun Heo
1
-8
/
+5
2013-03-06
block: fix ext_devt_idr handling
Tomas Henzl
1
-1
/
+5
2012-12-06
block: Don't access request after it might be freed
Roland Dreier
1
-1
/
+8
2012-08-02
block: add blk_queue_dead()
Tejun Heo
5
-9
/
+9
2012-07-25
scsi: Silence unnecessary warnings about ioctl to partition
Jan Kara
1
-1
/
+4
2012-05-31
block: fix buffer overflow when printing partition UUIDs
Tejun Heo
1
-4
/
+6
2012-03-19
Block: use a freezable workqueue for disk-event polling
Alan Stern
1
-5
/
+5
2012-03-19
block: fix __blkdev_get and add_disk race condition
Stanislaw Gruszka
1
-13
/
+19
2012-03-12
bsg: fix sysfs link remove warning
Stanislaw Gruszka
1
-1
/
+2
2012-01-25
block: fail SCSI passthrough ioctls on partition devices
Paolo Bonzini
1
-0
/
+45
2012-01-25
block: add and use scsi_blk_cmd_ioctl
Paolo Bonzini
1
-0
/
+7
2011-12-29
block: fix blk_queue_end_tag()
Dan Williams
1
-11
/
+2
2011-12-21
block: re-use existing 'reading' variable instead of checking direction again
majianpeng
1
-1
/
+1
2011-12-16
block, cfq: fix empty queue crash caused by request merge
Shaohua Li
1
-0
/
+12
2011-12-15
block: don't kick empty queue in blk_drain_queue()
Tejun Heo
1
-1
/
+8
2011-12-02
cfq-iosched: fix cfq_cic_link() race confition
Yasuaki Ishimatsu
1
-2
/
+9
2011-11-30
cfq-iosched: free cic_index if blkio_alloc_blkg_stats fails
majianpeng
1
-0
/
+5
2011-11-23
block: initialize request_queue's numa node during
Mike Snitzer
1
-11
/
+3
2011-11-16
block: add missed trace_block_plug
Shaohua Li
1
-1
/
+3
2011-11-16
block: avoid unnecessary plug list flush
Shaohua Li
1
-7
/
+9
2011-11-13
block: Always check length of all iov entries in blk_rq_map_user_iov()
Ben Hutchings
1
-3
/
+4
2011-11-10
block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"
Tejun Heo
1
-71
/
+0
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-1
/
+3
2011-11-04
Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+3
2011-11-04
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-327
/
+439
2011-11-03
block: don't call blk_drain_queue() if elevator is not up
Tejun Heo
1
-2
/
+7
2011-10-31
block: Change module.h -> export.h in bsg-lib.c
Paul Gortmaker
1
-1
/
+1
2011-10-31
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
2
-0
/
+2
2011-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-0
/
+71
2011-10-25
blk-throttle: use queue_is_locked() instead of lockdep_is_held()
Jens Axboe
1
-1
/
+1
2011-10-25
blk-throttle: Take blkcg->lock while traversing blkcg->policy_list
Vivek Goyal
1
-14
/
+40
2011-10-25
blk-throttle: Free up policy node associated with deleted rule
Vivek Goyal
1
-0
/
+1
2011-10-25
block: warn if tag is greater than real_max_depth.
Tao Ma
1
-2
/
+4
2011-10-24
Merge branch 'for-linus' into for-3.2/core
Jens Axboe
2
-2
/
+3
2011-10-24
block: make gendisk hold a reference to its queue
Tejun Heo
1
-0
/
+8
2011-10-24
blk-flush: move the queue kick into
Jeff Moyer
2
-1
/
+2
2011-10-24
blk-flush: fix invalid BUG_ON in blk_insert_flush
Jeff Moyer
1
-1
/
+1
2011-10-24
block: Remove the control of complete cpu from bio.
Tao Ma
1
-3
/
+1
2011-10-24
block: fix a typo in the blk-cgroup.h file
Jie Liu
1
-1
/
+1
2011-10-19
block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...
Tejun Heo
5
-29
/
+87
2011-10-19
block: drop @tsk from attempt_plug_merge() and explain sync rules
Tejun Heo
1
-7
/
+21
2011-10-19
block: make get_request[_wait]() fail if queue is dead
Tejun Heo
1
-16
/
+38
2011-10-19
block: reorganize throtl_get_tg() and blk_throtl_bio()
Tejun Heo
3
-41
/
+22
[next]