aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-14radix tree test suite: cache recently freed objectsMatthew Wilcox2-12/+41
2016-12-14radix tree test suite: add some more functionalityMatthew Wilcox3-0/+21
2016-12-14idr: reduce the number of bits per level from 8 to 6Matthew Wilcox1-5/+4
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox3-7/+34
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox1-2/+2
2016-12-14idr: add ida_is_emptyMatthew Wilcox3-6/+11
2016-12-14radix tree test suite: check multiorder iterationMatthew Wilcox4-35/+73
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox2-28/+119
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox4-3/+69
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox3-4/+214
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox3-31/+213
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox9-163/+125
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox6-105/+53
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox9-85/+188
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox1-0/+1
2016-12-14radix-tree: improve dump outputMatthew Wilcox1-23/+26
2016-12-14radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox1-10/+7
2016-12-14radix-tree: create node_tag_set()Matthew Wilcox1-22/+19
2016-12-14radix-tree: move rcu_head into a union with private_listMatthew Wilcox2-10/+5
2016-12-14radix-tree: fix typoMatthew Wilcox1-1/+1
2016-12-14radix tree test suite: use common find-bit codeMatthew Wilcox5-80/+48
2016-12-14tools: add more bitmap functionsMatthew Wilcox1-0/+26
2016-12-14radix tree test suite: record order in each itemMatthew Wilcox3-14/+23
2016-12-14radix tree test suite: handle exceptional entriesMatthew Wilcox1-0/+7
2016-12-14radix tree test suite: use rcu_barrierMatthew Wilcox2-2/+15
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov5-1/+110
2016-12-14radix tree test suite: iteration test misuses RCUMatthew Wilcox1-2/+26
2016-12-14radix tree test suite: make runs more reproducibleMatthew Wilcox2-6/+14
2016-12-14radix tree test suite: free preallocated nodesMatthew Wilcox2-0/+4
2016-12-14radix tree test suite: track preempt_countMatthew Wilcox3-13/+24
2016-12-14radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox3-9/+25
2016-12-14tools: add WARN_ON_ONCEMatthew Wilcox4-4/+13
2016-12-14dax: clear dirty entry tags on cache flushJan Kara1-0/+64
2016-12-14dax: protect PTE modification on WP fault by radix tree entry lockJan Kara2-7/+17
2016-12-14dax: make cache flushing protected by entry lockJan Kara1-22/+39
2016-12-14mm: export follow_pte()Jan Kara2-2/+4
2016-12-14mm: change return values of finish_mkwrite_fault()Jan Kara1-4/+3
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara2-27/+41
2016-12-14mm: move part of wp_page_reuse() into the single call siteJan Kara1-15/+12
2016-12-14mm: use vmf->page during WP faultsJan Kara1-29/+29
2016-12-14mm: pass vm_fault structure into do_page_mkwrite()Jan Kara1-12/+10
2016-12-14mm: factor out common parts of write fault handlingJan Kara1-41/+37
2016-12-14mm: move handling of COW faults into DAX codeJan Kara4-56/+34
2016-12-14mm: factor out functionality to finish page faultsJan Kara2-9/+36
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara2-8/+10
2016-12-14mm: add orig_pte field into vm_faultJan Kara4-48/+47
2016-12-14mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara1-7/+2
2016-12-14mm: trim __do_fault() argumentsJan Kara1-38/+29
2016-12-14mm: use passed vm_fault structure in __do_fault()Jan Kara1-15/+10
2016-12-14mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2-17/+19