index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
2023-10-18
ext4: convert to new timestamp accessors
Jeff Layton
2023-08-31
Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-27
ext4: reject casefold inode flag without casefold feature
Eric Biggers
2023-08-27
ext4: do not mark inode dirty every time when appending using delalloc
Liu Song
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
2023-07-29
ext4: drop read-only check in ext4_write_inode()
Jan Kara
2023-07-29
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
2023-07-29
ext4: make ext4_forced_shutdown() take struct super_block
Jan Kara
2023-07-24
ext4: convert to ctime accessor functions
Jeff Layton
2023-06-29
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-26
ext4: make ext4_es_insert_extent() return void
Baokun Li
2023-06-26
ext4: make ext4_es_insert_delayed_block() return void
Baokun Li
2023-06-26
ext4: make ext4_es_remove_extent() return void
Baokun Li
2023-06-26
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2023-06-19
buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()
Matthew Wilcox (Oracle)
2023-06-15
ext4: Make ext4_write_inline_data_end() use folio
Ritesh Harjani
2023-06-15
ext4: Make mpage_journal_page_buffers use folio
Ritesh Harjani
2023-06-15
ext4: Change remaining tracepoints to use folio
Ritesh Harjani
2023-05-30
ext4: disallow ea_inodes with extended attributes
Theodore Ts'o
2023-05-28
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
2023-05-13
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
2023-05-13
ext4: avoid deadlock in fs reclaim with page writeback
Jan Kara
2023-05-01
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-28
ext4: fix i_disksize exceeding i_size problem in paritally written case
Zhihao Cheng
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-14
Revert "ext4: Fix warnings when freezing filesystem with journaled data"
Jan Kara
2023-04-14
ext4: Update comment in mpage_prepare_extent_to_map()
Jan Kara
2023-04-14
ext4: Simplify handling of journalled data in ext4_bmap()
Jan Kara
2023-04-14
ext4: Drop special handling of journalled data from ext4_evict_inode()
Jan Kara
2023-04-14
ext4: Commit transaction before writing back pages in data=journal mode
Jan Kara
2023-04-14
ext4: Clear dirty bit from pages without data to write
Jan Kara
2023-04-14
ext4: Keep pages with journalled data dirty
Jan Kara
2023-04-14
ext4: Mark pages with journalled data dirty
Jan Kara
2023-04-06
ext4: Use a folio in ext4_page_mkwrite()
Matthew Wilcox
2023-04-06
ext4: Convert ext4_block_write_begin() to take a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_mpage_readpages() to work on folios
Matthew Wilcox
2023-04-06
ext4: Use a folio in ext4_da_write_begin()
Matthew Wilcox
2023-04-06
ext4: Convert ext4_page_nomap_can_writeout to ext4_folio_nomap_can_writeout
Matthew Wilcox
2023-04-06
ext4: Convert __ext4_block_zero_page_range() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
Matthew Wilcox
2023-04-06
ext4: Use a folio in ext4_journalled_write_end()
Matthew Wilcox
2023-04-06
ext4: Convert ext4_write_end() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_write_begin() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_readpage_inline() to take a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
Matthew Wilcox
[next]