summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-12fs:aio: Remove TODO comment suggesting hash or array usage in io_cancel()Mohammed Anees
2024-11-12hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo
2024-11-06freevxfs: Replace one-element array with flexible array memberThorsten Blum
2024-11-01fs: optimize acl_permission_check()Linus Torvalds
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-10-22acl: Annotate struct posix_acl with __counted_by()Thorsten Blum
2024-10-22epoll: Add synchronous wakeup support for ep_poll_callbackXuewen Yan
2024-10-22coredump: add cond_resched() to dump_user_rangeRik van Riel
2024-10-22fs/inode: Fix a typoAndrew Kreimer
2024-10-22fcntl: make F_DUPFD_QUERY associativeChristian Brauner
2024-10-22vfs: inode insertion kdoc correctionsAndreas Gruenbacher
2024-10-22namespace: Use atomic64_inc_return() in alloc_mnt_ns()Uros Bizjak
2024-10-22fs: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-22vfs: Add a sysctl for automated deletion of dentryYafang Shao
2024-10-22epoll: annotate racy checkChristian Brauner
2024-10-02fs: support relative paths with FSCONFIG_SET_STRINGHongbo Li
2024-10-02Merge patch series "Introduce tracepoint for hugetlbfs"Christian Brauner
2024-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner
2024-10-01exportfs: Remove EXPORT_OP_ASYNC_LOCKBenjamin Coddington
2024-10-01NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington
2024-09-29Merge tag 'bcachefs-2024-09-28' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-09-28Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-09-28Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-28Merge tag '6.12rc-more-smb3-client-fixes' of git://git.samba.org/sfrench/cifs...Linus Torvalds
2024-09-27bcachefs: check_subvol_path() now prints subvol root inodeKent Overstreet
2024-09-27bcachefs: remove_backpointer() now checks if dirent points to inodeKent Overstreet
2024-09-27bcachefs: dirent_points_to_inode() now warns on mismatchKent Overstreet
2024-09-27bcachefs: Fix lost wake upAlan Huang
2024-09-27bcachefs: Check for logged ops when cleanKent Overstreet
2024-09-27bcachefs: BCH_FS_clean_recoveryKent Overstreet
2024-09-27bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet
2024-09-27bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet
2024-09-27bcachefs: Check for accounting keys with bversion=0Kent Overstreet
2024-09-27bcachefs: rename version -> bversionKent Overstreet
2024-09-27bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet
2024-09-27bcachefs: Fix BCH_SB_ERRS() so we can reorderKent Overstreet
2024-09-27bcachefs: Fix fsck warnings from bkey validationKent Overstreet
2024-09-27bcachefs: Move transaction commit path validation to as late as possibleKent Overstreet
2024-09-27bcachefs: Fix disk accounting attempting to mark invalid replicas entryKent Overstreet
2024-09-27bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()Kent Overstreet
2024-09-27bcachefs: Fix accounting read + device removalKent Overstreet
2024-09-27bcachefs: bch_accounting_modeKent Overstreet
2024-09-27bcachefs: fix transaction restart handling in check_extents(), check_dirents()Kent Overstreet
2024-09-27bcachefs: kill inode_walker_entry.seen_this_posKent Overstreet
2024-09-27bcachefs: Fix incorrect IS_ERR_OR_NULL usageKent Overstreet
2024-09-27bcachefs: fix the memory leak in exception caseHongbo Li
2024-09-27bcachefs: fast exit when darray_make_room failedHongbo Li
2024-09-27bcachefs: Fix iterator leak in check_subvol()Kent Overstreet
2024-09-27bcachefs: Add snapshot to bch_inode_unpackedKent Overstreet
2024-09-27bcachefs: assign return error when iterating through layoutDiogo Jahchan Koike