index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-02-28
1
-11
/
+9
|
\
|
*
ext4: fail ext4_iget if special inode unallocated
Baokun Li
2023-02-19
1
-10
/
+8
|
*
ext4: remove unnecessary variable initialization
XU pengfei
2023-02-19
1
-1
/
+1
*
|
Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-02-23
1
-3
/
+2
|
\
\
|
*
|
fs/ext4: use try_cmpxchg in ext4_update_bh_state
Uros Bizjak
2023-02-02
1
-3
/
+2
|
|
/
*
|
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-35
/
+34
|
\
\
|
*
|
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-2
/
+2
|
*
|
ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
1
-33
/
+32
|
|
/
*
|
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2023-02-20
1
-2
/
+4
|
\
\
|
*
|
fscrypt: support decrypting data from large folios
Eric Biggers
2023-01-28
1
-2
/
+4
|
|
/
*
|
fs: port i_{g,u}id_{needs_}update() to mnt_idmap
Christian Brauner
2023-01-19
1
-5
/
+4
*
|
quota: port to mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
*
|
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-4
/
+4
*
|
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+4
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-12-12
1
-76
/
+176
|
\
|
*
ext4: avoid unaccounted block allocation when expanding inode
Jan Kara
2022-12-08
1
-0
/
+8
|
*
ext4: stop providing .writepage hook
Jan Kara
2022-12-08
1
-3
/
+1
|
*
ext4: switch to using write_cache_pages() for data=journal writeout
Jan Kara
2022-12-08
1
-1
/
+9
|
*
ext4: switch to using ext4_do_writepages() for ordered data writeout
Jan Kara
2022-12-08
1
-0
/
+16
|
*
ext4: move percpu_rwsem protection into ext4_writepages()
Jan Kara
2022-12-08
1
-6
/
+10
|
*
ext4: provide ext4_do_writepages()
Jan Kara
2022-12-08
1
-42
/
+54
|
*
ext4: add support for writepages calls that cannot map blocks
Jan Kara
2022-12-08
1
-14
/
+48
|
*
ext4: move keep_towrite handling to ext4_bio_write_page()
Jan Kara
2022-12-08
1
-4
/
+2
|
*
ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
Ye Bin
2022-12-08
1
-1
/
+2
|
*
ext4: fix use-after-free in ext4_orphan_cleanup
Baokun Li
2022-12-08
1
-1
/
+2
|
*
ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
Baokun Li
2022-12-08
1
-1
/
+7
|
*
ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...
Baokun Li
2022-12-01
1
-1
/
+9
|
*
ext4: check and assert if marking an no_delete evicting inode dirty
Zhang Yi
2022-11-29
1
-0
/
+6
|
*
ext4: silence the warning when evicting inode with dioread_nolock
Zhang Yi
2022-11-28
1
-5
/
+5
*
|
fs: pass dentry to set acl method
Christian Brauner
2022-10-19
1
-1
/
+1
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-10-06
1
-5
/
+12
|
\
|
*
ext4: fix i_version handling in ext4
Jeff Layton
2022-09-30
1
-9
/
+5
|
*
ext4: place buffer head allocation before handle start
Jinke Han
2022-09-30
1
-0
/
+7
|
*
ext4: unconditionally enable the i_version counter
Jeff Layton
2022-09-30
1
-3
/
+2
|
*
ext4: don't increase iversion counter for ea_inodes
Lukas Czerner
2022-09-29
1
-1
/
+6
*
|
ext4: support STATX_DIOALIGN
Eric Biggers
2022-09-11
1
-0
/
+37
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-08-04
1
-6
/
+20
|
\
|
*
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
2022-08-02
1
-0
/
+2
|
*
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
2022-08-02
1
-3
/
+9
|
*
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
2022-08-02
1
-2
/
+1
|
*
ext4: fix extent status tree race in writeback error recovery path
Eric Whitney
2022-08-02
1
-0
/
+7
|
*
ext4: use ext4_debug() instead of jbd_debug()
Jan Kara
2022-08-02
1
-1
/
+1
*
|
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-21
/
+23
|
\
\
|
*
|
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-2
/
+2
|
*
|
ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()
Matthew Wilcox (Oracle)
2022-06-29
1
-10
/
+9
|
*
|
ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()
Matthew Wilcox (Oracle)
2022-06-29
1
-9
/
+12
|
|
/
*
|
attr: port attribute changes to new types
Christian Brauner
2022-06-26
1
-6
/
+6
*
|
quota: port quota helpers mount ids
Christian Brauner
2022-06-26
1
-2
/
+2
*
|
fs: port to iattr ownership update helpers
Christian Brauner
2022-06-26
1
-6
/
+4
|
/
[next]