summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20161208next-20161208Stephen Rothwell2016-12-085-0/+13946
* Merge branch 'akpm/master'Stephen Rothwell2016-12-08127-3253/+4762
|\
| * reimplement IDR and IDA using the radix treeMatthew Wilcox2016-12-0811-1215/+811
| * radix tree test suite: add some more functionalityMatthew Wilcox2016-12-083-0/+21
| * idr: reduce the number of bits per level from 8 to 6Matthew Wilcox2016-12-081-5/+4
| * rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox2016-12-083-7/+34
| * tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox2016-12-081-2/+2
| * idr: add ida_is_emptyMatthew Wilcox2016-12-083-6/+11
| * radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-084-35/+73
| * radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-082-28/+119
| * radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-084-3/+69
| * radix-tree: add radix_tree_splitMatthew Wilcox2016-12-083-4/+214
| * radix-tree: add radix_tree_joinMatthew Wilcox2016-12-083-31/+213
| * radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-089-163/+125
| * radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-086-105/+53
| * radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-089-85/+188
| * btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox2016-12-081-0/+1
| * radix-tree: improve dump outputMatthew Wilcox2016-12-081-23/+26
| * radix-tree: make radix_tree_find_next_bit more usefulMatthew Wilcox2016-12-081-10/+7
| * radix-tree: create node_tag_set()Matthew Wilcox2016-12-081-22/+19
| * radix-tree: move rcu_head into a union with private_listMatthew Wilcox2016-12-082-10/+5
| * radix-tree: fix typoMatthew Wilcox2016-12-081-1/+1
| * radix tree test suite: use common find-bit codeMatthew Wilcox2016-12-085-80/+48
| * tools: add more bitmap functionsMatthew Wilcox2016-12-081-0/+26
| * radix tree test suite: record order in each itemMatthew Wilcox2016-12-083-14/+23
| * radix tree test suite: handle exceptional entriesMatthew Wilcox2016-12-081-0/+7
| * radix tree test suite: use rcu_barrierMatthew Wilcox2016-12-082-2/+15
| * radix tree test suite: benchmark for iteratorKonstantin Khlebnikov2016-12-085-1/+110
| * radix tree test suite: iteration test misuses RCUMatthew Wilcox2016-12-081-2/+26
| * radix tree test suite: make runs more reproducibleMatthew Wilcox2016-12-082-6/+14
| * radix tree test suite: free preallocated nodesMatthew Wilcox2016-12-082-0/+4
| * radix tree test suite: track preempt_countMatthew Wilcox2016-12-083-13/+24
| * radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox2016-12-083-9/+25
| * tools: add WARN_ON_ONCEMatthew Wilcox2016-12-084-4/+13
| * vfs-make-may_umount_tree-mount-propogation-aware-checkpatch-fixesAndrew Morton2016-12-081-1/+1
| * vfs: make may_umount_tree() mount propagation awareIan Kent2016-12-084-13/+66
| * autofs: don't hold spinlock over direct mount expireIan Kent2016-12-081-7/+10
| * vfs: constify path parameter of path_has_submounts()Ian Kent2016-12-082-2/+2
| * vfs: change struct path to const in d_manage()Ian Kent2016-12-085-6/+6
| * autofs: change struct path to const in autofs4_expire_wait() and autofs4_wait()Ian Kent2016-12-084-9/+10
| * autofs: make struct path const in autofs4_dir_open()Ian Kent2016-12-081-3/+3
| * vfs: merge path_is_mountpoint() and path_is_mountpoint_rcu()Ian Kent2016-12-084-37/+28
| * vfs: remove unused have_submounts() functionIan Kent2016-12-082-34/+0
| * autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-083-11/+15
| * autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent2016-12-081-8/+16
| * autofs: change autofs4_wait() to take struct pathIan Kent2016-12-084-12/+14
| * autofs: change autofs4_expire_wait() to take struct pathIan Kent2016-12-084-8/+11
| * vfs: add path_has_submounts()Ian Kent2016-12-082-0/+36
| * vfs: fix boolreturn.cocci warningskbuild test robot2016-12-081-2/+2
| * vfs: add path_is_mountpoint() helperIan Kent2016-12-082-0/+45