summaryrefslogtreecommitdiff
path: root/fs/ext4/inline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o2018-12-251-3/+3
* ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2018-12-041-1/+4
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-10-021-1/+1
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-08-271-1/+3
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-07-101-8/+11
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-081-37/+2
|\
| * ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-06-161-37/+1
| * ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-06-151-0/+1
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-2/+2
|\ \ | |/ |/|
| * iomap: inline data should be an iomap type, not a flagChristoph Hellwig2018-06-011-2/+2
* | ext4: do not allow external inodes for inline dataTheodore Ts'o2018-05-221-0/+6
|/
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-071-1/+1
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-031-9/+1
|\ \ | |/ |/|
| * ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-9/+1