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
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2005-09-22
[PATCH] ub: Comment out unconditional stall clear
Pete Zaitcev
1
-0
/
+2
2005-09-22
[PATCH] ub: fix burning cds
Pete Zaitcev
1
-26
/
+27
2005-09-21
[PATCH] remove blkdev_scsi_issue_flush_fn again
Christoph Hellwig
1
-38
/
+0
2005-09-21
[PATCH] cciss: busy_initializing bug fix
Mike Miller
1
-4
/
+1
2005-09-17
[PATCH] fix pf request handling
Jens Axboe
1
-6
/
+16
2005-09-17
[PATCH] scsi_ioctl: Add WRITE_LONG_2 as write safe command
Thomas Maguin
1
-0
/
+1
2005-09-13
[PATCH] pktcdvd: BUG_ON cleanups
Peter Osterlund
1
-6
/
+3
2005-09-13
[PATCH] pktcdvd: use kcalloc and kzalloc
Peter Osterlund
1
-6
/
+3
2005-09-13
[PATCH] pktcdvd: more accurate I/O accounting
Peter Osterlund
1
-7
/
+7
2005-09-13
[PATCH] pktcdvd: documentation update
Peter Osterlund
1
-18
/
+30
2005-09-13
[PATCH] pktcdvd: fix bogus BUG_ON
Peter Osterlund
1
-1
/
+4
2005-09-13
[PATCH] cciss: SCSI tape info for /proc
Mike Miller
1
-3
/
+24
2005-09-13
[PATCH] cciss: One Button Disaster Recovery support
Mike Miller
1
-12
/
+29
2005-09-13
[PATCH] cciss: fix for DMA brokeness
Mike Miller
1
-2
/
+6
2005-09-13
[PATCH] cciss: bug fix in cciss_remove_one
Mike Miller
1
-2
/
+3
2005-09-13
[PATCH] cciss: direct lookup for command completions
Mike Miller
4
-7
/
+73
2005-09-13
[PATCH] cciss: new disk register/deregister routines
Mike Miller
2
-190
/
+333
2005-09-13
[PATCH] cciss: busy_initializing flag
Mike Miller
2
-0
/
+9
2005-09-13
[PATCH] cciss: new controller pci/subsystem ids
Mike Miller
1
-9
/
+24
2005-09-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Linus Torvalds
1
-0
/
+1
2005-09-12
Merge ../torvalds-2.6/
Greg KH
17
-58
/
+40
2005-09-10
[PATCH] cfq-iosched: reverse bad reference count fix
Jens Axboe
1
-0
/
+3
2005-09-10
[PATCH] drivers/block: fix-up schedule_timeout() usage
Nishanth Aravamudan
8
-24
/
+13
2005-09-10
[PATCH] janitor: block/xd: replace schedule_timeout() with msleep()/msleep_in...
Nishanth Aravamudan
1
-9
/
+6
2005-09-10
[PATCH] janitor: block/umem: replace PRINTK with pr_debug
Domen Puncer
1
-7
/
+4
2005-09-10
[PATCH] vfree and kfree cleanup in drivers/
Jesper Juhl
1
-1
/
+1
2005-09-09
[SCSI] permit READ DEFECT DATA in block/scsi_ioctl
Douglas Gilbert
1
-0
/
+1
2005-09-09
Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Greg KH
1
-123
/
+150
2005-09-09
[PATCH] aoe [2/2]: update driver version number to twelve
Ed L Cashin
1
-1
/
+1
2005-09-09
[PATCH] aoe [1/2]: support 16 AoE slot addresses per AoE shelf
Ed L Cashin
1
-5
/
+5
2005-09-09
[PATCH] timer initialization cleanup: DEFINE_TIMER
Ingo Molnar
5
-16
/
+9
2005-09-09
[PATCH] deadline: clean up question mark operator
Andrew Morton
1
-1
/
+4
2005-09-08
[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel
Alan Stern
1
-4
/
+4
2005-09-08
[PATCH] USB: ub 4: Zaitcev's quasi-S/G
Pete Zaitcev
1
-164
/
+123
2005-09-08
[PATCH] USB: ub 3/3: death to ub_bd_rq_fn_1
Pete Zaitcev
1
-5
/
+5
2005-09-08
[PATCH] USB: ub 2/3: Fold one line
Pete Zaitcev
1
-1
/
+2
2005-09-08
[PATCH] USB: ub 1/3: Axboe's quasi-S/G
Pete Zaitcev
1
-59
/
+126
2005-09-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Linus Torvalds
2
-53
/
+199
2005-09-07
[PATCH] Kconfig fix (BLK_DEV_FD dependencies)
viro@ZenIV.linux.org.uk
1
-1
/
+1
2005-09-07
[PATCH] drivers: convert kcalloc to kzalloc
Pekka Enberg
1
-1
/
+1
2005-09-07
[PATCH] block: CFQ refcounting fix
Brian King
1
-3
/
+0
2005-09-07
[PATCH] blk: Use blk_queue_xxx functions to set parameters
Stuart McLaren
1
-2
/
+2
2005-09-07
[PATCH] Add missing overflow check in get_blkdev_list
Neil Horman
1
-1
/
+1
2005-09-07
[PATCH] cleanup of deadline_dispatch_requests()
Nikita Danilov
1
-10
/
+2
2005-09-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
1
-42
/
+0
2005-09-05
[PATCH] Floppy: add cmos attribute to floppy driver tidy
Andrew Morton
1
-8
/
+7
2005-09-05
[PATCH] Floppy: Add cmos attribute to floppy driver
Hannes Reinecke
1
-13
/
+29
2005-09-05
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+4
2005-09-05
[PATCH] mips: clean up 32/64-bit configuration
Ralf Baechle
1
-1
/
+1
2005-09-01
[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate
Herbert Xu
1
-2
/
+4
[next]