summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * | ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li2022-12-083-3/+11
| * | ext4: add helper to check quota inumsBaokun Li2022-12-081-3/+25
| * | ext4: remove trailing newline from ext4_msg() messageLuís Henriques2022-12-081-1/+1
| * | ext4: split ext4_journal_start trace for debugchangfengnan2022-12-013-11/+17
| * | ext4: journal_path mount options should follow linksLukas Czerner2022-12-011-1/+1
| * | ext4: check the return value of ext4_xattr_inode_dec_ref()Li Zhong2022-12-011-1/+2
| * | ext4: remove redundant variable errJinpeng Cui2022-12-011-3/+1
| * | ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li2022-12-011-1/+9
| * | fs/ext4: replace ternary operator with min()/max() and min_t()Jiangshan Yi2022-11-293-9/+5
| * | ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi2022-11-291-0/+6
| * | ext4: silence the warning when evicting inode with dioread_nolockZhang Yi2022-11-281-5/+5
* | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-126-7/+8
|\ \ \
| * | | fs: rename current get acl methodChristian Brauner2022-10-203-4/+4
| * | | fs: pass dentry to set acl methodChristian Brauner2022-10-193-3/+4
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-123-11/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld2022-11-181-7/+1
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-4/+3
| | |/ | |/|
* / | ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li2022-11-071-5/+13
|/ /
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-066-7/+21
|\ \
| * | ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o2022-11-061-2/+3
| * | ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan2022-11-061-1/+1
| * | ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-061-1/+2
| * | ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-061-1/+9
| * | ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o2022-10-272-2/+6
* | | fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton2022-10-281-4/+0
| |/ |/|
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-11/+9
|\ \
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-113-4/+4
| * | treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-111-3/+2
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-4/+3
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-1/+2
|\ \ \ | |/ / |/| |
| * | ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2022-10-121-1/+2
* | | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+3
|\ \ \ | |_|/ |/| |
| * | vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-0615-743/+903
|\ \
| * | ext4: fix potential out of bound read in ext4_fc_replay_scan()Ye Bin2022-09-301-2/+36
| * | ext4: factor out ext4_fc_get_tl()Ye Bin2022-09-301-21/+25
| * | ext4: introduce EXT4_FC_TAG_BASE_LEN helperYe Bin2022-09-302-26/+31
| * | ext4: factor out ext4_free_ext_path()Ye Bin2022-09-307-82/+54
| * | ext4: remove unnecessary drop path references in mext_check_coverage()Ye Bin2022-09-301-1/+0
| * | ext4: update 'state->fc_regions_size' after successful memory allocationYe Bin2022-09-301-4/+5
| * | ext4: fix potential memory leak in ext4_fc_record_regions()Ye Bin2022-09-301-6/+8
| * | ext4: fix potential memory leak in ext4_fc_record_modified_inode()Ye Bin2022-09-301-3/+5
| * | ext4: remove redundant checking in ext4_ioctl_checkpointGuoqing Jiang2022-09-301-3/+0
| * | ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()Jason Yan2022-09-301-3/+3
| * | ext4: remove useless local variable 'blocksize'Jason Yan2022-09-301-24/+21
| * | ext4: unify the ext4 super block loading operationJason Yan2022-09-301-80/+106
| * | ext4: factor out ext4_journal_data_mode_check()Jason Yan2022-09-301-25/+35
| * | ext4: factor out ext4_load_and_init_journal()Jason Yan2022-09-301-69/+88
| * | ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()Jason Yan2022-09-301-59/+84
| * | ext4: factor out ext4_geometry_check()Jason Yan2022-09-301-50/+61