summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* zram: support REQ_DISCARDJoonsoo Kim2014-04-071-0/+62
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-072-9/+11
* zram: propagate error to userMinchan Kim2014-04-073-11/+20
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-072-15/+18
* zram: move comp allocation out of init_lockSergey Senozhatsky2014-04-071-12/+15
* zram: add lz4 algorithm backendSergey Senozhatsky2014-04-075-0/+82
* zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-074-6/+66
* zram: add set_max_streams knobSergey Senozhatsky2014-04-073-3/+41
* zram: add multi stream functionalitySergey Senozhatsky2014-04-074-5/+167
* zram: factor out single stream compressionSergey Senozhatsky2014-04-072-10/+59
* zram: use zcomp compressing backendsSergey Senozhatsky2014-04-073-43/+36
* zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-074-0/+237
* zram: delete zram_init_device()Sergey Senozhatsky2014-04-071-11/+5
* zram: move zram size warning to documentationSergey Senozhatsky2014-04-071-15/+0
* zram: drop not used table `count' memberSergey Senozhatsky2014-04-071-1/+0
* zram: report failed read and write statsSergey Senozhatsky2014-04-071-0/+4
* zram: remove zram stats code duplicationSergey Senozhatsky2014-04-071-59/+23
* zram: use atomic64_t for all zram statsSergey Senozhatsky2014-04-072-12/+12
* zram: remove good and bad compress statsSergey Senozhatsky2014-04-072-13/+0
* zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky2014-04-071-18/+12
* zram: drop `init_done' struct zram memberSergey Senozhatsky2014-04-072-11/+11
* drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton2014-04-071-3/+3
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-0618-215/+213
|\
| * staging: fix up speakup kobject modeRusty Russell2014-04-0117-212/+210
| * VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-241-3/+3
* | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0519-475/+2233
|\ \
| * | dm cache: fix a lock-inversionJoe Thornber2014-04-043-52/+20
| * | dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer2014-04-041-2/+82
| * | dm thin: use per thin device deferred bio listsMike Snitzer2014-03-311-61/+104
| * | dm thin: simplify pool_is_congestedMike Snitzer2014-03-311-11/+5
| * | dm thin: fix dangling bio in process_deferred_bios error pathMike Snitzer2014-03-281-1/+1
| * | dm mpath: print more useful warnings in multipath_message()Jose Castillo2014-03-271-2/+2
| * | dm-mpath: do not activate failed pathsHannes Reinecke2014-03-271-2/+5
| * | dm mpath: remove extra nesting in map functionMike Snitzer2014-03-271-22/+24
| * | dm mpath: remove map_io()Hannes Reinecke2014-03-271-13/+6
| * | dm mpath: reduce memory pressure when requeuingHannes Reinecke2014-03-271-23/+15
| * | dm mpath: remove process_queued_ios()Hannes Reinecke2014-03-271-42/+27
| * | dm mpath: push back requests instead of queueingHannes Reinecke2014-03-271-78/+36
| * | dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-273-0/+25
| * | dm mpath: do not call pg_init when it is already runningHannes Reinecke2014-03-271-2/+4
| * | dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbindMonam Agarwal2014-03-271-1/+1
| * | dm: stop using bi_privateMikulas Patocka2014-03-271-4/+3
| * | dm: remove dm_get_mapinfoMikulas Patocka2014-03-271-10/+0
| * | dm: make dm_table_alloc_md_mempools staticMikulas Patocka2014-03-272-2/+1
| * | dm: take care to copy the space map roots before locking the superblockJoe Thornber2014-03-273-81/+127
| * | dm transaction manager: fix corruption due to non-atomic transaction commitJoe Thornber2014-03-275-27/+16
| * | dm cache: remove remainder of distinct discard block sizeHeinz Mauelshagen2014-03-274-77/+46
| * | dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer2014-03-271-34/+3
| * | dm bitset: only flush the current word if it has been dirtiedJoe Thornber2014-03-272-1/+10
| * | dm: add era targetJoe Thornber2014-03-273-0/+1743