summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-11ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng
2023-03-11ext4: make sure fs error flag setted before clear journal errorYe Bin
2023-03-11ext4: commit super block if fs record error when journal record without errorYe Bin
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o
2023-03-11ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-11ext4: move where set the MAY_INLINE_DATA flag is setYe Bin
2023-03-07ext4: Fix deadlock during directory renameJan Kara
2023-03-07ext4: Fix comment about the 64BIT featureTudor Ambarus
2023-03-07ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong
2023-03-07ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-03-07ext4: make kobj_type structures constantThomas Weißschuh
2023-03-07ext4: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-02-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-25ext4: fix incorrect options show of original mount_opt and extend mount_opt2Zhang Yi
2023-02-25ext4: Fix possible corruption when moving a directoryJan Kara
2023-02-25ext4: init error handle resource before init group descriptorsYe Bin
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-19ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li
2023-02-19ext4: update s_journal_inum if it changes after journal replayBaokun Li
2023-02-19ext4: fail ext4_iget if special inode unallocatedBaokun Li
2023-02-19ext4: fix function prototype mismatch for ext4_feat_ktypeKees Cook
2023-02-19ext4: remove unnecessary variable initializationXU pengfei
2023-02-18ext4: fix inode tree inconsistency caused by ENOMEMzhanchengbin
2023-02-18ext4: refuse to create ea block when umountedJun Nie
2023-02-18ext4: optimize ea_inode block expansionJun Nie
2023-02-18ext4: remove dead code in updating backup sbTanmay Bhushan
2023-02-14ext4: dio take shared inode lock when overwriting preallocated blocksZhang Yi
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09ext4: don't show commit interval if it is zeroWang Jianjian
2023-02-09ext4: use ext4_fc_tl_mem in fast-commit replay pathEric Biggers
2023-02-09ext4: improve xattr consistency checking and error reportingTheodore Ts'o
2023-02-07ext4: stop calling fscrypt_add_test_dummy_key()Eric Biggers
2023-02-02fs/ext4: use try_cmpxchg in ext4_update_bh_stateUros Bizjak
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-02-02ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-01-28fscrypt: support decrypting data from large foliosEric Biggers
2023-01-27ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook
2023-01-24ext4: make xattr char unsignedness in hash explicitLinus Torvalds
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner
2023-01-19quota: port to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner