summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
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
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18ext4: convert mext_page_double_lock() to mext_folio_double_lock()Vishal Moola (Oracle)
2023-01-09ext4: allow verity with fs block size < PAGE_SIZEEric Biggers
2023-01-09ext4: simplify ext4_readpage_limit()Eric Biggers
2023-01-01fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds
2022-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-09ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin
2022-12-09ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin
2022-12-09ext4: allocate extended attribute value in vmalloc areaYe Bin