summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-12-14ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-12-14btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana1-0/+1
2024-12-14btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu1-1/+5
2024-12-14btrfs: add might_sleep() annotationsChenXiaoSong1-0/+4
2024-12-14btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana1-1/+1
2024-12-14quota: flush quota_release_work upon quota writebackOjaswin Mujoo1-0/+2
2024-12-14xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-14nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng1-1/+1
2024-12-14jffs2: fix use of uninitialized variableQingfang Deng1-4/+3
2024-12-14ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed1-0/+2
2024-12-14ubifs: Correct the total block count by deducting journal reservationZhihao Cheng1-3/+3
2024-12-14NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust1-3/+5
2024-12-14NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-12-14smb3: request handle caching when caching directoriesSteve French1-1/+1
2024-12-14exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1
2024-12-14fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein1-10/+13
2024-12-14jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov1-1/+1
2024-12-14ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o3-5/+68
2024-12-14ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-12-14btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov4-21/+40
2024-12-14xfs: add bounds checking to xlog_recover_process_datalei lu1-1/+4
2024-12-14ntfs3: Add bounds checking to mi_enum_attr()lei lu1-13/+10
2024-12-14fs/ntfs3: Fixed overflow check in mi_enum_attr()Konstantin Komarov1-1/+1
2024-12-14NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-12-14NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-12-14NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-12-14f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5
2024-12-14f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu1-0/+2
2024-12-14f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang1-1/+2
2024-12-14f2fs: remove the unused flush argument to change_cursegChristoph Hellwig1-9/+7
2024-12-14f2fs: open code allocate_segment_by_defaultChristoph Hellwig1-26/+24
2024-12-14f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig2-15/+2
2024-12-14f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei1-1/+1
2024-12-14f2fs: fix to account dirty data in __get_secs_required()Chao Yu1-10/+25
2024-12-14f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han1-1/+1
2024-12-14smb: cached directories can be more than root file handlePaul Aurich1-1/+1
2024-12-14ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2-0/+6
2024-12-14fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac1-5/+5
2024-12-14unicode: Fix utf8_load() error pathAndré Almeida1-1/+1
2024-12-14hfsplus: don't query the device logical block size multiple timesThadeu Lima de Souza Cascardo2-1/+4
2024-12-14netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATINGZizhi Wo1-2/+1
2024-12-14cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo1-1/+3
2024-12-14ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2024-12-14ext4: make 'abort' mount option handling standardJan Kara2-14/+3
2024-12-14fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian1-3/+7
2024-12-14cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-0/+6
2024-12-14proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-11-22fs/9p: fix uninitialized values during inode evictEric Van Hensbergen1-10/+13
2024-11-22ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-11-22ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4