summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Clean up dead code in root-treeChristos Gkekas2017-10-301-4/+0
* btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET2017-10-301-1/+2
* btrfs: Remove redundant argument of __link_block_groupNikolay Borisov2017-10-301-4/+4
* btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunkNikolay Borisov2017-10-301-5/+5
* btrfs: Remove unused parameter from check_direct_IONikolay Borisov2017-10-301-2/+1
* btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov2017-10-303-18/+9
* btrfs: Remove unused parameters from various functionsNikolay Borisov2017-10-301-14/+11
* btrfs: Remove unused variableNikolay Borisov2017-10-301-2/+0
* Btrfs: do not async submit for nodatasum inodesLiu Bo2017-10-301-1/+1
* Btrfs: search parity device wiselyLiu Bo2017-10-301-1/+7
* btrfs: copy fsid to super_block s_uuidAnand Jain2017-10-301-0/+1
* Btrfs: fix __user casting in ioctl.cOmar Sandoval2017-10-301-5/+5
* Btrfs: make some volumes.c functions staticOmar Sandoval2017-10-301-6/+7
* btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enumAnand Jain2017-10-301-0/+7
* btrfs: Remove redundant forward declarationsNikolay Borisov2017-10-301-12/+0
* Btrfs: protect conditions within root->log_mutex while waitingLiu Bo2017-10-301-14/+16
* Btrfs: use wait_event instead of a single functionLiu Bo2017-10-301-18/+3
* Btrfs: move finish_wait out of the loopLiu Bo2017-10-301-1/+1
* Btrfs: remove batch plug in run_scheduled_IOLiu Bo2017-10-301-6/+0
* Linux 4.14-rc7v4.14-rc7Linus Torvalds2017-10-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2978-361/+1021
|\
| * Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller2017-10-2919-57/+367
| |\
| | * selftests: Introduce a new test case to tc testsuiteChris Mi2017-10-293-5/+40
| | * selftests: Introduce a new script to generate tc batch fileChris Mi2017-10-291-0/+62
| | * net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1
| | * net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| | * net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
| | * net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
| | * net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in fw filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
| | * net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
| | * net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
| | * net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-293-17/+56
| |/
| * Merge branch 'sctp-endianness-fixes'David S. Miller2017-10-2910-50/+59
| |\
| | * sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-295-7/+7
| | * sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
| | * sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
| | * sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-296-30/+39
| |/
| * net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
| * sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
| * Merge branch 'sockmap-fixes'David S. Miller2017-10-295-11/+47
| |\
| | * bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-294-8/+10
| | * bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-293-3/+37
| |/
| * tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-284-8/+9
| * tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1