1. 23 4月, 2008 4 次提交
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm · 03b88384
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm:
        dlm: linux/{dlm,dlm_device}.h: cleanup for userspace
        dlm: common max length definitions
        dlm: move plock code from gfs2
        dlm: recover nodes that are removed and re-added
        dlm: save master info after failed no-queue request
        dlm: make dlm_print_rsb() static
        dlm: match signedness between dlm_config_info and cluster_set
      03b88384
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid · 0d07a15b
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
        HID: Suppress hidinput for Samsung IR control
        HID: remove 60x GTCO devices from blacklist
        HID: export headers properly
        HID: WiseGroup 866 Dual Joypad needs output reports quirk
        HID: ThrustMaster FF driver is no longer experimental
        HID: Logitech diNovo Mini pad support
        HID: fix race between open() and disconnect() in usbhid
        HID: make hid_input_field and usbhid_modify_dquirk static
        HID: pass numbered reports properly to hidraw
        HID: fix misplaced rdesc quirk
        HID: force feedback driver for Logitech Rumblepad 2
        HID: move wait from hid to usbhid
        HID: make function from dbg_hid
        HID: fix sparse warnings
        HID: only dump report traffic with debug level 2
        HID: patch to add NOGET for DMI/Acomdata
        HID: Sunplus Wireless Desktop needs report descriptor fixup
        HID: quirk for MS Wireless Desktop Receiver (model 1028)
        HID: fixup fullspeed interval on highspeed Afatech DVB-T IR kbd
        HID: fix build failure in hiddev_ioctl with gcc 3.2
      0d07a15b
    • L
      Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 · 62429f43
      Linus Torvalds 提交于
      * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6: (41 commits)
        udf: use crc_itu_t from lib instead of udf_crc
        udf: Fix compilation warnings when UDF debug is on
        udf: Fix bug in VAT mapping code
        udf: Add read-only support for 2.50 UDF media
        udf: Fix handling of multisession media
        udf: Mount filesystem read-only if it has pseudooverwrite partition
        udf: Handle VAT packed inside inode properly
        udf: Allow loading of VAT inode
        udf: Fix detection of VAT version
        udf: Silence warning about accesses beyond end of device
        udf: Improve anchor block detection
        udf: Cleanup anchor block detection.
        udf: Move processing of virtual partitions
        udf: Move filling of partition descriptor info into a separate function
        udf: Improve error recovery on mount
        udf: Cleanup volume descriptor sequence processing
        udf: fix anchor point detection
        udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)
        udf: Remove checking of existence of filename in udf_add_entry()
        udf: Mark udf_process_sequence() as noinline
        ...
      62429f43
    • P
      fix brd allocation flags · 26defe34
      Petr Tesarik 提交于
      While looking at the implementation of the Ram backed block device
      driver, I stumbled across a write-only local variable, which makes
      little sense, so I assume it should actually work like this:
      Signed-off-by: NPetr Tesarik <ptesarik@suse.cz>
      Signed-off-by: NNick Piggin <npiggin@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      26defe34
  2. 22 4月, 2008 36 次提交