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