summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+6
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds4-12/+8
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-12/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-60/+60
2023-02-08ext4: stop calling fscrypt_add_test_dummy_key()Eric Biggers1-12/+1
2023-01-29fscrypt: support decrypting data from large foliosEric Biggers1-2/+4
2023-01-27ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook1-1/+6
2023-01-24ext4: make xattr char unsignedness in hash explicitLinus Torvalds1-5/+6
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds1-2/+39
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner1-5/+4
2023-01-19quota: port to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-9/+9
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner3-22/+17
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner4-4/+4
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner3-3/+4
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner3-8/+8
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-4/+5
2023-01-10ext4: allow verity with fs block size < PAGE_SIZEEric Biggers1-5/+0
2023-01-10ext4: simplify ext4_readpage_limit()Eric Biggers1-2/+1
2023-01-02fsverity: pass pos and size to ->write_merkle_tree_blockEric Biggers1-3/+3
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+31
2022-12-13Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-6/+2
2022-12-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds21-319/+473
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-7/+8
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+4
2022-12-09ext4: fix reserved cluster accounting in __es_remove_extent()Ye Bin1-1/+2
2022-12-09ext4: fix inode leak in ext4_xattr_inode_create() on an error pathYe Bin1-0/+3
2022-12-09ext4: allocate extended attribute value in vmalloc areaYe Bin1-2/+2
2022-12-09ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2022-12-09ext4: initialize quota before expanding inode in setproject ioctlJan Kara1-4/+4
2022-12-09ext4: stop providing .writepage hookJan Kara1-3/+1
2022-12-09ext4: switch to using write_cache_pages() for data=journal writeoutJan Kara1-1/+9
2022-12-09jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara1-1/+1
2022-12-09ext4: switch to using ext4_do_writepages() for ordered data writeoutJan Kara3-2/+18
2022-12-09ext4: move percpu_rwsem protection into ext4_writepages()Jan Kara1-6/+10
2022-12-09ext4: provide ext4_do_writepages()Jan Kara1-42/+54
2022-12-09ext4: add support for writepages calls that cannot map blocksJan Kara1-14/+48
2022-12-09ext4: drop pointless IO submission from ext4_bio_write_page()Jan Kara1-2/+0
2022-12-09ext4: remove nr_submitted from ext4_bio_write_page()Jan Kara1-2/+0
2022-12-09ext4: move keep_towrite handling to ext4_bio_write_page()Jan Kara3-21/+24