index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-12
drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT
Joe Perches
1
-10
/
+8
2010-03-12
drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros
Joe Perches
1
-11
/
+6
2010-03-12
drivers/block/floppy.c: remove most uses of CALL and ECALL macros
Joe Perches
1
-16
/
+35
2010-03-12
drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros
Joe Perches
1
-47
/
+47
2010-03-12
drivers/block/floppy.c: add debug_dcl(...) macro
Joe Perches
1
-52
/
+31
2010-03-12
drivers/block/floppy.c: remove macro LOCK_FDC
Joe Perches
1
-17
/
+26
2010-03-12
drivers/block/floppy.c: remove a few spaces from function casts
Joe Perches
1
-4
/
+4
2010-03-12
drivers/block/floppy.c: remove IN/OUT macros, indent switch/case
Joe Perches
1
-111
/
+107
2010-03-12
drivers/block/floppy.c: indent a comment
Joe Perches
1
-1
/
+1
2010-03-12
drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset
Joe Perches
1
-7
/
+5
2010-03-12
drivers/block/floppy.c: comment neatening and remove naked ;
Joe Perches
1
-25
/
+30
2010-03-12
drivers/block/floppy.c: remove LAST_OUT macro
Joe Perches
1
-4
/
+8
2010-03-12
drivers/block/floppy.c: hoist assigns from if()s, neatening
Joe Perches
1
-24
/
+29
2010-03-12
drivers/block/floppy.c: remove used once CHECK_READY macro
Joe Perches
1
-2
/
+4
2010-03-12
drivers/block/floppy.c: remove unnecessary braces
Joe Perches
1
-27
/
+17
2010-03-12
drivers/block/floppy.c: use pr_<level>
Joe Perches
1
-178
/
+175
2010-03-12
drivers/block/floppy.c: #define space and column neatening
Joe Perches
1
-83
/
+97
2010-03-12
drivers/block/floppy.c: convert some #include <asm/ to #include <linux/
Joe Perches
1
-2
/
+2
2010-03-12
paride: fix off-by-one test
Roel Kluin
3
-6
/
+6
2010-03-11
drbd: fix al-to-on-disk-bitmap for 4k logical_block_size
Lars Ellenberg
1
-4
/
+13
2010-03-11
drbd: Renamed overwrite_peer to primary_force
Philipp Reisner
1
-1
/
+1
2010-03-11
drbd: Forcing primary should also work for Consistent disks [Bugz 266]
Philipp Reisner
1
-2
/
+2
2010-03-11
drbd: Make sure we do not send state updates during an empty resync [Bugz 271]
Philipp Reisner
1
-2
/
+1
2010-03-11
drbd: Reduce the time an empty resync takes usually
Philipp Reisner
3
-3
/
+12
2010-03-11
drbd: add missing drbd command names to avoid <NULL> in error messages
Lars Ellenberg
1
-0
/
+3
2010-03-11
drbd_disconnect: grab meta.socket mutex as well
Lars Ellenberg
2
-3
/
+4
2010-03-11
fix unit of rs_same_csums accounting
Lars Ellenberg
1
-1
/
+2
2010-03-11
drbd: fix broken state change after split-brain attach while connected
Lars Ellenberg
1
-1
/
+6
2010-03-11
drbd: fix NULL pointer dereference on 4k hard sect size
Lars Ellenberg
1
-19
/
+19
2010-03-11
drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )
Philipp Reisner
3
-5
/
+41
2010-03-11
block: drbd: Convert semaphore to mutex
Thomas Gleixner
1
-5
/
+5
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
2
-3
/
+3
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2010-03-07
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
2
-6
/
+18
2010-03-02
i8253: Convert i8253_lock to raw_spinlock
Thomas Gleixner
1
-2
/
+2
2010-03-01
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
25
-440
/
+299
2010-03-01
block: fix for "Consolidate phys_segment and hw_segment limits"
Stephen Rothwell
1
-1
/
+1
2010-02-28
cciss: Fix problem with scatter gather elements in the scsi half of the driver
Stephen M. Cameron
1
-26
/
+59
2010-02-28
cciss: eliminate unnecessary pointer use in cciss scsi code
Stephen M. Cameron
1
-16
/
+15
2010-02-28
cciss: do not use void pointer for scsi hba data
Stephen M. Cameron
2
-16
/
+11
2010-02-28
cciss: factor out scatter gather chain block mapping code
Stephen M. Cameron
1
-29
/
+34
2010-02-28
cciss: fix scatter gather chain block dma direction kludge
Stephen M. Cameron
1
-5
/
+3
2010-02-28
cciss: simplify scatter gather code
Stephen M. Cameron
2
-35
/
+16
2010-02-28
cciss: factor out scatter gather chain block allocation and freeing
Stephen M. Cameron
1
-50
/
+58
2010-02-28
cciss: detect bad alignment of scsi commands at build time
Stephen M. Cameron
3
-8
/
+15
2010-02-28
cciss: clarify command list padding calculation
Stephen M. Cameron
1
-2
/
+7
2010-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2
-4
/
+2
2010-02-27
mac68k: rework SWIM platform device
Finn Thain
1
-2
/
+2
2010-02-27
ataflop: Killl warning about unused variable flags
Geert Uytterhoeven
1
-2
/
+0
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
13
-29
/
+14
[prev]
[next]