summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ext4: keep "prefetch_grp" and "nr" consistentKemeng Shi2024-05-031-0/+1
| * | ext4: implement filesystem specific alloc_inode in unit testKemeng Shi2024-05-031-0/+24
| * | ext4: do not create EA inode under buffer lockJan Kara2024-05-031-60/+53
| * | Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"Jan Kara2024-05-031-0/+11
| * | ext4: replace deprecated strncpy with alternativesJustin Stitt2024-05-023-8/+5
| * | ext4: clean up s_mb_rb_lock to fix build warnings with C=1Baokun Li2024-05-021-1/+0
| * | ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li2024-05-021-1/+2
| * | ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li2024-05-021-1/+1
| * | ext4: add positive int attr pointer to avoid sysfs variables overflowBaokun Li2024-05-021-6/+19
| * | ext4: add new attr pointer attr_mb_orderBaokun Li2024-05-021-1/+12
| * | ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li2024-05-022-1/+16
| * | ext4: refactor out ext4_generic_attr_show()Baokun Li2024-05-021-42/+32
| * | ext4: refactor out ext4_generic_attr_store()Baokun Li2024-05-021-15/+25
| * | ext4: avoid overflow when setting values via sysfsBaokun Li2024-05-021-5/+6
| * | Revert "ext4: apply umask if ACL support is disabled"Max Kellermann2024-05-021-5/+0
| * | ext4: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet2024-05-021-0/+1
| * | ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara2024-05-021-1/+1
| * | ext4: remove unneeded if checks before kfreeThorsten Blum2024-05-021-4/+2
| * | ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2024-05-022-5/+1
| * | ext4: Remove PAGE_MASK dependency on mpage_submit_folioRitesh Harjani (IBM)2024-05-021-1/+1
| * | ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)2024-05-021-1/+1
| |/
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-132-7/+3
|\ \ | |/ |/|
| * fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-3/+3
| * fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)2024-03-261-4/+0
* | fs,block: yield devices earlyChristian Brauner2024-03-271-4/+4
|/
* Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-157-108/+679
|\
| * ext4: initialize sbi->s_freeclusters_counter and sbi->s_dirtyclusters_counter...Kemeng Shi2024-03-071-1/+19
| * ext4: hold group lock in ext4 kunit testKemeng Shi2024-03-071-0/+9