index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-5
/
+12
2022-09-30
ext4: fix i_version handling in ext4
Jeff Layton
1
-9
/
+5
2022-09-30
ext4: place buffer head allocation before handle start
Jinke Han
1
-0
/
+7
2022-09-30
ext4: unconditionally enable the i_version counter
Jeff Layton
1
-3
/
+2
2022-09-29
ext4: don't increase iversion counter for ea_inodes
Lukas Czerner
1
-1
/
+6
2022-09-11
ext4: support STATX_DIOALIGN
Eric Biggers
1
-0
/
+37
2022-08-04
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-6
/
+20
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-21
/
+23
2022-08-02
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
1
-0
/
+2
2022-08-02
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
1
-3
/
+9
2022-08-02
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
1
-2
/
+1
2022-08-02
ext4: fix extent status tree race in writeback error recovery path
Eric Whitney
1
-0
/
+7
2022-08-02
ext4: use ext4_debug() instead of jbd_debug()
Jan Kara
1
-1
/
+1
2022-08-02
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-06-29
ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-10
/
+9
2022-06-29
ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
1
-9
/
+12
2022-06-26
attr: port attribute changes to new types
Christian Brauner
1
-6
/
+6
2022-06-26
quota: port quota helpers mount ids
Christian Brauner
1
-2
/
+2
2022-06-26
fs: port to iattr ownership update helpers
Christian Brauner
1
-6
/
+4
2022-06-16
ext4: improve write performance with disabled delalloc
Jan Kara
1
-1
/
+1
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-24
/
+24
2022-05-18
ext4: remove duplicated #include of dax.h in inode.c
Yang Li
1
-1
/
+0
2022-05-17
ext4: fix race condition between ext4_write and ext4_convert_inline_data
Baokun Li
1
-9
/
+0
2022-05-17
ext4: convert symlink external data block mapping to bdev
Zhang Yi
1
-7
/
+2
2022-05-17
ext4: add nowait mode for ext4_getblk()
Zhang Yi
1
-0
/
+14
2022-05-11
ext4: fix warning in ext4_handle_inode_extension
Ye Bin
1
-0
/
+4
2022-05-09
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
ext4: Convert to release_folio
Matthew Wilcox (Oracle)
1
-10
/
+10
2022-05-09
ext4: Convert ext4 to read_folio
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-05-08
ext4: Use scoped memory APIs in ext4_write_begin()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
ext4: Use scoped memory APIs in ext4_da_write_begin()
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-04-22
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+16
2022-04-12
ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Tadeusz Struk
1
-1
/
+10
2022-04-12
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
1
-1
/
+6
2022-04-01
ext4: Correct ext4_journalled_dirty_folio() conversion
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-65
/
+64
2022-03-22
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+31
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2022-03-15
fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio
Matthew Wilcox (Oracle)
1
-10
/
+11
2022-03-15
ext4: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-29
/
+27
2022-03-15
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-16
/
+16
2022-03-15
ext4: Use folio_invalidate()
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-03-12
ext4: warn when dirtying page w/o buffers in data=journal mode
Jan Kara
1
-4
/
+6
2022-03-03
ext4: don't BUG if someone dirty pages without asking ext4 first
Theodore Ts'o
1
-0
/
+25
2022-02-08
ext4: support direct I/O with fscrypt using blk-crypto
Eric Biggers
1
-0
/
+7
[next]