summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-22cifs: Fix smb2_set_path_size()Volker Lendecke1-7/+24
2023-03-22ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+1
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li1-0/+11
2023-03-22ext4: update s_journal_inum if it changes after journal replayBaokun Li1-2/+5
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li1-10/+8
2023-03-22jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu1-8/+7
2023-03-22cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu1-12/+9
2023-03-17fs: hold writers when changing mount's idmappingChristian Brauner1-9/+20
2023-03-17xfs: remove xfs_setattr_time() declarationGaosheng Cui1-1/+0
2023-03-17ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2023-03-17ext4: add strict range checks while freeing blocksRitesh Harjani1-13/+3
2023-03-17ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani2-9/+20
2023-03-17ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani1-78/+102
2023-03-17filelocks: use mount idmapping for setlease permission checkSeth Forshee1-1/+2
2023-03-17attr: use consistent sgid stripping checksChristian Brauner6-25/+31
2023-03-17attr: add setattr_should_drop_sgid()Christian Brauner2-0/+34
2023-03-17fs: move should_remove_suid()Christian Brauner2-29/+29
2023-03-17attr: add in_group_or_capable()Christian Brauner3-8/+30
2023-03-17fs: move S_ISGID stripping into the vfs_*() helpersYang Xu3-15/+70
2023-03-17fs: add mode_strip_sgid() helperYang Xu1-4/+32
2023-03-17xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2-14/+3
2023-03-17xfs: fallocate() should call file_modified()Dave Chinner1-4/+9
2023-03-17xfs: remove XFS_PREALLOC_SYNCDave Chinner2-8/+11
2023-03-17xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong2-54/+5
2023-03-17ext4: Fix deadlock during directory renameJan Kara1-9/+17
2023-03-17ext4: Fix possible corruption when moving a directoryJan Kara1-1/+10
2023-03-17f2fs: retry to update the inode page given data corruptionJaegeuk Kim1-5/+7
2023-03-17f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim11-25/+26
2023-03-17f2fs: avoid down_write on nat_tree_lock during checkpointJaegeuk Kim1-0/+4
2023-03-17udf: Fix off-by-one error when discarding preallocationJan Kara1-1/+1
2023-03-17fs: dlm: start midcomms before scandAlexander Aring1-8/+8
2023-03-17fs: dlm: add midcomms init/start functionsAlexander Aring6-12/+37
2023-03-17fs: dlm: fix log of lowcomms vs midcommsAlexander Aring1-1/+1
2023-03-17ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng1-0/+1
2023-03-17ext4: fix WARNING in ext4_update_inline_dataYe Bin1-0/+3
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2-2/+6
2023-03-17ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong1-0/+2
2023-03-17ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney1-6/+7
2023-03-17ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-5/+6
2023-03-17btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn1-1/+2
2023-03-17fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o1-0/+1
2023-03-11ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers1-18/+26
2023-03-11f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Yangtao Li1-1/+5
2023-03-11ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng1-3/+9
2023-03-11ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng1-1/+8
2023-03-11ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng1-0/+15
2023-03-11ubifs: Fix memory leak in alloc_wbufs()Li Zetao1-4/+13
2023-03-11ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng1-4/+3
2023-03-11ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng1-0/+2
2023-03-11ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng1-1/+1