summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-12nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi1-10/+33
2024-09-12nilfs2: replace snprintf in show functions with sysfs_emitQing Wang1-38/+38
2024-09-12Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-09-12btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-09-12udf: Avoid excessive partition lengthsJan Kara1-0/+15
2024-09-12nilfs2: fix state management in error path of log writing functionRyusuke Konishi1-4/+6
2024-09-12nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi1-2/+33
2024-09-12fuse: use unsigned type for getxattr/listxattr size truncationJann Horn1-2/+2
2024-09-12udf: Limit file size to 4TBJan Kara1-1/+8
2024-09-04filelock: Correct the filelock owner in fcntl_setlk/fcntl_setlk64Long Li1-2/+2
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-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-04fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro1-17/+13
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-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-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-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-19ext4: avoid writing unitialized memory to disk in EA inodesJan Kara1-0/+6
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
2024-07-27jfs: don't walk off the end of ealistlei lu1-4/+19
2024-07-27ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu1-17/+29
2024-07-27filelock: Remove locks reliably when fcntl/close race is detectedJann Horn1-5/+4
2024-07-27hfsplus: fix uninit-value in copy_nameEdward Adam Davis1-1/+1
2024-07-27fs: better handle deep ancestor chains in is_subdir()Christian Brauner1-17/+14
2024-07-27fs/file: fix the check in find_next_fd()Yuntao Wang1-2/+2