summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan2021-07-141-4/+5
* ext4: fix avefreec in find_group_orlovPan Dong2021-07-141-6/+5
* ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi2021-07-141-3/+0
* ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi2021-07-141-0/+1
* ext4: return error code when ext4_fill_flex_info() failsYang Yingliang2021-07-141-0/+1
* ext4: fix overflow in ext4_iomap_alloc()Jan Kara2021-07-141-1/+1
* ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam2021-07-141-0/+3
* ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi2021-07-141-1/+8
* ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani2021-06-101-2/+4
* ext4: fix memory leak in ext4_mb_init_backend on error path.Phillip Potter2021-06-101-1/+1
* ext4: fix fast commit alignment issuesHarshad Shirwadkar2021-06-102-99/+90
* ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin2021-06-101-20/+23
* ext4: fix memory leak in ext4_fill_superAlexey Makhalov2021-06-101-2/+9
* ext4: fix debug format string warningArnd Bergmann2021-05-191-1/+1
* ext4: Fix occasional generic/418 failureJan Kara2021-05-111-4/+21
* ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2021-05-112-1/+8
* ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang2021-05-111-1/+3
* ext4: fix ext4_error_err save negative errno into superblockYe Bin2021-05-111-1/+1
* ext4: fix error code in ext4_commit_superFengnan Chang2021-05-111-2/+4
* ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi2021-05-111-3/+0
* ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi2021-05-111-16/+32
* 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: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-04-074-12/+39
* fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov2021-03-301-2/+9
* ext4: add reclaim checks to xattr codeJan Kara2021-03-301-0/+4
* ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-253-2/+12
* ext4: fix potential error in ext4_do_update_inodeShijie Luo2021-03-251-4/+4
* ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)2021-03-251-1/+1
* ext4: stop inode update before returnPan Bian2021-03-251-1/+3
* ext4: find old entry again if failed to rename whiteoutzhangyi (F)2021-03-251-2/+27
* ext4: fix error handling in ext4_end_enable_verity()Eric Biggers2021-03-251-34/+55
* ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o2021-03-171-1/+8
* ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting itGeert Uytterhoeven2021-03-041-2/+1
* ext4: fix potential htree index checksum corruptionTheodore Ts'o2021-03-041-4/+3
* ext4: fix superblock checksum failure when setting password saltJan Kara2021-01-191-0/+3
* ext4: don't leak old mountpoint samplesTheodore Ts'o2021-01-191-1/+1
* ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-191-8/+9
* ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park2021-01-191-1/+1
* ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li2021-01-191-11/+12
* ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu2021-01-061-4/+5
* ext4: check for invalid block size early when mounting a file systemTheodore Ts'o2021-01-061-24/+16
* ext4: don't remount read-only with errors=continue on rebootJan Kara2020-12-301-8/+6
* ext4: fix deadlock with fs freezing and EA inodesJan Kara2020-12-301-5/+14
* ext4: fix a memory leak of ext4_free_dataChunguang Xu2020-12-301-0/+1
* ext4: fix an IS_ERR() vs NULL checkDan Carpenter2020-12-301-2/+2
* ext4: prevent creating duplicate encrypted filenamesEric Biggers2020-12-261-0/+3
* ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-191-1/+2
* ext4: drop fast_commit from /proc/mountsTheodore Ts'o2020-11-191-4/+0
* Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o2020-11-111-11/+0