summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-04netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li1-2/+2
2024-10-04vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun1-0/+4
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-04f2fs: check discard support for conventional zonesShin'ichiro Kawasaki1-0/+7
2024-10-04f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-10-04f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-04f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-10-04f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2-3/+3
2024-10-04f2fs: fix to wait dio completionChao Yu1-0/+13
2024-10-04btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2-5/+3
2024-10-04btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo1-1/+1
2024-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana3-3/+34
2024-10-04debugfs show actual source in /proc/mountsMarc Aurèle La France1-0/+8
2024-10-04btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo1-2/+8
2024-10-04ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-10-04ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-10-04ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-10-04fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun1-1/+1
2024-10-04NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar1-2/+14
2024-10-04f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu2-79/+0
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong3-1/+14
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil3-26/+61
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu3-4/+11
2024-10-04f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu1-0/+4
2024-10-04f2fs: fix to wait page writeback before setting gcing flagChao Yu1-0/+4
2024-10-04f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil1-9/+3
2024-10-04f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu3-2/+17
2024-10-04f2fs: atomic: fix to avoid racing w/ GCChao Yu2-2/+16
2024-10-04nfsd: fix initial getattr on write delegationJeff Layton1-8/+25
2024-10-04nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown1-69/+62
2024-10-04nfsd: return -EINVAL when namelen is 0Li Lingfeng1-0/+8
2024-10-04nfsd: call cache_put if xdr_reserve_space returns NULLGuoqing Jiang1-4/+9
2024-10-04nfsd: fix refcount leak when file is unhashed after being foundJeff Layton1-0/+1
2024-10-04nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquireJeff Layton1-2/+0
2024-10-04quota: avoid missing put_quota_format when DQUOT_SUSPENDED is passedKemeng Shi1-1/+2
2024-10-04nilfs2: fix potential oob read in nilfs_btree_check_delete()Ryusuke Konishi1-2/+5
2024-10-04nilfs2: determine empty node blocks as corruptedRyusuke Konishi1-1/+1
2024-10-04nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()Ryusuke Konishi1-1/+2
2024-10-04ext4: check stripe size compatibility on remount as wellOjaswin Mujoo1-7/+22
2024-10-04ext4: avoid OOB when system.data xattr changes underneath the filesystemThadeu Lima de Souza Cascardo1-10/+21
2024-10-04ext4: return error on ext4_find_inline_entryThadeu Lima de Souza Cascardo1-3/+7
2024-10-04ext4: avoid negative min_clusters in find_group_orlov()Kemeng Shi1-0/+2
2024-10-04ext4: avoid potential buffer_head leak in __ext4_new_inode()Kemeng Shi1-3/+4
2024-10-04ext4: avoid buffer_head leak in ext4_mark_inode_used()Kemeng Shi1-2/+3
2024-10-04ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discardyangerkun1-6/+4
2024-10-04jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park2-3/+3
2024-10-04erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-33/+38
2024-10-04erofs: fix error handling in z_erofs_init_decompressorSandeep Dhavale1-1/+1