aboutsummaryrefslogtreecommitdiffstats
path: root/fs/filesystems.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2019-12-20 23:52:55 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2020-02-07 14:48:34 -0500
commit7f5d38141e309bb4ba995d9726928af85a299c50 (patch)
tree06400fc56ab3282c8a137b8655d1dba7eb5925d5 /fs/filesystems.c
parentswitch rbd and libceph to p_log-based primitives (diff)
downloadlinux-7f5d38141e309bb4ba995d9726928af85a299c50.tar.gz
linux-7f5d38141e309bb4ba995d9726928af85a299c50.zip
new primitive: __fs_parse()
fs_parse() analogue taking p_log instead of fs_context. fs_parse() turned into a wrapper, callers in ceph_common and rbd switched to __fs_parse(). As the result, fs_parse() never gets NULL fs_context and neither do fs_context-based logging primitives Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/filesystems.c')
0 files changed, 0 insertions, 0 deletions
/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+2 2019-04-01cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva1-1/+1 2019-04-01net: dsa: read mac address from DT for slave deviceXiaofei Shen3-1/+6 2019-04-01tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet1-2/+3 2019-03-31r8169: use netif_receive_skb_list batchingHeiner Kallweit1-1/+4 2019-03-31mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko2-3/+3 2019-03-31mlxsw: spectrum_acl: Remove failed_rollback dead endJiri Pirko1-10/+10 2019-03-31mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()Jiri Pirko1-6/+5 2019-03-31mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()Jiri Pirko1-4/+1 2019-03-29net: bridge: use netif_is_bridge_port()Julian Wiedmann4-9/+7 2019-03-29team: use netif_is_team_port()Julian Wiedmann1-4/+2 2019-03-29cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni5-65/+95 2019-03-29cxgb4: Update 1.23.3.0 as the latest firmware supported.Vishal Kulkarni1-6/+6 2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu2-10/+37 2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet1-0/+2 2019-03-29MAINTAINERS: Fix mellanox Innova IPsecBoris Pismenny1-9/+0 2019-03-29selftests: tc-testing: Add pedit testsDmytro Linkin1-0/+903 2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern15-52/+76 2019-03-29net: Use common nexthop init and release helpersDavid Ahern3-37/+48 2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern4-19/+42 2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern9-127/+138 2019-03-29ipv4: Rename fib_nh entriesDavid Ahern10-174/+178 2019-03-29ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nhDavid Ahern1-19/+20 2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern2-18/+11 2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern7-30/+41 2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern3-4/+10 2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern2-108/+145 2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern2-12/+18 2019-03-29ipv4: Create init helper for fib_nhDavid Ahern2-89/+95 2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern3-27/+22 2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern1-6/+9