summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-289-125/+218
|\
| * ext4: fix incorrect options show of original mount_opt and extend mount_opt2Zhang Yi2023-02-252-7/+22
| * ext4: Fix possible corruption when moving a directoryJan Kara2023-02-251-1/+10
| * ext4: init error handle resource before init group descriptorsYe Bin2023-02-251-12/+7
| * ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li2023-02-191-0/+11
| * ext4: update s_journal_inum if it changes after journal replayBaokun Li2023-02-191-2/+5
| * ext4: fail ext4_iget if special inode unallocatedBaokun Li2023-02-191-10/+8
| * ext4: fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-02-191-1/+6
| * ext4: remove unnecessary variable initializationXU pengfei2023-02-191-1/+1
| * ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin2023-02-181-1/+1
| * ext4: refuse to create ea block when umountedJun Nie2023-02-181-0/+7
| * ext4: optimize ea_inode block expansionJun Nie2023-02-181-11/+17
| * ext4: remove dead code in updating backup sbTanmay Bhushan2023-02-181-3/+0
| * ext4: dio take shared inode lock when overwriting preallocated blocksZhang Yi2023-02-141-12/+22
| * ext4: don't show commit interval if it is zeroWang Jianjian2023-02-091-1/+1
| * ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers2023-02-091-18/+26
| * ext4: improve xattr consistency checking and error reportingTheodore Ts'o2023-02-091-46/+80
* | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-3/+2
|\ \
| * | fs/ext4: use try_cmpxchg in ext4_update_bh_stateUros Bizjak2023-02-021-3/+2
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-234-62/+61
|\ \ \
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | | fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-022-5/+5
| * | | ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-33/+32
| * | | ext4: convert mext_page_double_lock() to mext_folio_double_lock()Vishal Moola (Oracle)2023-01-181-23/+23
| |/ /
* | | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-211-1/+6
|\ \ \
| * | | ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-01-271-1/+6
| |/ /
* | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-02-204-12/+8
|\ \ \
| * | | fscrypt: support decrypting data from large foliosEric Biggers2023-01-281-2/+4
| * | | ext4: allow verity with fs block size < PAGE_SIZEEric Biggers2023-01-091-5/+0
| * | | ext4: simplify ext4_readpage_limit()Eric Biggers2023-01-091-2/+1
| * | | fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers2023-01-011-3/+3
| |/ /
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-02-201-12/+1
|\ \ \
| * | | ext4: stop calling fscrypt_add_test_dummy_key()Eric Biggers2023-02-071-12/+1
* | | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2012-60/+60
|\ \ \ \ | |/ / / |/| | |
| * | | fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-2/+1
| * | | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-5/+4
| * | | quota: port to mnt_idmapChristian Brauner2023-01-191-2/+2
| * | | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-9/+9
| * | | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-193-22/+17
| * | | fs: port acl to mnt_idmapChristian Brauner2023-01-191-2/+1
| * | | fs: port xattr to mnt_idmapChristian Brauner2023-01-194-4/+4
| * | | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-193-3/+4
| * | | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-193-8/+8