aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-30pidfs: fix PIDFD_INFO_COREDUMP handlingChristian Brauner1-2/+4
2025-10-30pidfs: use guard() for task_lockChristian Brauner1-2/+1
2025-10-29smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()/sock_release()Stefan Metzmacher1-6/+2
2025-10-29smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara3-29/+66
2025-10-29jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'Nathan Chancellor1-3/+3
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun5-21/+5
2025-10-29mnt: Remove dead code which might prevent from buildingAndy Shevchenko1-10/+0
2025-10-29xfs: set s_min_writeback_pages for zoned file systemsChristoph Hellwig1-2/+26
2025-10-29writeback: allow the file system to override MIN_WRITEBACK_PAGESChristoph Hellwig2-9/+6
2025-10-29writeback: cleanup writeback_chunk_sizeChristoph Hellwig1-9/+5
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig1-2/+1
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig1-6/+5
2025-10-29mm: remove filemap_fdatawrite_wbcChristoph Hellwig1-3/+3
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig1-11/+2
2025-10-29btrfs: push struct writeback_control into start_delalloc_inodesChristoph Hellwig1-30/+21
2025-10-29btrfs: use the local tmp_inode variable in start_delalloc_inodesChristoph Hellwig1-3/+3
2025-10-29ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffersChristoph Hellwig1-9/+2
2025-10-299p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_closeChristoph Hellwig1-13/+4
2025-10-29bfs: Reconstruct file type when loading from diskTetsuo Handa1-1/+18
2025-10-29afs: Fix dynamic lookup to fail on cell lookup failureDavid Howells7-18/+86
2025-10-28Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-12/+43
2025-10-28Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-12/+35
2025-10-28smb: client: fix potential cfid UAF in smb2_query_info_compoundHenrique Carvalho1-1/+2
2025-10-26smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_disconnect_rdma_work()Stefan Metzmacher1-3/+8
2025-10-26smb: server: call smb_direct_post_recv_credits() when the negotiation is doneStefan Metzmacher1-8/+28
2025-10-26ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao1-1/+7
2025-10-26cifs: fix typo in enable_gcm_256 module parameterSteve French1-1/+1
2025-10-26Merge tag 'x86_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+7
2025-10-25Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-5/+21
2025-10-25Merge tag 'xfs-fixes-6.18-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-140/+193
2025-10-24Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-151/+273
2025-10-24Merge tag '6.18-rc2-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-39/+44
2025-10-23smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTEDStefan Metzmacher1-4/+3
2025-10-23Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-11/+64
2025-10-23cifs: #include cifsglob.h before trace.h to allow structs in tracepointsDavid Howells2-0/+2
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells4-21/+9
2025-10-23smb: client: get rid of d_drop() in cifs_do_rename()Paulo Alcantara1-4/+1
2025-10-22cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-22smb: client: make use of smbdirect_socket.send_io.lcredits.*Stefan Metzmacher1-25/+42
2025-10-22smb: server: make use of smbdirect_socket.send_io.lcredits.*Stefan Metzmacher1-5/+37
2025-10-22smb: server: simplify sibling_list handling in smb_direct_flush_send_list/send_doneStefan Metzmacher1-22/+38
2025-10-22smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiters on errorStefan Metzmacher1-4/+0
2025-10-22smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*Stefan Metzmacher1-1/+12
2025-10-22smb: server: allocate enough space for RW WRs and ib_drain_qp()Stefan Metzmacher1-91/+142
2025-10-22Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-9/+5
2025-10-22Merge tag 'erofs-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-29/+30
2025-10-22Merge tag '9p-for-6.18-rc3-v2' of https://github.com/martinetd/linuxLinus Torvalds3-22/+4
2025-10-22xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31
2025-10-22xfs: loudly complain about defunct mount optionsDarrick J. Wong1-2/+18
2025-10-22xfs: always warn about deprecated mount optionsDarrick J. Wong1-8/+17