summaryrefslogtreecommitdiffstats
path: root/include/net/nexthop.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-07minixfs: Convert minix_make_empty() to use a folioMatthew Wilcox (Oracle)1-9/+9
2024-08-07minixfs: Convert minix_delete_entry() to work on a folioMatthew Wilcox (Oracle)3-10/+10
2024-08-07minixfs: Convert minix_set_link() and minix_dotdot() to take a folioMatthew Wilcox (Oracle)3-20/+17
2024-08-07minixfs: Convert minix_find_entry() to take a folioMatthew Wilcox (Oracle)3-33/+30
2024-08-07minixfs: Convert dir_get_page() to dir_get_folio()Matthew Wilcox (Oracle)1-31/+35
2024-08-07qnx6: Convert directory handling to use kmap_localMatthew Wilcox (Oracle)2-17/+11
2024-08-07qnx6: Convert qnx6_iget() to use a folioMatthew Wilcox (Oracle)1-8/+7
2024-08-07qnx6: Convert qnx6_checkroot() to use a folioMatthew Wilcox (Oracle)1-5/+5
2024-08-07qnx6: Convert qnx6_longname() to take a folioMatthew Wilcox (Oracle)1-18/+19
2024-08-07qnx6: Convert qnx6_find_entry() to qnx6_find_ino()Matthew Wilcox (Oracle)3-10/+4
2024-08-07qnx6: Convert qnx6_get_page() to qnx6_get_folio()Matthew Wilcox (Oracle)1-22/+24
2024-08-07sysv: Convert dir_commit_chunk() to take a folioMatthew Wilcox (Oracle)1-8/+8
2024-08-07sysv: Convert sysv_prepare_chunk() to take a folioMatthew Wilcox (Oracle)3-8/+8
2024-08-07sysv: Convert sysv_make_empty() to use a folioMatthew Wilcox (Oracle)1-12/+12
2024-08-07sysv: Convert sysv_delete_entry() to work on a folioMatthew Wilcox (Oracle)3-10/+10
2024-08-07sysv: Convert sysv_set_link() and sysv_dotdot() to take a folioMatthew Wilcox (Oracle)3-20/+17
2024-08-07sysv: Convert sysv_find_entry() to take a folioMatthew Wilcox (Oracle)3-35/+30
2024-08-07sysv: Convert dir_get_page() to dir_get_folio()Matthew Wilcox (Oracle)1-38/+42
2024-08-07ufs: Convert directory handling to kmap_localMatthew Wilcox (Oracle)2-28/+17
2024-08-07ufs; Convert ufs_commit_chunk() to take a folioMatthew Wilcox (Oracle)1-8/+8
2024-08-07ufs: Convert ufs_prepare_chunk() to take a folioMatthew Wilcox (Oracle)3-9/+9
2024-08-07ufs: Convert ufs_make_empty() to use a folioMatthew Wilcox (Oracle)1-13/+12
2024-08-07ufs: Convert ufs_delete_entry() to work on a folioMatthew Wilcox (Oracle)3-16/+19
2024-08-07ufs: Convert ufs_set_link() and ufss_dotdot() to take a folioMatthew Wilcox (Oracle)3-25/+21
2024-08-07ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle)3-31/+28
2024-08-07ufs: Convert ufs_check_page() to ufs_check_folio()Matthew Wilcox (Oracle)1-15/+13
2024-08-07ufs: Convert ufs_get_page() to ufs_get_folio()Matthew Wilcox (Oracle)1-53/+48
2024-08-07ufs: Convert ufs_get_page() to use a folioMatthew Wilcox (Oracle)1-9/+10
2024-07-28Linux 6.11-rc1v6.11-rc1Linus Torvalds1-2/+2
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10
2024-07-28kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez1-1/+1
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-07-27ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER caseTakashi Sakamoto1-2/+1
2024-07-27Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto1-3/+2
2024-07-27minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds2-2/+9
2024-07-27minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-07-26nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-07-26selftests/mm: skip test for non-LPA2 and non-LVA systemsDev Jain1-1/+15
2024-07-26mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-07-26mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_nodeRoman Gushchin1-0/+1
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan2-15/+18
2024-07-26decompress_bunzip2: fix rare decompression failureRoss Lagerwall1-1/+2
2024-07-26mm/huge_memory: avoid PMD-size page cache if neededGavin Shan2-5/+19
2024-07-26mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1
2024-07-26mm: fix old/young bit handling in the faulting pathRam Tummala1-1/+1
2024-07-26dt-bindings: arm: update James Clark's email addressJames Clark2-2/+2