aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
31 hoursMerge branch 'vfs.iomap' into vfs.allvfs.allChristian Brauner1-54/+65
31 hoursMerge branch 'vfs.netfs' into vfs.allChristian Brauner970-10900/+15820
31 hoursMerge branch 'vfs.rw' into vfs.allChristian Brauner832-4887/+10630
31 hoursMerge branch 'vfs.mount.api' into vfs.allChristian Brauner6-309/+327
31 hoursMerge branch 'vfs.misc' into vfs.allChristian Brauner50-248/+437
5 daysafs: Fix fileserver rotation getting stuckvfs-6.10.miscvfs.miscDavid Howells1-2/+6
5 daysselftests: add F_DUPDFD_QUERY selftestsChristian Brauner1-1/+54
5 daysfcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds2-6/+28
6 daysfile: add fd_raw cleanup classChristian Brauner1-0/+1
11 daysfs: WARN when f_count resurrection is attemptedKees Cook1-1/+2
12 daysseq_file: Simplify __seq_puts()Christophe JAILLET1-8/+1
12 daysseq_file: Optimize seq_puts()Christophe JAILLET2-3/+14
13 daysproc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
13 daysMerge branch 'cifs-netfs' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...vfs-6.10.netfsvfs.netfsChristian Brauner19-2841/+797
13 daysMerge branch 'netfs-writeback' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner35-1755/+2509
13 dayscifs: Enable large folio supportDavid Howells1-0/+1
13 dayscifs: Remove some code that's no longer used, part 3David Howells1-1004/+0
13 dayscifs: Remove some code that's no longer used, part 2David Howells1-633/+1
13 dayscifs: Remove some code that's no longer used, part 1David Howells5-825/+0
13 dayscifs: Cut over to using netfslibDavid Howells14-180/+361
13 dayscifs: Implement netfslib hooksDavid Howells8-10/+345
13 dayscifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells1-1/+2
13 dayscifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2-1/+56
13 dayscifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells1-0/+6
13 dayscifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells3-55/+55
13 dayscifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2-3/+3
13 dayscifs: Make wait_mtu_credits take size_t argsDavid Howells5-14/+17
13 dayscifs: Use more fields from netfs_io_subrequestDavid Howells6-116/+113
13 dayscifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells6-89/+59
13 dayscifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells8-52/+58
13 dayscifs: Use alternative invalidation to using launder_folioDavid Howells3-143/+5
13 daysnetfs, afs: Use writeback retry to deal with alternate keysDavid Howells5-100/+104
13 daysnetfs: Miscellaneous tidy upsDavid Howells2-6/+2
13 daysnetfs: Remove the old writeback codeDavid Howells4-1180/+0
13 daysnetfs: Cut over to using new writeback codeDavid Howells11-78/+62
13 daysnetfs, cachefiles: Implement helpers for new write codeDavid Howells1-0/+74
13 daysnetfs, 9p: Implement helpers for new write codeDavid Howells4-0/+100
13 daysnetfs, afs: Implement helpers for new write codeDavid Howells3-0/+60
13 daysnetfs: Add some write-side stats and clean up some stat namesDavid Howells6-9/+23
13 daysnetfs: New writeback implementationDavid Howells8-9/+1829
13 daysnetfs: Switch to using unsigned long long rather than loff_tDavid Howells9-20/+24
13 daysmm: Export writeback_iter()David Howells1-0/+1
13 daysnetfs: Use mempools for allocating requests and subrequestsDavid Howells4-28/+89
13 daysnetfs: Remove ->launder_folio() supportDavid Howells4-80/+0
13 daysafs: Use alternative invalidation to using launder_folioDavid Howells4-11/+5
13 days9p: Use alternative invalidation to using launder_folioDavid Howells1-2/+0
13 daysmm: Provide a means of invalidation without using launder_folioDavid Howells3-4/+80
2024-04-29netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells3-6/+3
2024-04-29netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells2-2/+2
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells3-169/+2
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells10-104/+33
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells14-97/+143
2024-04-29netfs: Update i_blocks when write committed to pagecacheDavid Howells1-11/+34
2024-04-28Linux 6.9-rc6Linus Torvalds1-1/+1
2024-04-28Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-21/+38
2024-04-28Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-17/+53
2024-04-28Merge tag 'irq-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+2
2024-04-28sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov1-1/+6
2024-04-28sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov2-6/+12
2024-04-27Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds9-94/+132
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-29/+59
2024-04-27Merge tag '6.9-rc5-cifs-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-4/+9
2024-04-27Merge tag 'i2c-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-25/+16
2024-04-27profiling: Remove create_prof_cpu_mask().Tetsuo Handa2-48/+0
2024-04-27Merge tag 'soundwire-6.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+17
2024-04-27Merge tag 'dmaengine-fix-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-42/+64
2024-04-27Merge tag 'phy-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds10-42/+80
2024-04-27i2c: smbus: fix NULL function pointer dereferenceWolfram Sang1-6/+6
2024-04-26Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds44-193/+331
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds13-152/+137
2024-04-26Merge tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds3-1/+17
2024-04-26Merge tag 'arc-6.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds30-59/+50
2024-04-26Merge tag 'mtd/fixes-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-8/+7
2024-04-26Merge tag 'gpio-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+17
2024-04-26Merge tag 'cxl-fixes-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+17
2024-04-26Merge tag 'for-6.9/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+9
2024-04-26Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-21/+121
2024-04-26Merge tag 'loongarch-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-8/+14
2024-04-26Merge tag 'pwm/for-6.9-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2024-04-26Merge tag 'drm-fixes-2024-04-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds32-243/+131
2024-04-26Merge tag 'mtk-soc-fixes-for-v6.9' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-2/+6
2024-04-26Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"Palmer Dabbelt3-23/+29
2024-04-26RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Andrew Jones2-1/+11
2024-04-26perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie1-1/+1
2024-04-26Merge tag 'qcom-drivers-fixes-for-6.9' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann4-86/+153
2024-04-26Merge tag 'imx-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-1/+2
2024-04-26Merge tag 'mtk-dts64-fixes-for-v6.9' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann12-41/+70
2024-04-26Merge tag 'at91-fixes-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-8/+8
2024-04-26Merge tag 'qcom-arm64-fixes-for-6.9' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann10-38/+31
2024-04-26Merge branch 'v6.9-armsoc/dtsfixes' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann12-17/+61
2024-04-26netfs: Fix the pre-flush when appending to a file in writethrough modevfs-6.9-rc6.fixesvfs.fixesDavid Howells1-7/+6
2024-04-26fs: Create anon_inode_getfile_fmode()Dawid Osuchowski2-0/+38
2024-04-26MAINTAINERS: Update Uwe's email address, drop SIOX maintenanceUwe Kleine-König1-2/+1
2024-04-26MAINTAINERS: Drop entry for PCA9541 bus master selectorGuenter Roeck1-6/+0
2024-04-26Merge tag 'at24-fixes-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2-13/+10
2024-04-26Merge tag 'drm-xe-fixes-2024-04-25' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie5-24/+14
2024-04-26Merge tag 'drm-etnaviv-fixes-2024-04-25' of https://git.pengutronix.de/git/ls...Dave Airlie4-73/+2
2024-04-26Merge tag 'drm-misc-fixes-2024-04-25' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-97/+4
2024-04-26Merge tag 'amd-drm-fixes-6.9-2024-04-24' of https://gitlab.freedesktop.org/ag...Dave Airlie17-49/+111
2024-04-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+6
2024-04-25Merge tag '9p-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds4-22/+56
2024-04-25Merge tag 'acpi-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-23/+42
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds85-384/+830
2024-04-25smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-04-25smb3: missing lock when picking channelSteve French1-1/+3
2024-04-25Merge branch 'acpi-cppc'Rafael J. Wysocki1-18/+39
2024-04-25riscv: T-Head: Test availability bit before enabling MAE errataChristoph Müllner1-4/+10
2024-04-25riscv: thead: Rename T-Head PBMT to MAEChristoph Müllner3-19/+19
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-1/+1
2024-04-25selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...Muhammad Usama Anjum2-38/+2
2024-04-25selftests: sud_test: return correct emulated syscall value on RISC-VClément Léger1-0/+14
2024-04-25Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-22/+6
2024-04-25Merge tag 'for-linus-2024042501' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-40/+20
2024-04-25mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggersSergei Antonov1-0/+1
2024-04-25Merge tag 'nf-24-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-3/+7
2024-04-25af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2-1/+4
2024-04-25rust: remove `params` from `module` macro exampleAswin Unnikrishnan1-12/+0
2024-04-25kbuild: rust: force `alloc` extern to allow "empty" Rust filesMiguel Ojeda1-1/+1
2024-04-25net: b44: set pause params only when interface is upPeter Münster1-6/+8
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca3-5/+6
2024-04-25dpll: fix dpll_pin_on_pin_register() for multiple parent pinsArkadiusz Kubalewski1-25/+33
2024-04-25net: ravb: Fix registered interrupt namesGeert Uytterhoeven1-6/+5
2024-04-25octeontx2-af: fix the double free in rvu_npc_freemem()Su Hui1-1/+0
2024-04-25net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packetsJason Reeder1-0/+5
2024-04-25Merge branch 'intel-wired-lan-driver-updates-2024-04-23-i40e-iavf-ice'Jakub Kicinski3-12/+40
2024-04-25Merge branch 'fix-isolation-of-broadcast-traffic-and-unmatched-unicast-traffi...Jakub Kicinski5-21/+65
2024-04-25ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller1-8/+8
2024-04-25iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2024-04-25i40e: Report MFS in decimal base instead of hexErwan Velu1-2/+2
2024-04-25i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale1-1/+1
2024-04-25net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns()Dan Carpenter1-3/+5
2024-04-25net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu1-0/+1
2024-04-25macsec: Detect if Rx skb is macsec-related for offloading devices that update...Rahul Rameshbabu1-10/+36
2024-04-25ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2-11/+26
2024-04-25macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu1-0/+2
2024-04-25Revert "drm/etnaviv: Expose a few more chipspecs to userspace"Christian Gmeiner4-71/+0
2024-04-25drm/etnaviv: fix tx clock gating on some GC7000 variantsDerek Foreman1-2/+2
2024-04-25LoongArch: Lately init pmu after smp is onlineBibo Mao1-1/+1
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson4-6/+30
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson3-7/+16
2024-04-25Merge tag 'intel-gpio-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski1-3/+6
2024-04-25irqchip/gic-v3-its: Prevent double free on errorGuanrui Huang1-7/+2
2024-04-25iomap: do some small logical cleanup in buffered writevfs-6.10.iomapvfs.iomapZhang Yi1-5/+3
2024-04-25iomap: make iomap_write_end() return a booleanZhang Yi1-17/+31
2024-04-25iomap: use a new variable to handle the written bytes in iomap_write_iter()Zhang Yi1-16/+17
2024-04-25iomap: don't increase i_size if it's not a write operationZhang Yi1-25/+25
2024-04-25iomap: drop the write failure handles when unsharing and zeroingZhang Yi1-4/+6
2024-04-25Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller19-44/+152
2024-04-25net: phy: dp83869: Fix MII mode failureMD Danish Anwar1-1/+2
2024-04-25netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso1-1/+3
2024-04-25ARM: dts: imx6ull-tarragon: fix USB over-current polarityMichael Heimpold1-0/+1
2024-04-24Merge tag 'for-net-2024-04-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski12-49/+124
2024-04-24eth: bnxt: fix counting packets discarded due to OOM and netpollJakub Kicinski1-26/+18
2024-04-24igc: Fix LED-related deadlock on driver unbindLukas Wunner3-8/+35
2024-04-24Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"Duanqiang Wen1-1/+1
2024-04-24Revert "net: txgbe: fix i2c dev name cannot match clkdev"Duanqiang Wen1-5/+3
2024-04-24stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-04-24hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)1-4/+7
2024-04-24mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner1-9/+16
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)4-59/+39
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)3-10/+9
2024-04-24mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)1-23/+47
2024-04-24mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
2024-04-24selftests: mm: fix unused and uninitialized variable warningMuhammad Usama Anjum1-1/+1
2024-04-24selftests/harness: remove use of LINE_MAXEdward Liaw2-4/+9
2024-04-24Merge branch 'mlxsw-various-acl-fixes'Jakub Kicinski2-45/+75
2024-04-24mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel1-1/+5
2024-04-24mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel1-0/+7
2024-04-24mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel1-3/+17
2024-04-24mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel1-0/+4
2024-04-24mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel1-1/+1
2024-04-24mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel1-0/+1
2024-04-24mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel1-2/+8
2024-04-24mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel1-2/+2
2024-04-24mlxsw: spectrum_acl_tcam: Fix race in region ID allocationIdo Schimmel2-36/+30
2024-04-24net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-04-25ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno1-2/+4
2024-04-24Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski1-5/+13
2024-04-24Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee1-2/+2
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold1-2/+4
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold1-0/+3
2024-04-24Bluetooth: btusb: mediatek: Fix double free of skb in coredumpSean Wang1-4/+3
2024-04-24Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz1-5/+15
2024-04-24Bluetooth: qca: fix invalid device address checkJohan Hovold2-2/+38
2024-04-24Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2-3/+6
2024-04-24Bluetooth: btusb: Fix triggering coredump implementation for QCAZijun Hu1-5/+4
2024-04-24Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli1-0/+2
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz5-15/+26
2024-04-24Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2-6/+8
2024-04-24Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-27/+25
2024-04-24drm/xe/guc: Fix arguments passed to relay G2H handlersMichal Wajdeczko1-2/+2
2024-04-24drm/xe: call free_gsc_pkt only once on action add failureHimal Prasad Ghimiray1-8/+1
2024-04-24drm/xe: Remove sysfs only once on action add failureHimal Prasad Ghimiray3-14/+11
2024-04-24x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2-1/+3
2024-04-24gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete1-9/+11
2024-04-24fbdev: fix incorrect address computation in deferred IONam Cao1-1/+1
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig1-1/+3
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig1-2/+0
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig1-4/+4
2024-04-24x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan1-1/+1