summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Btrfs: avoid premature -ENOMEM in clear_extent_bit()Filipe Manana2014-11-201-2/+7
| * | | | Btrfs: don't take the chunk_mutex/dev_list mutex in statfs V2Josef Bacik2014-11-201-25/+47
| * | | | Btrfs: move read only block groups onto their own list V2Josef Bacik2014-11-202-23/+17
| * | | | btrfs: fix typos in btrfs_check_super_validDavid Sterba2014-11-201-4/+4
| * | | | Btrfs: check-int: don't complain about balanced blocksStefan Behrens2014-11-201-38/+42
| * | | | Btrfs: check_int: use the known block locationStefan Behrens2014-11-201-55/+11
| * | | | Btrfs: avoid returning -ENOMEM in convert_extent_bit() too earlyFilipe Manana2014-11-201-1/+10
| * | | | Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana2014-11-202-4/+15
| * | | | Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana2014-11-202-18/+76
| * | | | Btrfs: return failure if btrfs_dev_replace_finishing() failedEryu Guan2014-11-202-3/+10
| * | | | Btrfs: fix allocationg memory failure for btrfsic_state structureShilong Wang2014-11-201-5/+11
| * | | | Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana2014-11-201-0/+4
| * | | | Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana2014-11-204-39/+34
| * | | | Btrfs: correctly flush compressed data before/after direct IOFilipe Manana2014-11-202-4/+24
| * | | | Btrfs: make inode.c:compress_file_range() return voidFilipe Manana2014-11-201-5/+2
| * | | | Btrfs: fix incorrect compression ratio detectionShilong Wang2014-11-201-8/+8
| * | | | Btrfs: don't ignore compressed bio write errorsFilipe Manana2014-11-201-6/+12
| * | | | Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana2014-11-201-5/+2
| * | | | Btrfs: process all async extents on compressed write failureFilipe Manana2014-11-201-5/+1
| * | | | Btrfs: don't leak pages and memory on compressed write errorFilipe Manana2014-11-201-9/+19
| * | | | Btrfs: fix hang on compressed write errorFilipe Manana2014-11-201-0/+14
| * | | | Btrfs: set page and mapping error on compressed write failureFilipe Manana2014-11-203-1/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-1226-434/+2141
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------------. \ \ \ \ Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina2014-12-1222-391/+2086
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | HID: wacom: Report input events for each finger on generic devicesJason Gerecke2014-12-112-28/+59
| | | | | | | | | | * | | | | HID: wacom: Initialize MT slots for generic devices at post_parse_hidJason Gerecke2014-12-102-3/+18
| | | | | | | | | | * | | | | HID: wacom: Update maximum X/Y accounding to outbound offsetPing Cheng2014-12-051-9/+9
| | | | | | | | | | * | | | | HID: wacom: Add support for DTU-1031XPing Cheng2014-12-052-0/+8
| | | | | | | | | | * | | | | HID: wacom: add defines for new Cintiq and DTU outbound trackingPing Cheng2014-12-021-11/+26
| | | | | | | | | | * | | | | HID: wacom: Consult the application usage when determining field typeJason Gerecke2014-11-271-2/+4
| | | | | | | | | | * | | | | HID: wacom: PAD is independent with pen/touchPing Cheng2014-11-262-3/+6
| | | | | | | | | | * | | | | HID: wacom: Add angular resolution data to some ABS axesJason Gerecke2014-11-211-0/+10
| | | | | | | | | | * | | | | HID: wacom: Report ABS_TILT_{X,Y} as signed valuesJason Gerecke2014-11-211-8/+8
| | | | | | | | | | * | | | | HID: wacom - Bamboo pen-only tablet does not support PADPing Cheng2014-11-203-13/+23
| | | | | | | | | | * | | | | HID: wacom - Cleanup input_capabilities for Graphire 4 and Bamboo FunPing Cheng2014-11-201-5/+0
| | | | | | | | | | * | | | | HID: wacom - return ENODEV for failed wacom_setup_pad_input_capabilitiesPing Cheng2014-11-201-3/+3
| | | | | | | | | | * | | | | HID: wacom: Add support for Intuos Pen MediumPing Cheng2014-11-111-0/+5
| | | | | | | | | | * | | | | HID: wacom - make sure touch_input is valid before using itPing Cheng2014-11-071-2/+5
| | | | | | | | | * | | | | | HID: sony: Add support for the third-party SMK PS3 Bluetooth RemoteFrank Praznik2014-11-203-0/+7
| | | | | | | | | * | | | | | HID: sony: Use kernel allocated buffers for HID reportsFrank Praznik2014-11-191-34/+113
| | | | | | | | * | | | | | | HID: rmi: The address of query8 must be calculated based on which query regis...Andrew Duggan2014-12-121-12/+12
| | | | | | | | * | | | | | | HID: rmi: Check for additional ACM registers appended to F11 data reportAndrew Duggan2014-12-121-9/+52
| | | | | | | | |/ / / / / /
| | | | | | | * | | | | | | HID: added missing HID Consumer Page identifiersJD Cole2014-11-031-0/+24
| | | | | | | * | | | | | | HID: plantronics: remove superfluous .probe()Jiri Kosina2014-11-031-23/+0
| | | | | | | * | | | | | | HID: plantronics: fix errant mouse eventsJD Cole2014-11-036-0/+92
| | | | | | | | |/ / / / / | | | | | | | |/| | | | |
| | | | | | * | | | | | | HID: add support for MS Surface Pro 3 Type CoverAlan Wu2014-11-114-0/+10
| | | | | * | | | | | | | HID: logitech-hidpp: disable io in probe error pathPeter Wu2014-12-111-1/+3
| | | | | * | | | | | | | HID: logitech-hidpp: add boundary check for name retrievalPeter Wu2014-12-111-0/+3
| | | | | * | | | | | | | HID: logitech-hidpp: check name retrieval return codePeter Wu2014-12-111-2/+8
| | | | | * | | | | | | | HID: logitech-hidpp: do not return the name lengthPeter Wu2014-12-111-13/+6