summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-31ecryptfs: Use MD5 library instead of crypto_shashEric Biggers
2025-10-31iomap: use largest_zero_folio() in iomap_dio_zero()Pankaj Raghav
2025-10-30btrfs: mark dirty extent range for out of bound prealloc extentsaustinchang
2025-10-30btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new nameFilipe Manana
2025-10-30btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relationShardul Bankar
2025-10-30btrfs: ensure no dirty metadata is written back for an fs with errorsQu Wenruo
2025-10-30pidfs: expose coredump signalChristian Brauner
2025-10-30pidfs: drop struct pidfs_exit_infoChristian Brauner
2025-10-30pidfs: prepare to drop exit_info pointerChristian Brauner
2025-10-30pidfd: add a new supported_mask fieldChristian Brauner
2025-10-30pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_infoChristian Brauner
2025-10-30pidfs: fix PIDFD_INFO_COREDUMP handlingChristian Brauner
2025-10-30pidfs: use guard() for task_lockChristian Brauner
2025-10-29smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()...Stefan Metzmacher
2025-10-29smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara
2025-10-29jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'Nathan Chancellor
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun
2025-10-29mnt: Remove dead code which might prevent from buildingAndy Shevchenko
2025-10-29xfs: set s_min_writeback_pages for zoned file systemsChristoph Hellwig
2025-10-29writeback: allow the file system to override MIN_WRITEBACK_PAGESChristoph Hellwig
2025-10-29writeback: cleanup writeback_chunk_sizeChristoph Hellwig
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig
2025-10-29mm: remove filemap_fdatawrite_wbcChristoph Hellwig
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig
2025-10-29btrfs: push struct writeback_control into start_delalloc_inodesChristoph Hellwig
2025-10-29btrfs: use the local tmp_inode variable in start_delalloc_inodesChristoph Hellwig
2025-10-29ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_...Christoph Hellwig
2025-10-299p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_closeChristoph Hellwig
2025-10-29bfs: Reconstruct file type when loading from diskTetsuo Handa
2025-10-29afs: Fix dynamic lookup to fail on cell lookup failureDavid Howells
2025-10-28Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-28Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-10-28smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho
2025-10-27um/hostfs: define HOSTFS_ATTR_* via asm-offsetsJohannes Berg
2025-10-26smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_...Stefan Metzmacher
2025-10-26smb: server: call smb_direct_post_recv_credits() when the negotiation is doneStefan Metzmacher
2025-10-26ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao
2025-10-26cifs: fix typo in enable_gcm_256 module parameterSteve French
2025-10-26Merge tag 'x86_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-25Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-10-25Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-10-24Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-24Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-10-24f2fs: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes
2025-10-24f2fs: set default valid_thresh_ratio to 80 for zoned devicesDaeho Jeong
2025-10-24f2fs: maintain one time GC mode is enabled during whole zoned GC cycleDaeho Jeong
2025-10-23smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher
2025-10-23Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-23pstore/ram: Update module parameters from platform dataTzung-Bi Shih