summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-01ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)
2025-02-01smb: client: handle lack of EA support in smb2_query_path_info()Paulo Alcantara
2025-02-01libfs: Use d_children list to iterate simple_offset directoriesChuck Lever
2025-02-01libfs: Replace simple_offset end-of-directory detectionChuck Lever
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever
2025-02-01libfs: Return ENOSPC when the directory offset range is exhaustedChuck Lever
2025-02-01shmem: Fix shmem_rename2()Chuck Lever
2025-02-01libfs: Add simple_offset_rename() APIChuck Lever
2025-02-01libfs: Fix simple_offset_rename_exchange()Chuck Lever
2025-02-01libfs: Add simple_offset_empty()Chuck Lever
2025-02-01libfs: Define a minimum directory offsetChuck Lever
2025-02-01libfs: Re-arrange locking in offset_iterate_dir()Chuck Lever
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher
2025-01-23nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang
2025-01-23fs: relax assertions on failure to encode file handlesAmir Goldstein
2025-01-23ovl: support encoding fid from inode with no aliasAmir Goldstein
2025-01-23ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2025-01-23ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen
2025-01-23cachefiles: Parse the "secctx" immediatelyMax Kellermann
2025-01-23fs: fix missing declaration of init_filesZhang Kunbo
2025-01-23hfs: Sanity check the root recordLeo Stone
2025-01-23smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara
2025-01-21Revert "ovl: do not encode lower fh with upper sb_writers held"Greg Kroah-Hartman
2025-01-21Revert "ovl: pass realinode to ovl_encode_real_fh() instead of realdentry"Greg Kroah-Hartman
2025-01-21Revert "ovl: support encoding fid from inode with no alias"Greg Kroah-Hartman
2025-01-17mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand
2025-01-17fs/Kconfig: make hugetlbfs a menuconfigPeter Xu
2025-01-17f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin
2025-01-17smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya
2025-01-17ksmbd: Implement new SMB3 POSIX typeNamjae Jeon
2025-01-17ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang
2025-01-17afs: Fix the maximum cell name lengthDavid Howells
2025-01-17ksmbd: fix a missing return value check bugWentao Liang
2025-01-17btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo
2025-01-17erofs: fix PSI memstall accountingGao Xiang
2025-01-17erofs: handle overlapped pclusters out of crafted images properlyGao Xiang
2025-01-17ovl: support encoding fid from inode with no aliasAmir Goldstein
2025-01-17ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2025-01-17ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein
2025-01-17exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo
2025-01-17exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo
2025-01-17jbd2: flush filesystem device before updating tail sequenceZhang Yi
2025-01-17jbd2: increase IO priority for writing revoke recordsZhang Yi
2025-01-09fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
2025-01-09smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya
2025-01-09ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon
2025-01-09ksmbd: retry iterate_dir in smb2_query_dirHobin Woo