summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-01-23nfsd: add list_head nf_gc to struct nfsd_fileYouzhong Yang2-8/+11
2025-01-23fs: relax assertions on failure to encode file handlesAmir Goldstein2-6/+3
2025-01-23ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-23ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-23ocfs2: fix deadlock in ocfs2_get_system_file_inodeMohammed Anees1-1/+7
2025-01-23fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-23cachefiles: Parse the "secctx" immediatelyMax Kellermann3-11/+12
2025-01-23fs: fix missing declaration of init_filesZhang Kunbo1-0/+1
2025-01-23hfs: Sanity check the root recordLeo Stone1-1/+3
2025-01-23smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara1-2/+1
2025-01-21Revert "ovl: do not encode lower fh with upper sb_writers held"Greg Kroah-Hartman5-104/+42
2025-01-21Revert "ovl: pass realinode to ovl_encode_real_fh() instead of realdentry"Greg Kroah-Hartman4-12/+10
2025-01-21Revert "ovl: support encoding fid from inode with no alias"Greg Kroah-Hartman1-25/+21
2025-01-17mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand1-0/+4
2025-01-17fs/Kconfig: make hugetlbfs a menuconfigPeter Xu1-10/+12
2025-01-17f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin1-6/+6
2025-01-17smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya1-1/+18
2025-01-17ksmbd: Implement new SMB3 POSIX typeNamjae Jeon2-0/+50
2025-01-17ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-17afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2025-01-17ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2025-01-17btrfs: avoid NULL pointer dereference if no valid extent treeQu Wenruo1-0/+4
2025-01-17erofs: fix PSI memstall accountingGao Xiang1-4/+3
2025-01-17erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-28/+31
2025-01-17ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-17ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-17ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein5-42/+104
2025-01-17exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo1-0/+10
2025-01-17exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo1-1/+2
2025-01-17jbd2: flush filesystem device before updating tail sequenceZhang Yi1-2/+2
2025-01-17jbd2: increase IO priority for writing revoke recordsZhang Yi1-1/+1
2025-01-09fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand1-1/+1
2025-01-09ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam2-1/+2
2025-01-09smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya1-0/+1
2025-01-09ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2025-01-09ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2025-01-09ceph: give up on paths longer than PATH_MAXMax Kellermann1-5/+4
2025-01-09btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn1-1/+1
2025-01-09f2fs: fix to wait dio completionChao Yu1-0/+13
2025-01-09btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana1-7/+4
2025-01-09btrfs: rename and export __btrfs_cow_block()Filipe Manana2-15/+22
2025-01-09udf: Verify inode link counts before performing renameJan Kara1-0/+10
2025-01-09udf_rename(): only access the child content on cross-directory renameAl Viro1-1/+6
2025-01-09fs/ntfs3: Fix warning in ni_fiemapKonstantin Komarov3-94/+21
2025-01-09fs/ntfs3: Implement fallocate for compressed filesKonstantin Komarov2-11/+17
2025-01-09ext4: partial zero eof block on unaligned inode size extensionBrian Foster2-16/+42
2025-01-09ext4: convert to new timestamp accessorsJeff Layton9-35/+56
2025-01-09smb: client: fix use-after-free of signing keyPaulo Alcantara2-18/+40