summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-01drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()Alex Deucher
2026-07-01drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()Alex Deucher
2026-07-01drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()Alex Deucher
2026-07-01drm/amdgpu/gfx8: drop unecessary BUG_ON()Alex Deucher
2026-07-01drm/amdgpu/soc24: reset dGPU if suspend got abortedJakob Linke
2026-07-01Merge tag 'nf-26-06-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni
2026-07-01drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelistsAshutosh Dixit
2026-07-01drm/xe: Remove redundant exec_queue_suspended() check in submit_exec_queue()Lu Yao
2026-07-01drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()Francois Dugast
2026-07-01drm/xe: wedge from the timeout handler only after releasing the queueRodrigo Vivi
2026-07-01ASoC: rsnd: adg: make rsnd_adg_clk_control() idempotentJohn Madieu
2026-07-01pkey: Move keytype check from pkey api to handlerHolger Dengler
2026-07-01Merge patch series "iomap: consolidate bio submission"Christian Brauner
2026-07-01iomap: submit read bio after each extentChristoph Hellwig
2026-07-01fuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong
2026-07-01iomap: consolidate bio submissionChristoph Hellwig
2026-07-01fhandle: reject detached mounts in capable_wrt_mount()David Lee
2026-07-01Merge patch series "netfs: Miscellaneous fixes"Christian Brauner
2026-07-01netfs: Fix DIO write retry for filesystems without a ->prepare_write()David Howells
2026-07-01netfs: Fix folio state after ENOMEM whilst under writeback iterationDavid Howells
2026-07-01netfs: Fix writeback error handlingDavid Howells
2026-07-01netfs: Fix writethrough to use collection offloadDavid Howells
2026-07-01netfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells
2026-07-01netfs: Fix kdoc warningDavid Howells
2026-07-01scatterlist: Fix offset in folio calc in extract_xarray_to_sg()David Howells
2026-07-01iov_iter: Remove unused variable in kunit_iov_iter.cDavid Howells
2026-07-01iov_iter: Fix a memory leak in iov_iter_extract_user_pages()David Howells
2026-07-01iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()David Howells
2026-07-01iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()David Howells
2026-07-01cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILEDavid Howells
2026-07-01cachefiles: Fix double fputDavid Howells
2026-07-01netfs: Fix netfs_create_write_req() to handle async cache object creationDavid Howells
2026-07-01netfs: Fix decision whether to disallow write-streaming due to fscache useDavid Howells
2026-07-01exec: fix off-by-one in binfmt max rewrite depth commentAlan Urmancheev
2026-07-01iomap: guard io_size EOF trim against concurrent truncate underflowMorduan Zang
2026-07-01xfs: fix the error unwind in xfs_open_devices()Christian Brauner
2026-07-01bpf: have bpf_real_data_inode() take a struct fileChristian Brauner
2026-07-01orangefs: keep the readdir entry size 64-bit in fill_from_part()Bryam Vargas
2026-07-01freevxfs: don't BUG() on unknown typed-extent typeFarhad Alemi
2026-07-01Merge patch series "afs: Miscellaneous fixes"Christian Brauner
2026-07-01fat: stop reading directory entries past the end-of-directory markerMatteo Croce
2026-07-01ovl: fix comment about locking orderAmir Goldstein
2026-07-01cachefiles: Fix double unlock in nomem_d_alloc error pathHongling Zeng
2026-07-01minix: avoid overflow in bitmap block count calculationMichael Bommarito
2026-07-01ovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee
2026-07-01proc: only bump parent nlink when registering directoriesKrzysztof WilczyƄski
2026-07-01iomap: release pages on atomic dio size mismatchFengnan Chang
2026-07-01MAINTAINERS: take over vboxsf from Hans de GoedeJori Koolstra
2026-07-01afs: Fix unchecked-length string display in debug statementDavid Howells
2026-07-01Merge patch series "fs: refuse O_TMPFILE creation with an unmapped fsuid or f...Christian Brauner