summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-27ovl: Fix nested backing file pathsAndré Almeida1-2/+2
2025-06-27f2fs: fix to return correct error number in f2fs_sync_node_pages()Chao Yu1-2/+6
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+6
2025-06-27ext4: only dirty folios when data journaling regular filesBrian Foster1-1/+6
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi1-1/+2
2025-06-27ext4: factor out ext4_get_maxbytes()Zhang Yi3-12/+9
2025-06-27ext4: fix incorrect punch max_endZhang Yi1-3/+9
2025-06-27ext4: fix out of bounds punch offsetZhang Yi1-1/+1
2025-06-27ext4: fix calculation of credits for extent tree modificationJan Kara1-5/+6
2025-06-27ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo1-1/+1
2025-06-27ceph: set superblock s_magic for IMA fsmagic matchingDennis Marttinen1-0/+1
2025-06-27ceph: avoid kernel BUG for encrypted inode with unaligned file sizeViacheslav Dubeyko1-0/+9
2025-06-27jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-06-27jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-06-27fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()Max Kellermann1-1/+2
2025-06-27NFSv4: Don't check for OPEN feature support in v4.1Scott Mayhew1-2/+3
2025-06-27NFS: always probe for LOCALIO support asynchronouslyMike Snitzer4-5/+6
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng1-3/+3
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown1-1/+2
2025-06-27nfsd: fix access checking for NLM under XPRTSEC policiesOlga Kornievskaia1-1/+2
2025-06-27NFSD: Implement FATTR4_CLONE_BLKSIZE attributeChuck Lever1-1/+18
2025-06-27NFSD: fix race between nfsd registration and exports_procManinder Singh1-9/+8
2025-06-27NFSD: unregister filesystem in case genl_register_family() failsManinder Singh1-1/+3
2025-06-27fs: add S_ANON_INODEChristian Brauner3-5/+6
2025-06-27anon_inode: raise SB_I_NODEV and SB_I_NOEXECChristian Brauner1-0/+2
2025-06-27anon_inode: explicitly block ->setattr()Christian Brauner2-0/+9
2025-06-27anon_inode: use a proper mode internallyChristian Brauner3-1/+46
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-27configfs: Do not override creating attribute file failure in populate_attrs()Zijun Hu1-1/+1
2025-06-19gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_addAndrew Price2-2/+3
2025-06-19do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro1-21/+25
2025-06-19xfs: don't assume perags are initialised when trimming AGsDave Chinner1-1/+16
2025-06-19Don't propagate mounts into detached treesAl Viro3-20/+4
2025-06-199p: Add a migrate_folio methodMatthew Wilcox (Oracle)1-0/+1
2025-06-19pidfs: never refuse ppid == 0 in PIDFD_GET_INFOMike Yuan1-1/+1
2025-06-19smb: client: fix perf regression with deferred closesPaulo Alcantara1-3/+6
2025-06-19btrfs: exit after state split error at set_extent_bit()Filipe Manana1-1/+4
2025-06-19gfs2: pass through holder from the VFS for freeze/thawChristian Brauner1-6/+8
2025-06-19btrfs: fix fsync of files with no hard links not persisting deletionFilipe Manana1-8/+16
2025-06-19fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu1-5/+9
2025-06-19btrfs: exit after state insertion failure at btrfs_convert_extent_bit()Filipe Manana1-0/+1
2025-06-19do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-19clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+3
2025-06-19fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)1-10/+11
2025-06-19fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-19path_overmount(): avoid false negativesAl Viro1-6/+13
2025-06-19fs/fhandle.c: fix a race in call of has_locked_children()Al Viro1-4/+14
2025-06-19cifs: Fix validation of SMB1 query reparse point responsePali Rohár1-2/+18