summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix lseek overflow on 32bitMiklos Szeredi2020-02-031-1/+1
* ovl: add splice file read write helperMurphy Zhou2020-01-241-0/+47
* ovl: implement async IO routinesJiufei Xue2020-01-243-15/+110
* vfs: add vfs_iocb_iter_[read|write] helper functionsJiufei Xue2020-01-242-0/+72
* ovl: layer is constMiklos Szeredi2020-01-246-22/+23
* ovl: fix corner case of non-constant st_dev;st_inoAmir Goldstein2020-01-242-17/+14
* ovl: fix corner case of conflicting lower layer uuidAmir Goldstein2020-01-242-2/+8
* ovl: generalize the lower_fs[] arrayAmir Goldstein2020-01-243-46/+46
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-246-34/+37
* ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-224-31/+35
* ovl: improving copy-up efficiency for big sparse fileChengguang Xu2020-01-221-2/+39
* ovl: use ovl_inode_lock in ovl_llseek()Amir Goldstein2020-01-222-2/+23
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-229-81/+85
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-01-221-1/+7
* Linux 5.5-rc7v5.5-rc7Linus Torvalds2020-01-191-1/+1
* Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-194-25/+73
|\
| * riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson2020-01-182-18/+61
| * riscv: delete temporary filesIlie Halip2020-01-181-1/+2
| * riscv: make sure the cores stay looping in .Lsecondary_parkGreentime Hu2020-01-151-6/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-1992-377/+773
|\ \
| * | cxgb4: reject overlapped queues in TC-MQPRIO offloadRahul Lakkireddy2020-01-191-1/+27
| * | cxgb4: fix Tx multi channel port rate limitRahul Lakkireddy2020-01-194-3/+96
| * | net: sched: act_ctinfo: fix memory leakEric Dumazet2020-01-191-0/+11
| * | Merge branch 'bnxt_en-fixes'David S. Miller2020-01-183-12/+24
| |\ \
| | * | bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan2020-01-183-4/+7
| | * | bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan2020-01-181-5/+17
| | * | bnxt_en: Fix NTUPLE firmware command failures.Michael Chan2020-01-181-3/+0
| |/ /
| * | net: systemport: Fixed queue mapping in internal ring mapFlorian Fainelli2020-01-171-3/+4
| * | net: dsa: bcm_sf2: Configure IMP port for 2Gb/secFlorian Fainelli2020-01-171-1/+1
| * | net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean2020-01-171-1/+1
| * | net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik2020-01-171-1/+7
| * | net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-171-3/+1
| * | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang2020-01-171-12/+0
| * | net/sched: act_ife: initalize ife->metalist earlierEric Dumazet2020-01-171-4/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-175-24/+54
| |\ \
| | * | netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger2020-01-161-0/+13
| | * | netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal2020-01-161-0/+6
| | * | netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter2020-01-161-0/+1
| | * | netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal2020-01-161-4/+9
| | * | netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-01-161-0/+3
| | * | netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-161-1/+1
| | * | netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso2020-01-161-9/+10
| | * | netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-131-9/+10
| | * | netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-131-1/+1
| * | | net: wan: lapbether.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-01-161-1/+1
| * | | net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin2020-01-161-3/+0
| * | | net: dsa: tag_gswip: fix typo in tagger nameAlexander Lobakin2020-01-161-1/+1
| * | | net: ethernet: ave: Avoid lockdep warningKunihiko Hayashi2020-01-161-7/+13
| * | | net: hns3: pad the short frame before sending to the hardwareYunsheng Lin2020-01-161-0/+6
| * | | macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()Eric Dumazet2020-01-161-2/+3