summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-281-11/+9
|\
| * ext4: fail ext4_iget if special inode unallocatedBaokun Li2023-02-191-10/+8
| * ext4: remove unnecessary variable initializationXU pengfei2023-02-191-1/+1
* | 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-231-35/+34
|\ \
| * | fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-2/+2
| * | ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-33/+32
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-02-201-2/+4
|\ \
| * | fscrypt: support decrypting data from large foliosEric Biggers2023-01-281-2/+4
| |/
* | 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 ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+4
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-121-76/+176
|\
| * ext4: avoid unaccounted block allocation when expanding inodeJan Kara2022-12-081-0/+8
| * ext4: stop providing .writepage hookJan Kara2022-12-081-3/+1
| * ext4: switch to using write_cache_pages() for data=journal writeoutJan Kara2022-12-081-1/+9
| * ext4: switch to using ext4_do_writepages() for ordered data writeoutJan Kara2022-12-081-0/+16
| * ext4: move percpu_rwsem protection into ext4_writepages()Jan Kara2022-12-081-6/+10
| * ext4: provide ext4_do_writepages()Jan Kara2022-12-081-42/+54
| * ext4: add support for writepages calls that cannot map blocksJan Kara2022-12-081-14/+48
| * ext4: move keep_towrite handling to ext4_bio_write_page()Jan Kara2022-12-081-4/+2
| * ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin2022-12-081-1/+2
| * ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li2022-12-081-1/+2
| * ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li2022-12-081-1/+7
| * ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li2022-12-011-1/+9
| * 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
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-061-5/+12
|\
| * ext4: fix i_version handling in ext4Jeff Layton2022-09-301-9/+5
| * ext4: place buffer head allocation before handle startJinke Han2022-09-301-0/+7
| * ext4: unconditionally enable the i_version counterJeff Layton2022-09-301-3/+2
| * ext4: don't increase iversion counter for ea_inodesLukas Czerner2022-09-291-1/+6
* | ext4: support STATX_DIOALIGNEric Biggers2022-09-111-0/+37
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-6/+20
|\
| * ext4: remove EA inode entry from mbcache on inode evictionJan Kara2022-08-021-0/+2
| * ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin2022-08-021-3/+9
| * ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li2022-08-021-2/+1
| * ext4: fix extent status tree race in writeback error recovery pathEric Whitney2022-08-021-0/+7
| * ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-021-1/+1
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-21/+23
|\ \
| * | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-2/+2
| * | ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-10/+9
| * | ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-9/+12
| |/
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-6/+6
* | quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
* | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-6/+4
|/