summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()Johannes Thumshirn2020-01-201-1/+0
* btrfs: remove superfluous BUG_ON() in integrity checksJohannes Thumshirn2020-01-201-1/+0
* btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn2020-01-201-2/+1
* btrfs: kill min_allocable_bytes in inc_block_group_roJosef Bacik2020-01-201-18/+4
* btrfs: don't pass system_chunk into can_overcommitJosef Bacik2020-01-201-27/+15
* btrfs: Opencode ordered_data_tree_panicNikolay Borisov2020-01-201-9/+3
* btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...Qu Wenruo2020-01-201-2/+14
* btrfs: remove unused condition check in btrfs_page_mkwrite()Yunfeng Ye2020-01-201-7/+4
* btrfs: Remove redundant WARN_ON in walk_down_log_treeNikolay Borisov2020-01-201-9/+0
* btrfs: Remove WARN_ON in walk_log_treeNikolay Borisov2020-01-201-2/+0
* btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov2020-01-203-28/+18
* btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extentNikolay Borisov2020-01-201-9/+15
* btrfs: Don't discard unwritten extentsNikolay Borisov2020-01-202-3/+10
* btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabledMarcos Paulo de Souza2020-01-201-5/+5
* btrfs: qgroup: remove one-time use variables for quota_root checksMarcos Paulo de Souza2020-01-201-24/+10
* btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsidAnand Jain2020-01-203-20/+9
* btrfs: sysfs, rename btrfs_sysfs_add_device()Anand Jain2020-01-202-2/+2
* btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parentAnand Jain2020-01-203-9/+9
* btrfs: sysfs, rename devices kobject holder to devices_kobjAnand Jain2020-01-202-15/+13
* btrfs: fill ncopies for all raid table entriesDavid Sterba2020-01-201-0/+2
* btrfs: use raid_attr table in calc_stripe_length for nparityDavid Sterba2020-01-201-10/+5
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-01-201-288/+100
* 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