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
/
ub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-08
ub: remove BUG() after __blk_end_request and fix the condition causing it
Pete Zaitcev
1
-9
/
+29
2008-02-09
ub: fix up the conversion to sg_init_table()
Pete Zaitcev
1
-1
/
+1
2008-02-01
USB: Remove unnecessary zeroing from ub
Pete Zaitcev
1
-23
/
+0
2008-01-28
blk_end_request: changing ub (take 4)
Kiyoshi Ueda
1
-5
/
+5
2007-10-25
ub: add sg_init_table for sense and read capacity commands
FUJITA Tomonori
1
-0
/
+2
2007-10-24
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
1
-6
/
+3
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-5
/
+6
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-3
/
+3
2007-07-16
bsg: add a request_queue argument to scsi_cmd_ioctl()
FUJITA Tomonori
1
-1
/
+1
2007-07-12
USB: drivers/block/ub.c: use list_for_each_entry()
Matthias Kaehlcke
1
-9
/
+3
2007-04-27
ub: Bind to first endpoint, not to last
Pete Zaitcev
1
-4
/
+7
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-4
/
+4
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-3
/
+3
2006-09-27
USB: UB: Let cdrecord to see a device with media absent
Pete Zaitcev
1
-13
/
+25
2006-06-26
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-2
/
+0
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
1
-2
/
+0
2006-06-26
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
1
-1
/
+0
2006-06-21
[PATCH] ub: random cleanups
Pete Zaitcev
1
-48
/
+12
2006-06-21
[PATCH] ub: atomic add_disk
Pete Zaitcev
1
-7
/
+3
2006-06-21
[PATCH] USB: clean out an unnecessary NULL check from ub
Pete Zaitcev
1
-6
/
+2
2006-05-08
[PATCH] USB: ub oops in block_uevent
Pete Zaitcev
1
-8
/
+10
2006-03-20
[PATCH] USB: ub 03 drop stall clearing
Pete Zaitcev
1
-12
/
+1
2006-03-20
[PATCH] USB: ub 02 remove diag
Pete Zaitcev
1
-193
/
+4
2006-03-20
[PATCH] USB: ub 01 remove first_open
Pete Zaitcev
1
-23
/
+0
2006-03-20
[PATCH] ub: use kzalloc
Pete Zaitcev
1
-8
/
+4
2006-01-31
[PATCH] USB: ub 05 Bulk reset
Pete Zaitcev
1
-7
/
+59
2006-01-31
[PATCH] USB: ub 04 Loss of timer and a hang
Pete Zaitcev
1
-2
/
+3
2006-01-31
[PATCH] USB: ub 03 Oops with CFQ
Pete Zaitcev
1
-23
/
+45
2006-01-06
[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()
Tejun Heo
1
-1
/
+1
2006-01-04
[PATCH] USB: ub 02 Removed unused variable
Daniel Marjamaki
1
-4
/
+1
2006-01-04
[PATCH] USB: ub 01 rename
Pete Zaitcev
1
-3
/
+3
2006-01-04
[PATCH] USB: ub 00 implement retries and resets
Pete Zaitcev
1
-117
/
+287
2006-01-04
[PATCH] USB: remove .owner field from struct usb_driver
Greg Kroah-Hartman
1
-1
/
+0
2006-01-04
[PATCH] USB: drivers/usb/storage/libusual
Pete Zaitcev
1
-11
/
+12
2005-10-28
[PATCH] ub: suppress gcc warnings for pointer casts
Pete Zaitcev
1
-2
/
+2
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-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-07-27
[PATCH] ub: fix for blank CDs
Pete Zaitcev
1
-41
/
+170
2005-06-20
[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...
Yani Ioannou
1
-1
/
+1
2005-06-09
[PATCH] USB: fix ub issues
Pete Zaitcev
1
-2
/
+2
2005-06-03
[PATCH] USB: Support multiply-LUN devices in ub
Pete Zaitcev
1
-235
/
+363
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2215