summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-02btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
2026-01-02nfsd: Mark variable __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
2026-01-02NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever1-1/+7
2026-01-02NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
2026-01-02NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2026-01-02fsnotify: do not generate ACCESS/MODIFY events on child for special filesAmir Goldstein1-1/+8
2026-01-02xfs: validate that zoned RT devices are zone alignedChristoph Hellwig1-0/+15
2026-01-02xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2026-01-02xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig1-6/+8
2026-01-02xfs: fix stupid compiler warningDarrick J. Wong1-1/+1
2026-01-02xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2026-01-02ocfs2: fix kernel BUG in ocfs2_find_victim_chainPrithvi Tambewagh1-0/+10
2026-01-02f2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
2026-01-02f2fs: fix to not account invalid blocks in get_left_section_blocks()Chao Yu1-3/+5
2026-01-02f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu1-8/+12
2026-01-02f2fs: fix uninitialized one_time_gc in victim_sel_policyXiaole He1-1/+1
2026-01-02f2fs: fix age extent cache insertion skip on counter overflowXiaole He3-4/+16
2026-01-02f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu4-37/+25
2026-01-02f2fs: invalidate dentry cache on failed whiteout creationDeepanshu Kartikey1-2/+4
2026-01-02f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-2/+5
2026-01-02f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-10/+16
2026-01-02f2fs: fix to avoid potential deadlockChao Yu3-46/+1
2026-01-02f2fs: fix to avoid updating compression context during writebackChao Yu4-3/+23
2026-01-02f2fs: ensure node page reads complete before f2fs_put_super() finishesJan Prusakowski1-8/+9
2026-01-02NFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo1-1/+2
2026-01-02jbd2: use a weaker annotation in journal handlingByungchul Park1-1/+1
2026-01-02jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa1-2/+4
2026-01-02ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2026-01-02ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2026-01-02ext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
2026-01-02ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2026-01-02ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()Fedor Pchelkin1-0/+4
2026-01-02ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
2026-01-02fs: PM: Fix reverse check in filesystems_freeze_callback()Rafael J. Wysocki1-1/+1
2026-01-02fs/ntfs3: fix mount failure for sparse runs in run_unpack()Konstantin Komarov1-1/+5
2026-01-02jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin1-0/+14
2026-01-02gfs2: fix freeze error handlingAlexey Velichayshiy1-3/+1
2026-01-02btrfs: don't rewrite ret from inode_permissionJosef Bacik1-3/+1
2026-01-02cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2026-01-02exfat: zero out post-EOF page cache on file extensionYuezhang Mo1-0/+5
2026-01-02exfat: fix remount failure in different process environmentsYuezhang Mo1-4/+15
2026-01-02fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert1-0/+9
2026-01-02fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert1-1/+1
2026-01-02nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
2026-01-02xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig1-2/+3
2026-01-02ksmbd: fix buffer validation by including null terminator size in EA lengthNamjae Jeon1-2/+2
2026-01-02ksmbd: Fix refcount leak when invalid session is found on session lookupNamjae Jeon1-1/+3
2026-01-02ksmbd: skip lock-range check on equal size to avoid size==0 underflowQianchang Zhao1-1/+4
2026-01-02gfs2: Fix use of bio_chainAndreas Gruenbacher1-1/+1
2026-01-02ksmbd: vfs: fix race on m_flags in vfs_cacheQianchang Zhao1-26/+62