summaryrefslogtreecommitdiff
path: root/fs/ext4/inline.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o2023-05-131-1/+1
* ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o2023-05-131-1/+11
* ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o2023-05-131-1/+2
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-9/+10
|\
* | ext4: Convert ext4_write_inline_data_end() to use a folioMatthew Wilcox2023-04-061-14/+15
* | ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()Matthew Wilcox2023-04-061-13/+14
* | ext4: Convert ext4_da_write_inline_data_begin() to use a folioMatthew Wilcox2023-04-061-11/+9
* | ext4: Convert ext4_da_convert_inline_data_to_extent() to use a folioMatthew Wilcox2023-04-061-13/+14
* | ext4: Convert ext4_try_to_write_inline_data() to use a folioMatthew Wilcox2023-04-061-13/+11
* | ext4: Convert ext4_convert_inline_data_to_extent() to use a folioMatthew Wilcox2023-04-061-21/+19
* | ext4: Convert ext4_readpage_inline() to take a folioMatthew Wilcox2023-04-061-7/+7
|/
* ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2023-03-111-1/+0
* fs/ext4: replace ternary operator with min()/max() and min_t()Jiangshan Yi2022-11-291-2/+1
* ext4: correct max_inline_xattr_value_size computingBaokun Li2022-08-021-0/+3
* ext4: fix reading leftover inlined symlinksZhang Yi2022-08-021-0/+30
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-22/+19
|\
| * fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-4/+4
| * ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)2022-05-081-11/+10
| * ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)2022-05-081-8/+8
| * ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()Matthew Wilcox (Oracle)2022-05-081-3/+1
* | ext4: fix bug_on in ext4_writepagesYe Bin2022-05-211-0/+12
* | ext4: remove unnecessary type castingsYu Zhe2022-05-111-3/+3
|/
* ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2022-03-021-5/+4
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-061-10/+13
|\
| * ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...Ritesh Harjani2022-02-031-9/+4
| * ext4: fix error handling in ext4_restore_inline_data()Ritesh Harjani2022-02-031-1/+9
* | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-3/+2
|/
* ext4: remove extent cache entries when truncating inline dataEric Whitney2021-09-091-0/+19
* Merge branch 'delalloc-buffer-write' into devTheodore Ts'o2021-09-091-65/+66
|\
| * ext4: factor out write end code of inline fileZhang Yi2021-09-041-56/+61
| * ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi2021-09-041-10/+5
* | ext4: Support for checksumming from journal triggersJan Kara2021-08-301-9/+17
* | ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-08-301-0/+6
|/
* ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani2021-06-241-6/+5
* ext4: fix various seppling typosBhaskar Chowdhury2021-04-091-1/+1
* ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-051-10/+15
* ext4: unlock xattr_sem properly in ext4_inline_data_truncate()Joseph Qi2020-11-061-0/+1
* ext4: delete duplicated words + other fixesRandy Dunlap2020-10-181-1/+1
* ext4: Fix comment typo "the the".kyoungho koo2020-08-191-1/+1
* ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo2020-08-181-1/+1
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-2/+4
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-7/+6
* ext4: move ext4_fiemap to use iomap frameworkRitesh Harjani2020-03-141-41/+0
* ext4,jbd2: fix comment and code styleShijie Luo2020-01-251-1/+1
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-0/+2
* ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King2019-08-121-1/+1
* ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o2019-06-211-5/+5
* ext4: refactor initialize_dirent_tail()Theodore Ts'o2019-06-211-6/+3
* ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o2019-06-211-1/+1
* ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-251-1/+1