summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring: add support for IORING_OP_CLOSEJens Axboe2020-01-202-0/+110
* io-wq: add support for uncancellable workJens Axboe2020-01-203-2/+12
* fs: move filp_close() outside of __close_fd_get_file()Jens Axboe2020-01-202-4/+8
* io_uring: add support for IORING_OP_OPENATJens Axboe2020-01-202-2/+95
* fs: make build_open_flags() available internallyJens Axboe2020-01-202-3/+4
* io_uring: add support for fallocate()Jens Axboe2020-01-202-0/+61
* Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfsJens Axboe2020-01-202-2/+5
|\
| * io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov2020-01-202-2/+5
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe2020-01-1944-116/+1696
|\ \
| * | Documentation: path-lookup: include new LOOKUP flagsAleksa Sarai2020-01-181-6/+62
| * | selftests: add openat2(2) selftestsAleksa Sarai2020-01-188-0/+1220
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-1826-39/+198
| * | namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolutionAleksa Sarai2019-12-081-16/+27
| * | namei: LOOKUP_IN_ROOT: chroot-like scoped resolutionAleksa Sarai2019-12-082-4/+9
| * | namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolutionAleksa Sarai2019-12-082-6/+78
| * | namei: LOOKUP_NO_XDEV: block mountpoint crossingAleksa Sarai2019-12-082-4/+28
| * | namei: LOOKUP_NO_MAGICLINKS: block magic-link resolutionAleksa Sarai2019-12-082-1/+10
| * | namei: LOOKUP_NO_SYMLINKS: block symlink resolutionAleksa Sarai2019-12-082-0/+6
| * | namei: allow set_root() to produce errorsAleksa Sarai2019-12-081-11/+24
| * | namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-085-11/+17
| * | nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-085-27/+26
| * | namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai2019-12-081-1/+1
* | | 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