summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-169p: simplify v9fs_vfs_atomic_open_dotl()Al Viro
2025-09-169p: simplify v9fs_vfs_atomic_open()Al Viro
2025-09-16allow finish_no_open(file, ERR_PTR(-E...))Al Viro
2025-09-16xfs: move the XLOG_REG_ constants out of xfs_log_format.hChristoph Hellwig
2025-09-16xfs: adjust the hint based zone allocation policyHans Holmberg
2025-09-16xfs: refactor hint based zone allocationHans Holmberg
2025-09-16xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig
2025-09-16xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig
2025-09-16xfs: remove the unused xfs_log_iovec_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_qoff_logformat_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_dq_logformat_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_buf_log_format_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_efd_log_format_64_t typedefChristoph Hellwig
2025-09-16xfs: remove the unused xfs_efd_log_format_32_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efd_log_format_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efi_log_format_64_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efi_log_format_32_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_efi_log_format_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_extent64_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_extent32_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_extent_t typedefChristoph Hellwig
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig
2025-09-16mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_listAl Viro
2025-09-16f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu
2025-09-16f2fs: fix to avoid migrating empty sectionChao Yu
2025-09-16f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu
2025-09-16f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu
2025-09-15open_detached_copy(): separate creation of namespace into helperAl Viro
2025-09-15open_detached_copy(): don't bother with mount_lock_hash()Al Viro
2025-09-15path_has_submounts(): use guard(mount_locked_reader)Al Viro
2025-09-15fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()Al Viro
2025-09-15ecryptfs: get rid of pointless mount references in ecryptfs dentriesAl Viro
2025-09-15umount_tree(): take all victims out of propagation graph at onceAl Viro
2025-09-15do_mount(): use __free(path_put)Al Viro
2025-09-15do_move_mount_old(): use __free(path_put)Al Viro
2025-09-15constify can_move_mount_beneath() argumentsAl Viro
2025-09-15path_umount(): constify struct path argumentAl Viro
2025-09-15may_copy_tree(), __do_loopback(): constify struct path argumentAl Viro
2025-09-15path_mount(): constify struct path argumentAl Viro
2025-09-15do_{loopback,change_type,remount,reconfigure_mnt}(): constify struct path arg...Al Viro
2025-09-15do_new_mount{,_fc}(): constify struct path argumentAl Viro
2025-09-15mnt_warn_timestamp_expiry(): constify struct path argumentAl Viro
2025-09-15do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path ...Al Viro
2025-09-15collect_paths(): constify the return valueAl Viro
2025-09-15drop_collected_paths(): constify argumentsAl Viro
2025-09-15do_set_group(): constify path argumentsAl Viro
2025-09-15do_mount_setattr(): constify path argumentAl Viro
2025-09-15constify check_mnt()Al Viro
2025-09-15do_lock_mount(): don't modify path.Al Viro