summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-10-31iomap: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31gfs2: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31f2fs: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31ext4: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31buffer: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31filemap: Add folio_next_pos()Matthew Wilcox (Oracle)
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig
2025-10-31nsfs: raise SB_I_NODEV and SB_I_NOEXECChristian Brauner
2025-10-31pidfs: raise DCACHE_DONTCACHE explicitlyChristian Brauner
2025-10-31nsfs: raise DCACHE_DONTCACHE explicitlyChristian Brauner
2025-10-31nsfs: use inode_just_drop()Christian Brauner
2025-10-31libfs: allow to specify s_d_flagsChristian Brauner
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