summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-1813-140/+309
|\
| * ext4: make sure the first directory block is not a holeBaokun Li2024-07-101-11/+6
| * ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li2024-07-101-5/+51
| * ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz2024-07-081-0/+5
| * ext4: avoid writing unitialized memory to disk in EA inodesJan Kara2024-07-081-0/+6
| * ext4: don't track ranges in fast_commit if inode has inlined dataLuis Henriques (SUSE)2024-07-081-0/+6
| * ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)2024-07-081-4/+4
| * ext4: use ext4_update_inode_fsync_trans() helper in inode creationLuis Henriques (SUSE)2024-07-051-4/+1
| * ext4: add missing MODULE_DESCRIPTION()Jeff Johnson2024-07-051-0/+1
| * ext4: use memtostr_pad() for s_volume_nameKees Cook2024-07-052-2/+2
| * ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi2024-06-271-32/+31
| * ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi2024-06-271-15/+36
| * ext4: factor out a helper to check the cluster allocation stateZhang Yi2024-06-271-17/+38
| * ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi2024-06-271-9/+9
| * ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi2024-06-273-24/+53
| * ext4: drop iblock parameterZhang Yi2024-06-271-8/+7
| * ext4: trim delalloc extentZhang Yi2024-06-271-4/+10
| * ext4: warn if delalloc counters are not zero on inactiveZhang Yi2024-06-271-1/+5
| * ext4: check the extent status again before inserting delalloc blockZhang Yi2024-06-271-0/+21
| * ext4: factor out a common helper to query extent mapZhang Yi2024-06-271-25/+32
| * ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)2024-06-271-0/+2
| * ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen2024-06-271-1/+5
| * ext4: block_validity: Remove unnecessary ‘NULL’ values from new_nodeLi zeming2024-06-271-1/+1
* | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-151-18/+4
|\ \
| * | ext4: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-18/+4
| |/
* | ext4: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi2024-06-074-32/+29
* | ext4: Reuse generic_ci_match for ci comparisonsGabriel Krisman Bertazi2024-06-071-65/+22
* | ext4: Simplify the handling of cached casefolded namesGabriel Krisman Bertazi2024-06-072-13/+12
|/
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-213-23/+5
|\
| * use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-033-5/+5
| * ext4: remove block_device_ejected()Yu Kuai2024-05-031-18/+0
* | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-1/+1
|\|
| * set_blocksize(): switch to passing struct file *Al Viro2024-05-021-1/+1
* | Merge tag 'ext4_for_linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-1816-349/+464
|\ \
| * | ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()Dan Carpenter2024-05-171-1/+1
| * | ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li2024-05-091-12/+10
| * | ext4: remove calls to to set/clear the folio error flagMatthew Wilcox (Oracle)2024-05-093-7/+1
| * | ext4: propagate errors from ext4_sb_bread() in ext4_xattr_block_cache_find()Baokun Li2024-05-071-11/+14
| * | ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li2024-05-071-1/+3
| * | ext4: remove the redundant folio_wait_stable()Zhang Yi2024-05-071-3/+0
| * | ext4: fix potential unnitialized variableDan Carpenter2024-05-071-0/+1
| * | ext4: convert ac_buddy_page to ac_buddy_folioMatthew Wilcox (Oracle)2024-05-072-5/+5
| * | ext4: convert ac_bitmap_page to ac_bitmap_folioMatthew Wilcox (Oracle)2024-05-072-5/+5
| * | ext4: convert ext4_mb_init_cache() to take a folioMatthew Wilcox (Oracle)2024-05-071-18/+19
| * | ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)2024-05-072-47/+46
| * | ext4: convert bd_bitmap_page to bd_bitmap_folioMatthew Wilcox (Oracle)2024-05-072-48/+52
| * | ext4: open coding repeated check in next_linear_groupKemeng Shi2024-05-031-16/+15
| * | ext4: use correct criteria name instead stale integer number in commentKemeng Shi2024-05-033-12/+17
| * | ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunkKemeng Shi2024-05-031-17/+21
| * | ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_usedKemeng Shi2024-05-031-0/+52