summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-21nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi1-1/+1
2024-06-21nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)1-30/+27
2024-06-21btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana1-9/+1
2024-06-21btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana1-6/+3
2024-06-21btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana1-9/+0
2024-06-21btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo1-1/+1
2024-06-16smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-16btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval1-6/+11
2024-06-16NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker1-1/+1
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov1-2/+2
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li1-1/+3
2024-06-16ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li1-1/+1
2024-06-169p: add missing locking around taking dentry fid listDominique Martinet1-2/+7
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-16nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-06-12pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia1-2/+2
2024-06-12nfs: keep server info for remountsMartin Kaiser1-3/+6
2024-06-12NFSv4: Fixup smatch warning for ambiguous returnBenjamin Coddington1-7/+5
2024-06-12fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov1-1/+1
2024-06-12fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov1-1/+2
2024-06-12f2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-06-12f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-06-12ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi1-3/+0
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-12f2fs: fix typos in commentsJinyoung CHOI7-14/+14
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-06-12ext4: fix potential unnitialized variableDan Carpenter1-0/+1
2024-06-12ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi1-70/+67
2024-06-12ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi1-3/+6
2024-06-12ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi1-2/+4
2024-06-12ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi1-3/+2
2024-06-12ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-06-12gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2-2/+3
2024-06-12gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher1-0/+3
2024-06-12jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev1-0/+3
2024-06-12nilfs2: fix out-of-range warningArnd Bergmann1-1/+1
2024-06-12ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-06-12openpromfs: finish conversion to the new mount APIEric Sandeen1-4/+4
2024-06-12epoll: be better about file lifetimesLinus Torvalds1-1/+37
2024-06-12ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-06-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-06-12fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov1-0/+1