| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-11-16 | 1 | -97/+230 |
|\ |
|
| * | hwmon: (lm90) Add power control | Wei Ni | 2013-11-15 | 1 | -0/+19 |
| * | hwmon: (lm90) Add support for TI TMP451 | Wei Ni | 2013-11-15 | 1 | -8/+37 |
| * | hwmon: (lm90) Use enums for the indexes of temp8 and temp11 | Wei Ni | 2013-11-15 | 1 | -64/+88 |
| * | hwmon: (lm90) Add support to handle IRQ | Wei Ni | 2013-11-15 | 1 | -0/+24 |
| * | hwmon: (lm90) Define status bits | Wei Ni | 2013-11-15 | 1 | -27/+61 |
| * | hwmon: (lm90) Fix max6696 alarm handling | Guenter Roeck | 2013-11-15 | 1 | -4/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-11-16 | 26 | -3262/+2652 |
|\ \ |
|
| * | | virtio_blk: blk-mq support | Jens Axboe | 2013-11-14 | 1 | -257/+65 |
| * | | Merge branch 'for-3.13/post-mq-drivers' into for-linus | Jens Axboe | 2013-11-14 | 47 | -3366/+8953 |
| |\ \ |
|
| | * | | bcache: defensively handle format strings | Kees Cook | 2013-11-11 | 1 | -1/+1 |
| | * | | bcache: Bypass torture test | Kent Overstreet | 2013-11-11 | 5 | -8/+28 |
| | * | | bcache: Delete some slower inline asm | Kent Overstreet | 2013-11-11 | 1 | -8/+0 |
| | * | | bcache: Use ida for bcache block dev minor | Kent Overstreet | 2013-11-11 | 1 | -6/+20 |
| | * | | bcache: Fix sysfs splat on shutdown with flash only devs | Kent Overstreet | 2013-11-11 | 6 | -33/+30 |
| | * | | bcache: Better full stripe scanning | Kent Overstreet | 2013-11-11 | 5 | -57/+99 |
| | * | | bcache: Have btree_split() insert into parent directly | Kent Overstreet | 2013-11-11 | 1 | -46/+39 |
| | * | | bcache: Move spinlock into struct time_stats | Kent Overstreet | 2013-11-11 | 6 | -16/+17 |
| | * | | bcache: Kill sequential_merge option | Kent Overstreet | 2013-11-11 | 4 | -31/+18 |
| | * | | bcache: Kill bch_next_recurse_key() | Kent Overstreet | 2013-11-11 | 3 | -21/+11 |
| | * | | bcache: Avoid deadlocking in garbage collection | Kent Overstreet | 2013-11-11 | 3 | -12/+13 |
| | * | | bcache: Incremental gc | Kent Overstreet | 2013-11-11 | 4 | -167/+226 |
| | * | | bcache: Add make_btree_freeing_key() | Kent Overstreet | 2013-11-11 | 1 | -13/+18 |
| | * | | bcache: Add btree_node_write_sync() | Kent Overstreet | 2013-11-11 | 1 | -19/+16 |
| | * | | bcache: PRECEDING_KEY() | Kent Overstreet | 2013-11-11 | 2 | -7/+20 |
| | * | | bcache: bch_(btree|extent)_ptr_invalid() | Kent Overstreet | 2013-11-11 | 4 | -21/+49 |
| | * | | bcache: Don't bother with bucket refcount for btree node allocations | Kent Overstreet | 2013-11-11 | 4 | -27/+9 |
| | * | | bcache: Debug code improvements | Kent Overstreet | 2013-11-11 | 11 | -186/+162 |
| | * | | bcache: Fix bch_ptr_bad() | Kent Overstreet | 2013-11-11 | 1 | -34/+33 |
| | * | | bcache: Pull on disk data structures out into a separate header | Kent Overstreet | 2013-11-11 | 9 | -340/+14 |
| | * | | bcache: Move sector allocator to alloc.c | Kent Overstreet | 2013-11-11 | 4 | -186/+189 |
| | * | | bcache: Break up struct search | Kent Overstreet | 2013-11-11 | 8 | -385/+370 |
| | * | | bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() | Kent Overstreet | 2013-11-11 | 5 | -52/+43 |
| | * | | bcache: Don't use op->insert_collision | Kent Overstreet | 2013-11-11 | 5 | -7/+16 |
| | * | | bcache: Kill op->replace | Kent Overstreet | 2013-11-11 | 7 | -73/+71 |
| | * | | bcache: Drop some closure stuff | Kent Overstreet | 2013-11-11 | 3 | -250/+40 |
| | * | | bcache: Kill op->cl | Kent Overstreet | 2013-11-11 | 8 | -81/+63 |
| | * | | bcache: Prune struct btree_op | Kent Overstreet | 2013-11-11 | 11 | -171/+179 |
| | * | | bcache: Clean up cache_lookup_fn | Kent Overstreet | 2013-11-11 | 1 | -62/+46 |
| | * | | bcache: Convert bch_btree_read_async() to bch_btree_map_keys() | Kent Overstreet | 2013-11-11 | 5 | -168/+125 |
| | * | | bcache: Move some stuff to btree.c | Kent Overstreet | 2013-11-11 | 3 | -97/+96 |
| | * | | bcache: Add btree_map() functions | Kent Overstreet | 2013-11-11 | 5 | -97/+186 |
| | * | | bcache: Convert writeback to a kthread | Kent Overstreet | 2013-11-11 | 4 | -206/+203 |
| | * | | bcache: Convert gc to a kthread | Kent Overstreet | 2013-11-11 | 8 | -60/+74 |
| | * | | bcache: Convert bucket_wait to wait_queue_head_t | Kent Overstreet | 2013-11-11 | 6 | -67/+70 |
| | * | | bcache: Convert try_wait to wait_queue_head_t | Kent Overstreet | 2013-11-11 | 4 | -99/+75 |
| | * | | bcache: Move keylist out of btree_op | Kent Overstreet | 2013-11-11 | 6 | -28/+36 |
| | * | | bcache: Refactor journalling flow control | Kent Overstreet | 2013-11-11 | 7 | -179/+207 |
| | * | | bcache: Refactor read request code a bit | Kent Overstreet | 2013-11-11 | 1 | -36/+35 |
| | * | | bcache: Refactor request_write() | Kent Overstreet | 2013-11-11 | 2 | -187/+183 |