summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * NFSv4: Don't update the open stateid unless it is newer than the old oneTrond Myklebust2014-02-192-4/+27
| | * NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer()Trond Myklebust2014-02-191-1/+1
| | * NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-114-11/+67
| | * SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2014-02-113-50/+74
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-0637-278/+331
|\ \ \
| * | | staging: fix up speakup kobject modeRusty Russell2014-04-0117-212/+210
| * | | Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell2014-03-315-6/+6
| * | | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-247-16/+23
| * | | kallsyms: fix percpu vars on x86-64 with relocation.Rusty Russell2014-03-172-0/+25
| * | | kallsyms: generalize address range checkingKees Cook2014-03-171-21/+32
| * | | module: LLVMLinux: Remove unused function warning from __param_check macroMark Charlebois2014-03-171-1/+1
| * | | Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers2014-03-139-5/+20
| * | | module: remove MODULE_GENERIC_TABLERusty Russell2014-03-132-15/+8
| * | | module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2014-03-132-6/+10
| * | | module: use pr_contJiri Slaby2014-03-131-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-04-0615-20/+1295
|\ \ \ \
| * | | | arch/tile: remove unused variable 'devcap'Chris Metcalf2014-04-041-2/+0
| * | | | tile: Fix vDSO compilation issue with allyesconfigKerry Sheh2014-04-041-1/+1
| * | | | perf tools: Allow building for tileZhigang Lu2014-03-072-1/+10
| * | | | tile/perf: Support perf_events on tilegx and tileproZhigang Lu2014-03-075-0/+1048
| * | | | tile: Enable NMIs on return from handle_nmi() without errorsZhigang Lu2014-03-072-1/+21
| * | | | tile: Add support for handling PMC hardwareZhigang Lu2014-03-076-12/+204
| * | | | tile: don't use __get_cpu_var() with structure-typed argumentsChris Metcalf2014-03-061-2/+2
| * | | | tile: avoid overflow in ns2cyclesHenrik Austad2014-03-061-1/+9
* | | | | Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0521-478/+2346
|\ \ \ \ \
| * | | | | 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-274-0/+30
| * | | | | 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-272-13/+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-274-0/+1851
* | | | | | Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-0519-990/+1754
|\ \ \ \ \ \