summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: don't use the orphan list when migrating an inodeTheodore Ts'o2022-01-271-15/+4
* ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-271-1/+1
* ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques2022-01-271-1/+11
* ext4: avoid trim error on fs with small groupsJan Kara2022-01-272-2/+8
* ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-061-3/+3
* ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-09-221-0/+6
* ext4: fix avefreec in find_group_orlovPan Dong2021-07-201-6/+5
* ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi2021-07-201-3/+0
* ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi2021-07-201-0/+1
* ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam2021-07-201-0/+3
* 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
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-101-3/+3
* 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/+7
* ext4: fix partial cluster initialization when splitting extentJeffle Xu2020-06-291-1/+1
* ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar2020-06-201-3/+6
* ext4: lock the xattr block before checksuming itTheodore Ts'o2020-05-271-34/+32
* 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: 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-39/+61
* 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