summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* struct p_log, variants of warnf() et.al. taking that one insteadAl Viro2020-02-071-0/+11
* teach logfc() to handle prefices, give it saner calling conventionsAl Viro2020-02-071-6/+10
* get rid of fs_value_is_filename_emptyAl Viro2020-02-071-1/+0
* don't bother with explicit length argument for __lookup_constant()Al Viro2020-02-071-3/+1
* fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-5/+0
* fs_parse: get rid of ->enumsAl Viro2020-02-071-19/+19
* Pass consistent param->type to fs_parse()Al Viro2020-02-071-1/+0
* nfs: optimise readdir cache page invalidationDai Ngo2020-02-041-0/+3
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-1/+1
* NFS: Add mount option 'softreval'Trond Myklebust2020-01-151-0/+1
* SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-152-5/+0
* sunrpc: convert to time64_t for expiryArnd Bergmann2020-01-152-3/+3
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-1/+1
* NFS: Add fs_context support.David Howells2020-01-151-3/+3
* nfs: don't pass nfs_subversion to ->create_server()Al Viro2020-01-151-1/+1
* nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co...Al Viro2020-01-151-2/+1
* mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-131-3/+15
* mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin2020-01-131-3/+2
* Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-101-22/+0
|\
| * block: remove unused mp_bvec_last_segmentJens Axboe2020-01-041-22/+0
* | Merge tag 'mtd/fixes-for-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-101-1/+1
|\ \
| * | mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian2020-01-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-093-1/+43
|\ \ \
| * | | macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet2020-01-081-0/+8
| * | | net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski2020-01-061-1/+1
| * | | can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Oliver Hartkopp2020-01-021-0/+34
* | | | Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-061-2/+2
|\ \ \ \
| * | | | spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean2019-12-271-2/+2
* | | | | Merge tag 'rtc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2020-01-061-0/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rtc: mt6397: fix alarm register overwriteRan Bi2019-12-111-0/+8
* | | | | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-2/+5
* | | | | Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2020-01-041-1/+4
|\ \ \ \ \
| * | | | | dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner2019-12-111-1/+4
| |/ / / /
* | | | | Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-031-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-0/+1
* | | | | Merge tag 'sizeof_field-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-021-9/+0
|\ \ \ \ \
| * | | | | kernel.h: Remove unused FIELD_SIZEOF()Kees Cook2019-12-301-9/+0
* | | | | | Revert "fs: remove ksys_dup()"Dominik Brodowski2020-01-021-0/+1
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-312-9/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-301-8/+11
| * | | | of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummyGeert Uytterhoeven2019-12-261-1/+1
* | | | | ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli2019-12-251-0/+2
* | | | | libata: Fix retrieving of active qcsSascha Hauer2019-12-251-0/+1
|/ / / /
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-221-1/+1
|\ \ \ \
| * | | | jbd2: fix kernel-doc notation warningRandy Dunlap2019-12-151-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-227-8/+54
|\ \ \ \ \
| * | | | | net: phy: ensure that phy IDs are correctly typedRussell King2019-12-201-1/+1
| * | | | | mod_devicetable: fix PHY module formatRussell King2019-12-201-2/+2
| * | | | | of: mdio: export of_mdiobus_child_is_phyAntoine Tenart2019-12-191-0/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-192-4/+6
| |\ \ \ \ \