summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bcache: update bch_bkey_try_mergeNicholas Swenson2014-01-083-16/+28
* bcache: Move insert_fixup() to btree_keys_opsKent Overstreet2014-01-084-229/+257
* bcache: Convert sorting to btree_keysKent Overstreet2014-01-083-36/+33
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-089-217/+264
* bcache: Convert btree_iter to struct btree_keysKent Overstreet2014-01-086-38/+41
* bcache: Refactor bset_tree sysfs statsKent Overstreet2014-01-083-47/+54
* bcache: Add bch_btree_keys_u64s_remaining()Kent Overstreet2014-01-082-13/+30
* bcache: Add struct btree_keysKent Overstreet2014-01-088-263/+322
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-089-289/+423
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-088-276/+341
* bcache: Add struct bset_sort_stateKent Overstreet2014-01-086-49/+87
* bcache: Split out sort_extent_cmp()Kent Overstreet2014-01-084-32/+73
* bcache: Bkey indexing renamingKent Overstreet2014-01-086-52/+62
* bcache: Make bch_keylist_realloc() take u64s, not nptrsKent Overstreet2014-01-084-16/+26
* bcache: Remove/fix some header dependenciesKent Overstreet2014-01-083-24/+26
* bcache: Use a mempool for mergesort temporary spaceKent Overstreet2014-01-083-16/+8
* bcache: Btree verify code improvementsKent Overstreet2014-01-086-40/+83
* bcache: kill index()Kent Overstreet2014-01-084-8/+24
* bcache: Trivial error handling fixKent Overstreet2014-01-081-1/+2
* bcache/md: Use raid stripe sizeKent Overstreet2014-01-082-0/+7
* bcache: Do bkey_put() in btree_split() error pathKent Overstreet2014-01-081-1/+4
* bcache: Rework allocator reservesKent Overstreet2014-01-087-79/+101
* bcache: kill closure locking codeKent Overstreet2014-01-082-313/+123
* bcache: kill closure locking usageKent Overstreet2014-01-087-55/+98
* bcache: Zero less memoryKent Overstreet2014-01-083-40/+41
* bcache: Don't touch bucket gen for dirty ptrsKent Overstreet2014-01-082-2/+7
* bcache: Minor btree cache fixKent Overstreet2014-01-081-7/+3
* bcache: Performance fix for when journal entry is fullKent Overstreet2014-01-081-5/+9
* bcache: Minor journal fixKent Overstreet2014-01-081-5/+14
* bcache: Data corruption fixKent Overstreet2014-01-081-4/+22
* Merge branch 'for-3.14/core' into for-3.14/driversJens Axboe2014-01-08664-3694/+8107
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-31664-3694/+8107
| |\
| | * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-296-6/+8
| | |\
| | | * x86/efi: Don't select EFI from certain special ACPI driversJan Beulich2013-12-195-6/+5
| | | * x86 idle: Repair large-server 50-watt idle-power regressionLen Brown2013-12-191-0/+3
| | * | Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-12-294-34/+50
| | |\ \
| | | | \
| | | | \
| | | *-. \ Merge branches 'powercap' and 'acpi-lpss' with new device IDsRafael J. Wysocki2013-12-273-2/+13
| | | |\ \ \
| | | | | * | ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDsPaul Drews2013-11-302-0/+2
| | | | * | | powercap / RAPL: add support for ValleyView SocJacob Pan2013-12-221-2/+11
| | | | | |/ | | | | |/|
| | | | | |
| | | | \ \
| | | *-. | | Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixesRafael J. Wysocki2013-12-271-32/+37
| | | |\ \| |
| | | | * | | cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy dr...Jason Baron2013-12-221-0/+6
| | | | * | | cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar2013-12-221-32/+31
| | | | |/ /
| | * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-2411-94/+189
| | |\ \ \ \
| | | * | | | null_blk: support submit_queues on use_per_node_hctxMatias Bjørling2013-12-211-4/+35
| | | * | | | null_blk: set use_per_node_hctx param to falseMatias Bjørling2013-12-211-2/+2
| | | * | | | null_blk: warning on ignored submit_queues paramMatias Bjorling2013-12-191-2/+5
| | | * | | | null_blk: refactor init and init errors code pathsMatias Bjorling2013-12-191-25/+38
| | | * | | | null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-191-4/+4
| | | * | | | drivers: block: Mark the functions as static in skd_main.cRashika Kheria2013-12-191-2/+2
| | | * | | | Merge branch 'bcache-for-3.13' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe2013-12-179-66/+111
| | | |\ \ \ \