summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin2021-06-101-20/+23
* ext4: fix error code in ext4_commit_superFengnan Chang2021-05-221-2/+4
* ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi2021-05-221-16/+32
* ext4: correct error label in ext4_rename()Zhang Yi2021-04-281-1/+1
* ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)2021-04-071-9/+9
* ext4: fix bh ref count on error pathsZhaolong Zhang2021-04-071-3/+3
* ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-241-4/+4
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-241-2/+27
* ext4: check journal inode extents more carefullyJan Kara2021-03-246-38/+36
* ext4: don't allow overlapping system zonesJan Kara2021-03-241-22/+12
* ext4: handle error of ext4_setup_system_zone() on remountJan Kara2021-03-241-1/+4
* ext4: fix superblock checksum failure when setting password saltJan Kara2021-01-231-0/+3
* ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-231-7/+9
* ext4: fix a memory leak of ext4_free_dataChunguang Xu2020-12-291-0/+1
* ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-241-1/+2
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-11-181-0/+1
* ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi2020-11-181-0/+1
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-181-2/+2
* ext4: Detect already used quota file earlyJan Kara2020-11-101-0/+5
* fscrypto: move ioctl processing more fully into common codeEric Biggers2020-11-102-31/+7
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-101-3/+3
* fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-09-031-7/+0
* ext4: fix potential negative array index in do_split()Eric Sandeen2020-08-261-3/+13
* ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-261-3/+3
* ext4: clean up ext4_match() and callersEric Biggers2020-08-261-56/+25
* ext4: fix direct I/O read errorJiang Ying2020-08-211-0/+5
* ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-301-1/+1
* ext4: fix race between ext4_sync_parent() and rename()Eric Biggers2020-06-201-15/+13
* ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar2020-06-201-3/+6
* ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo2020-05-201-0/+1
* ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2020-05-051-1/+1
* ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani2020-05-021-1/+2
* ext4: unsigned int compared against zeroColin Ian King2020-05-021-1/+2
* ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2020-05-021-0/+5
* ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2020-05-021-4/+8
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2020-05-022-0/+52
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2020-05-027-35/+56
* ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o2020-05-021-2/+4
* ext4: fix extent_status fragmentation for plain filesDmitry Monakhov2020-05-021-20/+27
* ext4: do not commit super on read-only bdevEric Sandeen2020-04-241-1/+2
* ext4: do not zeroout extents beyond i_disksizeJan Kara2020-04-241-4/+4
* ext4: fix incorrect inodes per group in error messageJosh Triplett2020-04-241-1/+1
* ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett2020-04-241-2/+2
* ext4: fix a data race at inode->i_blocksQian Cai2020-04-241-1/+1
* ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-03-111-3/+3
* ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2020-03-112-21/+39
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-03-115-37/+76
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-03-114-24/+96
* ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-282-9/+23
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-283-9/+9