summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-08-11fscontext: do not consume log entries when returning -EMSGSIZEAleksa Sarai
2025-08-11vfs: output mount_too_revealing() errors to fscontextAleksa Sarai
2025-08-11fs: Remove mount_bdevPedro Falcato
2025-08-11fs: Remove mount_nodevPedro Falcato
2025-08-11fs: always return zero on success from replace_fd()Thomas Weißschuh
2025-08-11fs: fix "writen"->"written"Xichao Zhao
2025-08-11fs: mark file_remove_privs_flags staticChristoph Hellwig
2025-08-11locks: Remove the last reference to EXPORT_OP_ASYNC_LOCK.Thiago Becker
2025-08-11fuse: keep inode->i_blkbits constantJoanne Koong
2025-08-11open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONEAleksa Sarai
2025-08-11iomap: Fix broken data integrity guarantees for O_SYNC writesJan Kara
2025-08-11fs: writeback: fix use-after-free in __mark_inode_dirty()Jiufei Xue
2025-08-11xfs: split xfs_zone_record_blocksChristoph Hellwig
2025-08-11xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn
2025-08-11xfs: reject max_atomic_write mount option for no reflinkJohn Garry
2025-08-11xfs: disallow atomic writes on DAXJohn Garry
2025-08-11fs/dax: Reject IOCB_ATOMIC in dax_iomap_rw()John Garry
2025-08-11xfs: remove XFS_IBULK_SAME_AGChristoph Hellwig
2025-08-11xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig
2025-08-11xfs: fix frozen file system assert in xfs_trans_allocChristoph Hellwig
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang
2025-08-11erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu
2025-08-11erofs: Do not select tristate symbols from bool symbolsGeert Uytterhoeven
2025-08-11erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo
2025-08-10smb: client: fix race with concurrent opens in rename(2)Paulo Alcantara
2025-08-10smb: client: fix race with concurrent opens in unlink(2)Paulo Alcantara
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-08-09Merge tag 'v6.17rc-part2-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-08-09Merge tag 'v6.17rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-08-07smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum
2025-08-07ksmbd: limit repeated connections from clients with the same IPNamjae Jeon
2025-08-07smb: client: only use a single wait_queue to monitor smbdirect connection statusStefan Metzmacher
2025-08-07smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher
2025-08-07smb: client: improve logging in smbd_conn_upcall()Stefan Metzmacher
2025-08-07smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher
2025-08-07btrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov
2025-08-07btrfs: zoned: do not select metadata BG as finish targetNaohiro Aota
2025-08-07btrfs: do not allow relocation of partially dropped subvolumesQu Wenruo
2025-08-07btrfs: error on missing block group when unaccounting log tree extent buffersFilipe Manana
2025-08-07btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()Qu Wenruo
2025-08-07btrfs: make btrfs_cleanup_ordered_extents() support large foliosQu Wenruo
2025-08-07btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()Leo Martins
2025-08-06smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher
2025-08-06smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher
2025-08-06smb: client: make use of struct smbdirect_send_ioStefan Metzmacher
2025-08-06smb: smbdirect: introduce struct smbdirect_send_ioStefan Metzmacher
2025-08-06smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher
2025-08-06smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher
2025-08-06smb: client: remove unused enum smbd_connection_statusStefan Metzmacher
2025-08-06smb: client: make use of smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher