Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | HID: i2c: use generic hidinput_input_event() | David Herrmann | 2013-07-31 | 1 | -24/+0 | |
| | | | | * | | | | | HID: usbhid: use generic hidinput_input_event() | David Herrmann | 2013-07-31 | 2 | -74/+3 | |
| | | | | * | | | | | HID: usbhid: update LED fields unlocked | David Herrmann | 2013-07-31 | 1 | -3/+13 | |
| | | | | * | | | | | HID: usbhid: make usbhid_set_leds() static | David Herrmann | 2013-07-31 | 2 | -3/+1 | |
| | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | * | | | | | HID: do not init input reports for Win 8 multitouch devices | Benjamin Tissoires | 2013-08-27 | 3 | -3/+21 | |
| | | | * | | | | | HID: detect Win 8 multitouch devices in core | Benjamin Tissoires | 2013-08-27 | 3 | -13/+31 | |
| | | | * | | | | | HID: Use hid_parser for pre-scanning the report descriptors | Benjamin Tissoires | 2013-08-27 | 1 | -38/+64 | |
| | | | * | | | | | HID: multitouch: devm conversion | Benjamin Tissoires | 2013-07-31 | 1 | -48/+23 | |
| | | | * | | | | | HID: trivial devm conversion for special hid drivers | Benjamin Tissoires | 2013-07-31 | 5 | -66/+16 | |
| | | | |/ / / / | ||||||
| | | * / / / / | HID: logitech-dj: use inlined helpers hid_hw_open/close | Benjamin Tissoires | 2013-07-12 | 1 | -5/+5 | |
| | | |/ / / / | ||||||
| | * / / / / | HID: i2c-hid: add DT bindings | Benjamin Tissoires | 2013-07-31 | 3 | -2/+73 | |
| | |/ / / / | ||||||
| * | / / / | HID: i2c-hid: use correct type for ACPI _DSM parameter | Mika Westerberg | 2013-08-20 | 1 | -2/+3 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2013-09-06 | 22 | -445/+609 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeff... | Jan Kara | 2013-08-09 | 723 | -7142/+10960 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | reiserfs: locking, release lock around quota operations | Jeff Mahoney | 2013-08-08 | 4 | -23/+63 | |
| | * | | | | | reiserfs: locking, handle nested locks properly | Jeff Mahoney | 2013-08-08 | 13 | -194/+201 | |
| | * | | | | | reiserfs: locking, push write lock out of xattr code | Jeff Mahoney | 2013-08-08 | 4 | -78/+70 | |
| * | | | | | | jbd: use a single printk for jbd_debug() | Paul Gortmaker | 2013-08-09 | 2 | -9/+24 | |
| * | | | | | | jbd: relocate assert after state lock in journal_commit_transaction() | Paul Gortmaker | 2013-08-01 | 1 | -1/+1 | |
| * | | | | | | udf: Refuse RW mount of the filesystem instead of making it RO | Jan Kara | 2013-07-31 | 1 | -18/+24 | |
| * | | | | | | udf: Standardize return values in mount sequence | Jan Kara | 2013-07-31 | 1 | -117/+183 | |
| * | | | | | | isofs: Refuse RW mount of the filesystem instead of making it RO | Jan Kara | 2013-07-31 | 1 | -11/+5 | |
| * | | | | | | ext3: allow specifying external journal by pathname mount option | Eric Sandeen | 2013-07-31 | 2 | -3/+47 | |
| * | | | | | | jbd: remove unneeded semicolon | Nathaniel Yazdani | 2013-07-22 | 1 | -1/+1 | |
* | | | | | | | Merge tag 'for-f2fs-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2013-09-06 | 21 | -344/+890 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | f2fs: optimize gc for better performance | Jin Xu | 2013-09-05 | 3 | -2/+9 | |
| * | | | | | | | f2fs: merge more bios of node block writes | Jaegeuk Kim | 2013-09-05 | 1 | -4/+5 | |
| * | | | | | | | f2fs: avoid an overflow during utilization calculation | Jaegeuk Kim | 2013-09-03 | 1 | -1/+1 | |
| * | | | | | | | f2fs: trigger GC when there are prefree segments | Jaegeuk Kim | 2013-09-03 | 1 | -1/+2 | |
| * | | | | | | | f2fs: use strncasecmp() simplify the string comparison | Gu Zheng | 2013-08-27 | 1 | -11/+1 | |
| * | | | | | | | f2fs: fix omitting to update inode page | Jaegeuk Kim | 2013-08-27 | 1 | -0/+1 | |
| * | | | | | | | f2fs: support the inline xattrs | Jaegeuk Kim | 2013-08-26 | 5 | -90/+196 | |
| * | | | | | | | f2fs: add the truncate_xattr_node function | Jaegeuk Kim | 2013-08-26 | 2 | -11/+29 | |
| * | | | | | | | f2fs: introduce __find_xattr for readability | Jaegeuk Kim | 2013-08-26 | 2 | -27/+22 | |
| * | | | | | | | f2fs: reserve the xattr space dynamically | Jaegeuk Kim | 2013-08-26 | 8 | -29/+45 | |
| * | | | | | | | f2fs: add flags for inline xattrs | Jaegeuk Kim | 2013-08-26 | 4 | -1/+37 | |
| * | | | | | | | f2fs: fix error return code in init_f2fs_fs() | Wei Yongjun | 2013-08-26 | 1 | -1/+3 | |
| * | | | | | | | f2fs: fix wrong BUG_ON condition | Jaegeuk Kim | 2013-08-20 | 1 | -2/+11 | |
| * | | | | | | | f2fs: fix memory leak when init f2fs filesystem fail | Zhao Hongjiang | 2013-08-20 | 1 | -5/+17 | |
| * | | | | | | | f2fs: fix a compound statement label error | Gu Zheng | 2013-08-19 | 1 | -6/+2 | |
| * | | | | | | | f2fs: avoid writing inode redundantly when creating a file | Jin Xu | 2013-08-19 | 1 | -3/+4 | |
| * | | | | | | | f2fs: alloc_page() doesn't return an ERR_PTR | Dan Carpenter | 2013-08-19 | 2 | -5/+5 | |
| * | | | | | | | f2fs: should cover i_xattr_nid with its xattr node page lock | Jaegeuk Kim | 2013-08-12 | 2 | -5/+8 | |
| * | | | | | | | f2fs: check the free space first in new_node_page | Jaegeuk Kim | 2013-08-12 | 1 | -9/+9 | |
| * | | | | | | | f2fs: clean up the needless end 'return' of void function | Gu Zheng | 2013-08-12 | 4 | -7/+0 | |
| * | | | | | | | f2fs: introduce cur_cp_version function to reduce code size | Jaegeuk Kim | 2013-08-09 | 5 | -9/+13 | |
| * | | | | | | | f2fs: fix inconsistency between xattr node blocks and its inode | Jaegeuk Kim | 2013-08-09 | 3 | -0/+10 | |
| * | | | | | | | f2fs: fix the use of XATTR_NODE_OFFSET | Jaegeuk Kim | 2013-08-09 | 2 | -5/+11 | |
| * | | | | | | | f2fs: fix a build failure due to missing the kobject header | Jaegeuk Kim | 2013-08-08 | 2 | -1/+1 | |
| * | | | | | | | f2fs: fix a deadlock in fsync | Jin Xu | 2013-08-06 | 5 | -9/+16 |