aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-02-07fs_parse: handle optional arguments sanelyGravatar Al Viro 1-1/+0
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 4-12/+11
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-3/+4
2020-02-07add prefix to fs_context->logGravatar Al Viro 2-6/+11
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logGravatar Al Viro 1-2/+3
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 2-4/+6
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadGravatar Al Viro 1-0/+11
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsGravatar Al Viro 1-6/+10
2020-02-07get rid of fs_value_is_filename_emptyGravatar Al Viro 1-1/+0
2020-02-07don't bother with explicit length argument for __lookup_constant()Gravatar Al Viro 1-3/+1
2020-02-07fold struct fs_parameter_enum into struct constant_tableGravatar Al Viro 1-5/+0
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-19/+19
2020-02-07Pass consistent param->type to fs_parse()Gravatar Al Viro 1-1/+0
2020-02-04nfs: optimise readdir cache page invalidationGravatar Dai Ngo 1-0/+3
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Gravatar Trond Myklebust 1-1/+1
2020-01-15NFS: Add mount option 'softreval'Gravatar Trond Myklebust 1-0/+1
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Gravatar Trond Myklebust 2-5/+0
2020-01-15sunrpc: convert to time64_t for expiryGravatar Arnd Bergmann 2-3/+3
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-1/+1
2020-01-15NFS: Add fs_context support.Gravatar David Howells 1-3/+3
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Gravatar Al Viro 1-1/+1
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Gravatar Al Viro 1-2/+1
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyGravatar Vlastimil Babka 1-3/+15
2020-01-13mm: memcg/slab: fix percpu slab vmstats flushingGravatar Roman Gushchin 1-3/+2
2020-01-10Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-22/+0
2020-01-10Merge tag 'mtd/fixes-for-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-01-09mtd: onenand: omap2: Fix errors in styleGravatar Amir Mahdi Ghorbanian 1-1/+1
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-1/+43
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Gravatar Eric Dumazet 1-0/+8
2020-01-06net: ethernet: sxgbe: Rename Samsung to lowercaseGravatar Krzysztof Kozlowski 1-1/+1
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2020-01-06Merge tag 'rtc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Gravatar Linus Torvalds 1-0/+8
2020-01-04block: remove unused mp_bvec_last_segmentGravatar Jens Axboe 1-22/+0
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryGravatar David Hildenbrand 1-2/+5
2020-01-04Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav...Gravatar Linus Torvalds 1-1/+4
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2020-01-02Merge tag 'sizeof_field-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+0
2020-01-02Revert "fs: remove ksys_dup()"Gravatar Dominik Brodowski 1-0/+1
2020-01-02can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Gravatar Oliver Hartkopp 1-0/+34
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-9/+12
2019-12-30ptp: fix the race between the release of ptp_clock and cdevGravatar Vladis Dronov 1-8/+11
2019-12-30kernel.h: Remove unused FIELD_SIZEOF()Gravatar Kees Cook 1-9/+0
2019-12-28block: add bio_truncate to fix guard_bio_eodGravatar Ming Lei 1-0/+1
2019-12-27spi: Don't look at TX buffer for PTP system timestampingGravatar Vladimir Oltean 1-2/+2
2019-12-26of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummyGravatar Geert Uytterhoeven 1-1/+1
2019-12-25ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Gravatar Florian Fainelli 1-0/+2
2019-12-25libata: Fix retrieving of active qcsGravatar Sascha Hauer 1-0/+1
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 7-8/+54
2019-12-20net: phy: ensure that phy IDs are correctly typedGravatar Russell King 1-1/+1