summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-04ovl: do not fail because of O_NOATIMEMiklos Szeredi1-8/+3
2024-09-04binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier3-3/+11
2024-09-04ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2
2024-09-04NFS: avoid infinite loop in pnfs_update_layout.NeilBrown1-0/+8
2024-09-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-09-04btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...David Sterba1-2/+0
2024-09-04btrfs: send: handle unexpected data in header buffer in begin_cmd()David Sterba1-1/+6
2024-09-04btrfs: handle invalid root reference found in may_destroy_subvol()David Sterba1-1/+8
2024-09-04btrfs: change BUG_ON to assertion when checking for delayed_node rootDavid Sterba1-1/+1
2024-09-04virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-09-04fs: binfmt_elf_efpic: don't use missing interpreter's propertiesMax Filippov1-1/+1
2024-09-04quota: Remove BUG_ON from dqget()Jan Kara1-3/+2
2024-09-04ext4: do not trim the group with corrupted block bitmapBaokun Li1-0/+3
2024-09-04gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher1-1/+1
2024-09-04binfmt_misc: cleanup on filesystem umountChristian Brauner1-48/+168
2024-09-04btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()Alexander Lobakin1-4/+4
2024-09-04btrfs: tree-checker: add dev extent item checksQu Wenruo1-0/+69
2024-09-04fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-17/+13
2024-09-04vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng1-2/+37
2024-09-04fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-19exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook1-1/+7
2024-08-19ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi1-2/+1
2024-08-19jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi1-0/+1
2024-08-19btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana1-0/+1
2024-08-19udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov1-23/+13
2024-08-19protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro1-0/+1
2024-08-19ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-08-19ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-08-19sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-08-19fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
2024-08-19fuse: name fs_context consistentlyMiklos Szeredi3-41/+41
2024-08-19fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-08-19ceph: fix incorrect kmalloc size of pagevec mempoolethanwu1-1/+2
2024-08-19f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-08-19jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park1-1/+4
2024-08-19nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-08-19f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-08-19jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara2-1/+6
2024-08-19ext4: make sure the first directory block is not a holeBaokun Li1-11/+6
2024-08-19ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li1-5/+51
2024-08-19udf: Avoid using corrupted block bitmap bufferJan Kara2-3/+15
2024-08-19ext2: Verify bitmap and itable block numbers before using themJan Kara1-2/+9
2024-08-19hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu1-0/+3
2024-08-19nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi1-1/+1
2024-08-19fs/nilfs2: remove some unused macros to tame gccAlex Shi1-5/+0
2024-08-19fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand1-0/+2
2024-08-19ext4: avoid writing unitialized memory to disk in EA inodesJan Kara1-0/+6
2024-08-19ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)1-0/+2
2024-08-19hfsplus: fix to avoid false alarm of circular lockingChao Yu3-16/+29
2024-07-27filelock: Fix fcntl/close race recovery compat pathJann Horn1-5/+4