index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inline.c
Age
Commit message (
Expand
)
Author
2023-06-26
ext4: make ext4_es_remove_extent() return void
Baokun Li
2023-06-15
ext4: Make ext4_write_inline_data_end() use folio
Ritesh Harjani
2023-06-15
ext4: kill unused function ext4_journalled_write_inline_data
Ritesh Harjani
2023-05-13
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
2023-05-13
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
2023-05-13
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-06
ext4: Convert ext4_write_inline_data_end() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
Matthew Wilcox
2023-04-06
ext4: Convert ext4_da_write_inline_data_begin() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_da_convert_inline_data_to_extent() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_try_to_write_inline_data() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_convert_inline_data_to_extent() to use a folio
Matthew Wilcox
2023-04-06
ext4: Convert ext4_readpage_inline() to take a folio
Matthew Wilcox
2023-03-11
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
2022-11-29
fs/ext4: replace ternary operator with min()/max() and min_t()
Jiangshan Yi
2022-08-02
ext4: correct max_inline_xattr_value_size computing
Baokun Li
2022-08-02
ext4: fix reading leftover inlined symlinks
Zhang Yi
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-21
ext4: fix bug_on in ext4_writepages
Ye Bin
2022-05-11
ext4: remove unnecessary type castings
Yu Zhe
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
ext4: Use scoped memory APIs in ext4_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
ext4: Use scoped memory APIs in ext4_da_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
Matthew Wilcox (Oracle)
2022-03-02
ext4: fix fs corruption when tring to remove a non-empty directory with IO error
Ye Bin
2022-02-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-02-03
ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...
Ritesh Harjani
2022-02-03
ext4: fix error handling in ext4_restore_inline_data()
Ritesh Harjani
2022-01-15
mm: introduce memalloc_retry_wait()
NeilBrown
2021-09-09
ext4: remove extent cache entries when truncating inline data
Eric Whitney
2021-09-09
Merge branch 'delalloc-buffer-write' into dev
Theodore Ts'o
2021-09-04
ext4: factor out write end code of inline file
Zhang Yi
2021-09-04
ext4: correct the error path of ext4_write_inline_data_end()
Zhang Yi
2021-08-30
ext4: Support for checksumming from journal triggers
Jan Kara
2021-08-30
ext4: fix race writing to an inline_data file while its xattrs are changing
Theodore Ts'o
2021-06-24
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
Ritesh Harjani
2021-04-09
ext4: fix various seppling typos
Bhaskar Chowdhury
2021-04-05
ext4: handle casefolding with encryption
Daniel Rosenberg
2020-11-06
ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
Joseph Qi
2020-10-18
ext4: delete duplicated words + other fixes
Randy Dunlap
2020-08-19
ext4: Fix comment typo "the the".
kyoungho koo
2020-08-18
ext4: remove unused parameter of ext4_generic_delete_entry function
Kyoungho Koo
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
2020-04-01
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-03-14
ext4: move ext4_fiemap to use iomap framework
Ritesh Harjani
2020-01-25
ext4,jbd2: fix comment and code style
Shijie Luo
2019-12-26
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
2019-08-12
ext4: set error return correctly when ext4_htree_store_dirent fails
Colin Ian King
2019-06-21
ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
Theodore Ts'o
[next]