aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-03btrfs: zoned: re-flow prepare_allocation_zoned()Johannes Thumshirn1-17/+24
2026-02-03btrfs: shrink the size of btrfs_bioQu Wenruo1-7/+8
2026-02-03btrfs: remove ASSERT compatibility for gcc < 8.xDavid Sterba1-17/+0
2026-02-03btrfs: pass level to _btrfs_printk() to avoid parsing level from stringDavid Sterba2-45/+30
2026-02-03btrfs: simplify internal btrfs_printk helpersDavid Sterba1-5/+13
2026-02-03btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_groupJohannes Thumshirn1-4/+4
2026-02-03btrfs: merge setting ret and return retDavid Sterba13-63/+32
2026-02-03btrfs: remove dead assignment in prepare_one_folio()Massimiliano Pellizzer1-4/+2
2026-02-03btrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo1-10/+16
2026-02-03btrfs: concentrate the error handling of submit_one_sector()Qu Wenruo1-14/+15
2026-02-03btrfs: search for larger extent maps inside btrfs_do_readpage()Qu Wenruo1-1/+14
2026-02-03btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helperQu Wenruo4-22/+23
2026-02-03btrfs: enable direct IO for bs > ps casesQu Wenruo1-15/+2
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers10-103/+137
2026-02-03btrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn2-10/+12
2026-02-03btrfs: relax squota parent qgroup deletion ruleBoris Burkov1-15/+35
2026-02-03btrfs: check squota parent usage on membership changeBoris Burkov1-0/+39
2026-02-03btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai2-38/+18
2026-02-03btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai2-14/+14
2026-02-03btrfs: update comment for visit_node_for_delete()Sun YangKai1-1/+0
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana1-0/+1
2026-02-02MIPS: tools: relocs: Ship a definition of R_MIPS_PC32Yao Zi1-0/+7
2026-02-02streamline_config.pl: remove superfluous exclamation markDiego Viola1-1/+1
2026-02-02Merge branch 'devlink-and-mlx5-support-cross-function-rate-scheduling'Jakub Kicinski4-15/+17
2026-02-02devlink: Refactor devlink_rate_nodes_checkCosmin Ratiu4-12/+16
2026-02-02devlink: Reverse locking order for nested instancesCosmin Ratiu1-3/+1
2026-02-03erofs: avoid some unnecessary #ifdefsFerry Meng3-24/+14
2026-02-02Merge branch 'net-stmmac-pcs-preparation'Jakub Kicinski4-31/+44
2026-02-02net: stmmac: handle integrated PCS phy_intf_sel separatelyRussell King (Oracle)3-3/+23
2026-02-02net: stmmac: move most PCS register definitions to stmmac_pcs.cRussell King (Oracle)2-26/+18
2026-02-02net: stmmac: clear half-duplex caps where unsupportedRussell King (Oracle)2-2/+3
2026-02-02net: spacemit: k1-emac: fix jumbo frame supportTomas Hlavacek1-6/+15
2026-02-02Merge branch 'add-support-for-renesas-rz-g3l-gbeth'Jakub Kicinski3-11/+70
2026-02-02net: stmmac: dwmac-renesas-gbeth: Add support for RZ/G3L SoCBiju Das1-0/+1
2026-02-02dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L SoCBiju Das2-11/+69
2026-02-03erofs: handle end of filesystem properly for file-backed mountsGao Xiang1-12/+8
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang7-45/+39
2026-02-03erofs: use inode_set_cached_link()Gao Xiang1-13/+21
2026-02-02dt-bindings: intel: Add Agilex eMMC supportNg Tze Yee1-0/+1
2026-02-02Documentation: document liveupdate cmdline parameterLi Chen1-0/+5
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song1-9/+14
2026-02-02mailmap: update Alexander Mikhalitsyn's emailsAlexander Mikhalitsyn1-0/+1
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)1-2/+0
2026-02-02x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper1-3/+4
2026-02-02bpf: Replace snprintf("%s") with strscpyThorsten Blum1-2/+3
2026-02-03platform/chrome: lightbar: Fix lightbar_program_ex alignmentGwendal Grignou1-2/+2
2026-02-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-88/+136
2026-02-02Merge branch 'mptcp-implement-read_sock-and-splice_read'Jakub Kicinski6-19/+308
2026-02-02selftests: mptcp: connect: cover splice modeGeliang Tang2-0/+6
2026-02-02selftests: mptcp: add splice io modeGeliang Tang1-1/+78