summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dlm: linux/{dlm,dlm_device}.h: cleanup for userspaceMike Frysinger2008-04-212-1/+10
| * | | dlm: common max length definitionsDavid Teigland2008-04-214-9/+4
| * | | dlm: move plock code from gfs2David Teigland2008-04-2111-130/+185
| * | | dlm: recover nodes that are removed and re-addedDavid Teigland2008-04-215-16/+74
| * | | dlm: save master info after failed no-queue requestDavid Teigland2008-04-211-2/+1
| * | | dlm: make dlm_print_rsb() staticAdrian Bunk2008-04-212-2/+1
| * | | dlm: match signedness between dlm_config_info and cluster_setHarvey Harrison2008-04-211-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-04-2214-209/+431
|\ \ \ \
| * | | | HID: Suppress hidinput for Samsung IR controlRobert Schedel2008-04-221-0/+1
| * | | | HID: remove 60x GTCO devices from blacklistJiri Kosina2008-04-221-21/+0
| * | | | HID: export headers properlyMike Frysinger2008-04-222-0/+3
| * | | | HID: WiseGroup 866 Dual Joypad needs output reports quirkJiri Kosina2008-04-221-1/+1
| * | | | HID: ThrustMaster FF driver is no longer experimentalJiri Kosina2008-04-221-2/+2
| * | | | HID: Logitech diNovo Mini pad supportJiri Kosina2008-04-221-0/+2
| * | | | HID: fix race between open() and disconnect() in usbhidOliver Neukum2008-04-222-1/+4
| * | | | HID: make hid_input_field and usbhid_modify_dquirk staticAdrian Bunk2008-04-223-6/+4
| * | | | HID: pass numbered reports properly to hidrawJiri Kosina2008-04-221-2/+7
| * | | | HID: fix misplaced rdesc quirkJiri Kosina2008-04-221-4/+3
| * | | | HID: force feedback driver for Logitech Rumblepad 2Anssi Hannula2008-04-225-0/+129
| * | | | HID: move wait from hid to usbhidJiri Slaby2008-04-223-11/+10
| * | | | HID: make function from dbg_hidJiri Slaby2008-04-221-1/+5
| * | | | HID: fix sparse warningsJiri Slaby2008-04-223-6/+7
| * | | | HID: only dump report traffic with debug level 2Anssi Hannula2008-04-222-3/+3
| * | | | HID: patch to add NOGET for DMI/AcomdataPete Zaitcev2008-04-221-0/+4
| * | | | HID: Sunplus Wireless Desktop needs report descriptor fixupJiri Kosina2008-04-223-2/+42
| * | | | HID: quirk for MS Wireless Desktop Receiver (model 1028)Jim Duchek2008-04-222-0/+27
| * | | | HID: fixup fullspeed interval on highspeed Afatech DVB-T IR kbdPekka Sarnila2008-04-223-16/+30
| * | | | HID: fix build failure in hiddev_ioctl with gcc 3.2Jean Delvare2008-04-221-136/+150
| | |/ / | |/| |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-04-2226-1561/+1173
|\ \ \ \
| * | | | udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-179-203/+32
| * | | | udf: Fix compilation warnings when UDF debug is onSebastian Manciulea2008-04-172-4/+5
| * | | | udf: Fix bug in VAT mapping codeSebastian Manciulea2008-04-172-5/+4
| * | | | udf: Add read-only support for 2.50 UDF mediaJan Kara2008-04-175-14/+258
| * | | | udf: Fix handling of multisession mediaSebastian Manciulea2008-04-172-9/+6
| * | | | udf: Mount filesystem read-only if it has pseudooverwrite partitionJan Kara2008-04-171-0/+8
| * | | | udf: Handle VAT packed inside inode properlyJan Kara2008-04-172-12/+22
| * | | | udf: Allow loading of VAT inodeJan Kara2008-04-171-0/+1
| * | | | udf: Fix detection of VAT versionJan Kara2008-04-171-2/+2
| * | | | udf: Silence warning about accesses beyond end of deviceJan Kara2008-04-171-1/+5
| * | | | udf: Improve anchor block detectionJan Kara2008-04-171-4/+9
| * | | | udf: Cleanup anchor block detection.Jan Kara2008-04-172-142/+99
| * | | | udf: Move processing of virtual partitionsJan Kara2008-04-171-80/+85
| * | | | udf: Move filling of partition descriptor info into a separate functionJan Kara2008-04-171-56/+62
| * | | | udf: Improve error recovery on mountJan Kara2008-04-171-44/+42
| * | | | udf: Cleanup volume descriptor sequence processingJan Kara2008-04-171-54/+81
| * | | | udf: fix anchor point detectionPavel Emelyanov2008-04-171-9/+6
| * | | | udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara2008-04-172-92/+93
| * | | | udf: Remove checking of existence of filename in udf_add_entry()Jan Kara2008-04-171-37/+1
| * | | | udf: Mark udf_process_sequence() as noinlineJan Kara2008-04-171-1/+1
| * | | | udf: super.c reorganizationMarcin Slusarz2008-04-171-282/+270