index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[S390] zcrypt: fix Kconfig dependencies
Heiko Carstens
2010-08-13
1
-1
/
+1
*
[S390] dasd: fix format string types
Heiko Carstens
2010-08-13
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
2010-08-12
16
-382
/
+803
|
\
|
*
dm mpath: support discard
Mike Snitzer
2010-08-12
1
-0
/
+10
|
*
dm stripe: support discards
Mikulas Patocka
2010-08-12
1
-0
/
+39
|
*
dm: split discard requests on target boundaries
Mike Snitzer
2010-08-12
1
-24
/
+23
|
*
dm stripe: optimize sector division
Mikulas Patocka
2010-08-12
1
-5
/
+18
|
*
dm stripe: move sector translation to a function
Mikulas Patocka
2010-08-12
1
-7
/
+14
|
*
dm: error return error for discards
Mike Snitzer
2010-08-12
1
-0
/
+5
|
*
dm delay: support discard
Mike Snitzer
2010-08-12
1
-0
/
+1
|
*
dm: zero silently drop discards
Mike Snitzer
2010-08-12
1
-0
/
+5
|
*
dm: use dm_target_offset macro
Alasdair G Kergon
2010-08-12
5
-8
/
+7
|
*
dm: factor out max_io_len_target_boundary
Mike Snitzer
2010-08-12
1
-8
/
+18
|
*
dm: use common __issue_target_request for flush and discard support
Mike Snitzer
2010-08-12
1
-8
/
+22
|
*
dm: linear support discard
Mike Snitzer
2010-08-12
4
-12
/
+99
|
*
dm crypt: simplify crypt_ctr
Milan Broz
2010-08-12
1
-81
/
+104
|
*
dm crypt: simplify crypt_config destruction logic
Milan Broz
2010-08-12
1
-87
/
+93
|
*
dm: allow autoloading of dm mod
Peter Rajnoha
2010-08-12
1
-2
/
+5
|
*
dm: rename map_info flush_request to target_request_nr
Mike Snitzer
2010-08-12
3
-12
/
+14
|
*
dm ioctl: refactor dm_table_complete
Will Drewry
2010-08-12
3
-38
/
+52
|
*
dm snapshot: implement merge
Mikulas Patocka
2010-08-12
1
-0
/
+16
|
*
dm: do not initialise full request queue when bio based
Mike Snitzer
2010-08-12
3
-26
/
+79
|
*
dm ioctl: make bio or request based device type immutable
Mike Snitzer
2010-08-12
3
-7
/
+50
|
*
dm: skip second flush on bio unsupported error
Mikulas Patocka
2010-08-12
1
-2
/
+13
|
*
dm snapshot: persistent use define for disk header chunk size
Tomohiro Kusumi
2010-08-12
1
-3
/
+3
|
*
dm crypt: use kstrdup
Julia Lawall
2010-08-12
1
-2
/
+1
|
*
dm ioctl: use nonseekable_open
Arnd Bergmann
2010-08-12
1
-0
/
+1
|
*
dm: separate device deletion from dm_put
Kiyoshi Ueda
2010-08-12
3
-20
/
+62
|
*
dm ioctl: release _hash_lock between devices in remove_all
Kiyoshi Ueda
2010-08-12
1
-19
/
+25
|
*
dm: prevent access to md being deleted
Kiyoshi Ueda
2010-08-12
1
-0
/
+1
|
*
dm ioctl: return uevent flag after rename
Peter Rajnoha
2010-08-12
1
-17
/
+24
|
*
dm ioctl: make __dev_status void
Alasdair G Kergon
2010-08-12
1
-36
/
+31
|
*
dm ioctl: remove __dev_status from geometry and target message
Peter Rajnoha
2010-08-12
1
-6
/
+0
|
*
dm snapshot: test chunk size against both origin and snapshot
Mikulas Patocka
2010-08-12
3
-17
/
+26
|
*
dm snapshot: iterate origin and cow devices
Mikulas Patocka
2010-08-12
1
-1
/
+7
|
*
dm mpath: fix NULL pointer dereference when path parameters missing
Alasdair G Kergon
2010-08-12
1
-0
/
+1
*
|
Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
Linus Torvalds
2010-08-12
2
-2
/
+2
|
\
\
|
*
|
msm: mmc: Add msm prefix to platform data structure
Sahitya Tummala
2010-08-10
2
-2
/
+2
*
|
|
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-12
18
-99
/
+694
|
\
\
\
|
*
|
|
i2c: I2C bus multiplexer driver pca954x
Michael Lawnick
2010-08-11
5
-1
/
+330
|
*
|
|
i2c: Multiplexed I2C bus core support
Michael Lawnick
2010-08-11
5
-8
/
+273
|
*
|
|
i2c: Use a separate mutex for userspace client lists
Jean Delvare
2010-08-11
1
-6
/
+7
|
*
|
|
i2c: Make i2c_default_probe self-sufficient
Jean Delvare
2010-08-11
1
-22
/
+10
|
*
|
|
i2c: Drop dummy variable
Jean Delvare
2010-08-11
1
-3
/
+2
|
*
|
|
i2c: Move adapter locking helpers to i2c-core
Jean Delvare
2010-08-11
1
-5
/
+34
|
*
|
|
V4L/DVB: Use custom I2C probing function mechanism
Jean Delvare
2010-08-11
3
-26
/
+15
|
*
|
|
i2c: Add support for custom probe function
Jean Delvare
2010-08-11
9
-18
/
+25
|
*
|
|
i2c-dev: Use memdup_user
Julia Lawall
2010-08-11
1
-16
/
+6
|
*
|
|
i2c-dev: Remove unnecessary kmalloc casts
Joe Perches
2010-08-11
1
-3
/
+1
*
|
|
|
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
2010-08-12
19
-78
/
+195
|
\
\
\
\
[next]