summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: add helper to check quota inumsBaokun Li2023-01-121-3/+25
* ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li2023-01-123-3/+11
* ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui2023-01-121-1/+1
* ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li2023-01-121-1/+2
* fs: ext4: initialize fsdata in pagecache_write()Alexander Potapenko2023-01-121-1/+1
* ext4: remove trailing newline from ext4_msg() messageLuís Henriques2023-01-121-1/+1
* ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li2023-01-121-1/+9
* ext4: silence the warning when evicting inode with dioread_nolockZhang Yi2023-01-121-5/+5
* ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li2022-12-021-5/+13
* ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2022-11-101-1/+2
* ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-101-1/+9
* ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-101-1/+2
* ext4: continue to expand file system when the target size doesn't reachJerry Lee 李修賢2022-10-261-1/+1
* ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett2022-10-261-3/+3
* ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin2022-10-261-4/+5
* ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin2022-10-261-6/+8
* ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin2022-10-261-3/+5
* ext4: fix miss release buffer head in ext4_fc_write_inodeYe Bin2022-10-261-6/+9
* ext4: fix dir corruption when ext4_dx_add_entry() failsZhihao Cheng2022-10-261-5/+10
* ext4: place buffer head allocation before handle startJinke Han2022-10-261-0/+7
* ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi2022-10-261-11/+5
* ext4: don't increase iversion counter for ea_inodesLukas Czerner2022-10-261-1/+6
* ext4: fix check for block being out of directory sizeJan Kara2022-10-261-1/+1
* ext4: make ext4_lazyinit_thread freezableLalith Rajendran2022-10-261-0/+1
* ext4: fix null-ptr-deref in ext4_write_infoBaokun Li2022-10-261-1/+1
* ext4: avoid crash when inline data creation follows DIO writeJan Kara2022-10-261-0/+6
* ext4: use locality group preallocation for small closed filesJan Kara2022-09-281-12/+15
* ext4: avoid unnecessary spreading of allocations among groupsJan Kara2022-09-281-11/+13
* ext4: make mballoc try target group first even with mb_optimize_scanJan Kara2022-09-281-7/+7
* ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o2022-09-281-1/+3
* ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques2022-09-281-0/+4
* ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-281-1/+1
* ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-251-0/+10
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-251-5/+2
* ext4: fix race when reusing xattr blocksJan Kara2022-08-171-22/+45
* ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara2022-08-171-39/+38
* ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang2022-08-171-2/+1
* ext4: remove EA inode entry from mbcache on inode evictionJan Kara2022-08-173-16/+11
* ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-171-0/+16
* ext4: check if directory block is within i_sizeLukas Czerner2022-08-171-0/+7
* ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin2022-08-171-3/+9
* ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li2022-08-171-2/+1
* ext4: correct max_inline_xattr_value_size computingBaokun Li2022-08-171-0/+3
* ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2022-08-171-2/+4
* ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li2022-08-171-0/+13
* ext4: fix extent status tree race in writeback error recovery pathEric Whitney2022-08-171-0/+7
* ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o2022-08-171-0/+1
* ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng2022-08-171-1/+3
* ext4: add reserved GDT blocks checkZhang Yi2022-06-221-0/+10
* ext4: make variable "count" signedDing Xiang2022-06-221-1/+2