aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-21iomap: use a srcmap for a read-modify-write I/OGravatar Goldwyn Rodrigues 1-1/+1
2019-09-29Merge branch 'entropy'Gravatar Linus Torvalds 1-0/+3
2019-09-29Revert "Revert "ext4: make __ext4_get_inode_loc plug""Gravatar Linus Torvalds 1-0/+3
2019-09-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-76/+27
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Gravatar Linus Torvalds 1-15/+40
2019-09-15Revert "ext4: make __ext4_get_inode_loc plug"Gravatar Linus Torvalds 1-3/+0
2019-09-03ext4: fix kernel oops caused by spurious casefold flagGravatar Theodore Ts'o 1-0/+3
2019-08-23ext4: fix punch hole for inline_data file systemsGravatar Theodore Ts'o 1-0/+9
2019-08-22ext4: rework reserved cluster accounting when invalidating pagesGravatar Eric Whitney 1-62/+1
2019-08-22ext4: treat buffers with write errors as containing valid dataGravatar ZhangXiaoxu 1-2/+2
2019-08-12ext4: add fs-verity read supportGravatar Eric Biggers 1-0/+2
2019-08-12ext4: add basic fs-verity supportGravatar Eric Biggers 1-15/+38
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHEGravatar Theodore Ts'o 1-3/+3
2019-08-11ext4: fix warning when turn on dioread_nolock and inline_dataGravatar yangerkun 1-9/+9
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-34/+59
2019-06-20ext4: use jbd2_inode dirty range scopingGravatar Ross Zwisler 1-3/+10
2019-06-19ext4: make __ext4_get_inode_loc plugGravatar zhangjs 1-0/+3
2019-06-09ext4: enforce the immutable flag on open filesGravatar Theodore Ts'o 1-0/+11
2019-05-30ext4: gracefully handle ext4_break_layouts() failure during truncateGravatar Jan Kara 1-31/+35
2019-05-28ext4: decrypt only the needed block in __ext4_block_zero_page_range()Gravatar Chandan Rajendra 1-2/+1
2019-05-28ext4: decrypt only the needed blocks in ext4_block_write_begin()Gravatar Chandan Rajendra 1-11/+18
2019-05-28ext4: clear BH_Uptodate flag on decryption errorGravatar Chandan Rajendra 1-2/+6
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageGravatar Eric Biggers 1-4/+3
2019-05-23ext4: do not delete unlinked inode from orphan list on failed truncateGravatar Jan Kara 1-1/+1
2019-05-23ext4: wait for outstanding dio during truncate in nojournal modeGravatar Jan Kara 1-12/+9
2019-04-25ext4: Support case-insensitive file name lookupsGravatar Gabriel Krisman Bertazi 1-1/+3
2019-04-09ext4: protect journal inode's blocks using block_validityGravatar Theodore Ts'o 1-0/+4
2019-04-07ext4: use BUG() instead of BUG_ON(1)Gravatar Arnd Bergmann 1-2/+2
2019-03-24Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-30/+0
2019-03-14ext4: remove useless ext4_pin_inode()Gravatar Jason Yan 1-30/+0
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-14/+7
2019-02-21ext4: fix compile error when using BUFFER_TRACEGravatar zhangyi (F) 1-1/+1
2019-02-14ext4: don't update s_rev_level if not requiredGravatar Andreas Dilger 1-1/+0
2019-02-10ext4: unlock unused_pages timely when doing writebackGravatar Xiaoguang Wang 1-4/+5
2019-02-10ext4: cleanup clean_bdev_aliases() callsGravatar zhangyi (F) 1-7/+0
2019-02-10ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Gravatar Nikolay Borisov 1-1/+1
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-4/+4
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusGravatar Chandan Rajendra 1-9/+7
2018-12-31ext4: fix special inode number checks in __ext4_iget()Gravatar Theodore Ts'o 1-1/+1
2018-12-24ext4: make sure enough credits are reserved for dioread_nolock writesGravatar Theodore Ts'o 1-1/+2
2018-12-19ext4: check for shutdown and r/o file system in ext4_write_inode()Gravatar Theodore Ts'o 1-2/+7
2018-12-19ext4: avoid declaring fs inconsistent due to invalid file handlesGravatar Theodore Ts'o 1-17/+37
2018-11-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2018-11-06ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Gravatar Vasily Averin 1-2/+3
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-1/+1
2018-10-21pagevec: Use xa_mark_tGravatar Matthew Wilcox 1-1/+1
2018-10-02ext4: convert fault handler to use vm_fault_t typeGravatar Souptick Joarder 1-14/+15
2018-10-01ext4: fix reserved cluster accounting at page invalidation timeGravatar Eric Whitney 1-19/+4
2018-10-01ext4: fix reserved cluster accounting at delayed write timeGravatar Eric Whitney 1-18/+61
2018-10-01ext4: generalize extents status tree search functionsGravatar Eric Whitney 1-7/+10