summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig
2025-11-12xfs: remove a very outdated comment from xlog_alloc_logChristoph Hellwig
2025-11-12xfs: cleanup xlog_alloc_log a bitChristoph Hellwig
2025-11-12xfs: don't use xlog_in_core_2_t in struct xlog_in_coreChristoph Hellwig
2025-11-12xfs: add a on-disk log header cycle array accessorChristoph Hellwig
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig
2025-11-12iomap: simplify when reads can be skipped for writesJoanne Koong
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong
2025-11-12iomap: account for unaligned end offsets when truncating read rangeJoanne Koong
2025-11-12iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...Joanne Koong
2025-11-12fs: add iput_not_last()Mateusz Guzik
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin
2025-11-12power: always freeze efivarfsChristian Brauner
2025-11-12vfs: expose delegation support to userlandJeff Layton
2025-11-12nfsd: wire up GET_DIR_DELEGATION handlingJeff Layton
2025-11-12nfsd: allow DELEGRETURN on directoriesJeff Layton
2025-11-12nfsd: allow filecache to hold S_IFDIR filesJeff Layton
2025-11-12filelock: lift the ban on directory leases in generic_setleaseJeff Layton
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton
2025-11-12vfs: break parent dir delegations in open(..., O_CREAT) codepathJeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}Jeff Layton
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton
2025-11-12filelock: add struct delegated_inodeJeff Layton
2025-11-12filelock: rework the __break_lease API to use flagsJeff Layton
2025-11-12filelock: make lease_alloc() take a flags argumentJeff Layton
2025-11-11ocfs2: add extra flags check in ocfs2_ioctl_move_extents()Dmitry Antipov
2025-11-11Merge tag 'for-6.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-11smb: client: let smbd_disconnect_rdma_connection() turn CREATED into DISCONNE...Stefan Metzmacher
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun
2025-11-11smb: server: let smb_direct_disconnect_rdma_connection() turn CREATED into DI...Stefan Metzmacher
2025-11-11ntfs3: fix double free of sbi->options->nls and clarify ownership of fc->fs_p...YangWen
2025-11-11fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik
2025-11-11fuse: fix readahead reclaim deadlockJoanne Koong
2025-11-11xfs: reduce ilock roundtrips in xfs_qm_vop_dqallocChristoph Hellwig
2025-11-11xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}Christoph Hellwig
2025-11-11xfs: move quota locking into xrep_quota_itemChristoph Hellwig
2025-11-11xfs: move quota locking into xqcheck_commit_dquotChristoph Hellwig
2025-11-11xfs: move q_qlock locking into xqcheck_compare_dquotChristoph Hellwig
2025-11-11xfs: move q_qlock locking into xchk_quota_itemChristoph Hellwig
2025-11-11xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.Christoph Hellwig
2025-11-11xfs: remove q_qlock locking in xfs_qm_scall_setqlimChristoph Hellwig
2025-11-11xfs: return the dquot unlocked from xfs_qm_dqgetChristoph Hellwig
2025-11-11xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inodeChristoph Hellwig