index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-11-26
cfq: Make use of service count to estimate the rb_key offset
Gui Jianfeng
1
-2
/
+6
2009-11-23
cciss: change Cmd_sg_list.sg_chain_dma type to dma_addr_t
Alex Chiang
1
-1
/
+1
2009-11-23
cciss: fix scatter gather cleanup problems
Stephen M. Cameron
1
-7
/
+18
2009-11-23
partitions: read whole sector with EFI GPT header
Karel Zak
2
-5
/
+10
2009-11-23
partitions: use sector size for EFI GPT
Karel Zak
1
-8
/
+15
2009-11-13
cciss: Fix weird usage of ENXIO in cciss_scsi.c
Stephen M. Cameron
2
-6
/
+3
2009-11-13
cciss: Add enhanced scatter-gather support.
Don Brace
3
-20
/
+188
2009-11-13
cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGED
Stephen M. Cameron
1
-2
/
+16
2009-11-13
cciss: Remove unnecessary check in scan_thread
Stephen M. Cameron
1
-7
/
+5
2009-11-13
cciss: fix typo that causes scsi status to be lost.
Stephen M. Cameron
1
-1
/
+1
2009-11-13
cciss: remove sendcmd() as it is no longer used.
Stephen M. Cameron
1
-163
/
+0
2009-11-13
cciss: clean up code in cciss_shutdown
Stephen M. Cameron
1
-20
/
+18
2009-11-13
cciss: Remove the "withirq" parameter from various functions where possible
Stephen M. Cameron
1
-60
/
+29
2009-11-13
cciss: Retry driver initiated cmds with unit attention condition
Stephen M. Cameron
1
-0
/
+2
2009-11-13
cciss: Fix problem with remove_from_scan_list on driver unload
Stephen M. Cameron
1
-8
/
+13
2009-11-13
cciss: Make device attributes static
Alex Chiang
1
-8
/
+8
2009-11-11
block: jiffies fixes
Randy Dunlap
3
-2
/
+5
2009-11-10
block: Expose discard granularity
Martin K. Petersen
6
-10
/
+101
2009-11-08
cfq-iosched: fix next_rq computation
Corrado Zoccolo
1
-6
/
+7
2009-11-04
Now it is equal to DRBD release 8.3.5 without compat crap
Philipp Reisner
1
-1
/
+1
2009-11-04
drbd: performance - don't lose unplug events
Lars Ellenberg
1
-1
/
+6
2009-11-04
Do not deadlock in drbd_disconnect() [bugz 258]
Philipp Reisner
1
-4
/
+0
2009-11-04
drbdsetup X resume-io should be usable to resume IO [Bugz 256]
Philipp Reisner
1
-4
/
+3
2009-11-04
drbd: fix check for too large lower level device
Lars Ellenberg
1
-5
/
+9
2009-11-04
fix grammar in printk
Lars Ellenberg
1
-1
/
+1
2009-11-04
change default: by default, use socket buffer auto tuning
Lars Ellenberg
1
-2
/
+2
2009-11-04
block/scsi_ioctl.c: quiet sparse noise
H Hartley Sweeten
1
-2
/
+4
2009-11-04
sendfile(): check f_op.splice_write() rather than f_op.sendpage()
Changli Gao
2
-11
/
+15
2009-11-04
block/ps3: fix slow VRAM IO
Hideyuki Sasaki
1
-1
/
+9
2009-11-04
cfq-iosched: get rid of the coop_preempt flag
Jens Axboe
1
-19
/
+2
2009-11-03
cfq-iosched: fix merge error
Jens Axboe
1
-1
/
+0
2009-11-03
cfq-iosched: limit coop preemption
Shaohua Li
1
-2
/
+15
2009-11-03
cfq-iosched: fix bad return value cfq_should_preempt()
Jens Axboe
1
-1
/
+1
2009-11-03
backing-dev: bdi sb prune should be in the unregister path, not destroy
Jens Axboe
1
-1
/
+2
2009-11-02
Fix bio_alloc() and bio_kmalloc() documentation
Alberto Bertogli
1
-13
/
+13
2009-11-02
Do not __always_inline bvec_kmap_irq() and bvec_kunmap_irq()
Alberto Bertogli
1
-6
/
+2
2009-11-02
bio_put(): add bio_clone() to the list of functions in the comment
Alberto Bertogli
1
-1
/
+1
2009-11-02
cfq-iosched: simplify prio-unboost code
Corrado Zoccolo
1
-5
/
+3
2009-10-31
dpt_i2o: Fix typo of EINVAL
OGAWA Hirofumi
1
-1
/
+1
2009-10-31
NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()
David Howells
1
-2
/
+4
2009-10-30
Documentation: ABI: /sys/devices/system/cpu/cpu#/node
Alex Chiang
1
-0
/
+15
2009-10-30
Documentation: ABI: /sys/devices/system/cpu/cpuidle/
Alex Chiang
1
-0
/
+20
2009-10-30
Documentation: ABI: /sys/devices/system/cpu/sched_[mc|smt]_power_savings
Alex Chiang
1
-0
/
+24
2009-10-30
Documentation: ABI: /sys/devices/system/cpu/cpu#/ topology files
Alex Chiang
2
-17
/
+69
2009-10-30
Documentation: ABI: /sys/devices/system/cpu/ topology files
Alex Chiang
1
-0
/
+28
2009-10-30
Documentation: ABI: document /sys/devices/system/cpu/
Alex Chiang
1
-0
/
+12
2009-10-30
Documentation: ABI: rename sysfs-devices-cache_disable properly
Alex Chiang
1
-0
/
+0
2009-10-30
Driver core: allow certain drivers prohibit bind/unbind via sysfs
Dmitry Torokhov
3
-8
/
+19
2009-10-30
Driver core: fix driver_register() return value
Stas Sergeev
1
-1
/
+1
2009-10-30
USB: fsl_udc_core: Fix kernel oops on module removal
Anton Vorontsov
1
-1
/
+1
[next]