summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-04-10NFSD: Fix callback decoder status codesChuck Lever1-7/+7
2025-04-10fs/ntfs3: Prevent integer overflow in hdr_first_de()Dan Carpenter1-1/+1
2025-04-10fs/ntfs3: Fix a couple integer overflows on 32bit systemsDan Carpenter1-2/+2
2025-04-10isofs: fix KMSAN uninit-value bug in do_isofs_readdir()Qasim Ijaz1-1/+2
2025-04-10fs/ntfs3: Update inode->i_mapping->a_ops on compression stateKonstantin Komarov3-5/+26
2025-04-10fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failedYe Bin1-1/+3
2025-04-10fs/ntfs3: Factor out ntfs_{create/remove}_proc_root()Ye Bin1-9/+17
2025-04-10fs/ntfs3: Factor out ntfs_{create/remove}_procdir()Ye Bin1-23/+36
2025-04-10ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo3-9/+25
2025-04-10ext4: define ext4_journal_destroy wrapperOjaswin Mujoo2-10/+20
2025-04-10jbd2: add a missing data flush during file and fs synchronizationZhang Yi1-1/+11
2025-04-10btrfs: don't clobber ret in btrfs_validate_super()Mark Harmstone1-0/+3
2025-04-10btrfs: fix block group refcount race in btrfs_create_pending_block_groups()Boris Burkov1-0/+3
2025-04-10btrfs: fix reclaimed bytes accounting after automatic block group reclaimFilipe Manana1-7/+21
2025-04-10btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana1-5/+16
2025-04-10jbd2: fix off-by-one while erasing journalZhang Yi1-9/+6
2025-04-10ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-04-10ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13
2025-04-10ext4: introduce ITAIL helperYe Bin2-5/+8
2025-04-10f2fs: fix missing discard for active segmentsChunhai Guo1-1/+3
2025-04-10ext4: verify fast symlink lengthJan Kara1-2/+10
2025-04-10ext4: add missing brelse() for bh2 in ext4_dx_add_entry()Kemeng Shi1-4/+12
2025-04-10erofs: allow 16-byte volume name againGao Xiang2-10/+0
2025-04-10ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is setBaokun Li1-0/+3
2025-04-10ext4: correct behavior under errors=remount-ro modeBaokun Li1-11/+8
2025-04-10ext4: add EXT4_FLAGS_EMERGENCY_RO bitBaokun Li1-0/+6
2025-04-10ext4: convert EXT4_FLAGS_* defines to enumBaokun Li1-3/+5
2025-04-10ext4: fix potential null dereference in ext4 kunit testCharles Han1-0/+2
2025-04-10f2fs: fix to avoid running out of free segmentsChao Yu1-0/+12
2025-04-10f2fs: fix to avoid accessing uninitialized cursegChao Yu2-1/+15
2025-04-10gfs2: skip if we cannot defer deleteAndreas Gruenbacher1-2/+2
2025-04-10gfs2: minor evict fixAndreas Gruenbacher1-14/+3
2025-04-10f2fs: fix to call f2fs_recover_quota_end() correctlyChao Yu1-1/+1
2025-04-10f2fs: fix potential deadloop in prepare_compress_overwrite()Chao Yu2-4/+7
2025-04-10f2fs: add check for deleted inodeLeo Stone1-0/+8
2025-04-10f2fs: fix to set .discard_granularity correctlyChao Yu1-3/+2
2025-04-10jfs: add check read-only before truncation in jfs_truncate_nolock()Vasiliy Kovalev1-1/+1
2025-04-10jfs: add check read-only before txBeginAnon() callVasiliy Kovalev1-0/+10
2025-04-10jfs: reject on-disk inodes of an unsupported typeDmitry Antipov1-2/+11
2025-04-10coredump: Fixes core_pipe_limit sysctl proc_handlerNicolas Bouchinet1-1/+3
2025-04-10f2fs: fix to avoid panic once fallocation fails for pinfileChao Yu2-13/+15
2025-04-10dlm: prevent NPD when writing a positive value to event_doneThadeu Lima de Souza Cascardo1-1/+1
2025-04-10f2fs: quota: fix to avoid warning in dquot_writeback_dquots()Chao Yu3-22/+61
2025-04-10fs: support O_PATH fds with FSCONFIG_SET_FDChristian Brauner2-1/+3
2025-03-20Merge tag 'v6.14-rc7-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-73/+69
2025-03-20Merge tag 'vfs-6.14-final.fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-23/+22
2025-03-20Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+49
2025-03-20libfs: Fix duplicate directory entry in offset_dir_lookupYongjian Sun1-1/+1
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques1-1/+1
2025-03-19netfs: Fix netfs_unbuffered_read() to return ssize_t rather than intDavid Howells1-3/+3