summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | vfs, afs, ext4: Make the inode hash table RCU searchableDavid Howells2020-05-311-22/+22
| | |/ | |/|
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-46/+62
|\ \ \ | | |/ | |/|
| * | ext4: avoid unnecessary transaction starts during writebackJan Kara2020-06-031-18/+13
| * | ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani2020-06-031-7/+4
| * | ext4: improve ext_debug() msg in case of block allocation failureRitesh Harjani2020-06-031-0/+4
| * | ext4: use BIT() macro for BH_** state bitsRitesh Harjani2020-06-031-2/+2
| * | ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-12/+26
| * | ext4: Avoid freeing inodes on dirty listJan Kara2020-06-031-0/+10
| * | ext4: remove unnecessary comparisons to boolJason Yan2020-06-031-1/+1
| * | ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney2020-06-031-8/+4
| |/
* | ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)2020-06-021-2/+2
* | ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-12/+9
|/
* ext4: use non-movable memory for superblock readaheadRoman Gushchin2020-04-151-1/+1
* ext4: use matching invalidatepage in ext4_writepageyangerkun2020-04-151-1/+1
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-17/+12
* ext4: make ext4_ind_map_blocks work with fiemapRitesh Harjani2020-03-141-0/+16
* ext4: move ext4 bmap to use iomap infrastructureRitesh Harjani2020-03-141-1/+1
* ext4: add IOMAP_F_MERGED for non-extent based mappingRitesh Harjani2020-03-141-0/+4
* ext4: fix a data race at inode->i_disksizeQiujun Huang2020-03-051-1/+1
* ext4: fix a data race at inode->i_blocksQian Cai2020-03-051-1/+1
* ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney2020-03-051-2/+0
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-211-7/+7
* ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2020-02-191-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-161-0/+12
|\
| * ext4: fix checksum errors with indexed dirsJan Kara2020-02-131-0/+12
* | Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-111-1/+1
|\ \ | |/ |/|
| * dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-1/+1
* | ext4: remove unused macro MPAGE_DA_EXTENT_TAILRitesh Harjani2020-01-171-2/+0
* | ext4: remove redundant S_ISREG() checks from ext4_fallocate()Eric Biggers2020-01-171-3/+0
* | ext4: only use fscrypt_zeroout_range() on regular filesEric Biggers2020-01-171-1/+1
* | ext4: handle decryption error in __ext4_block_zero_page_range()Eric Biggers2020-01-171-2/+6
* | ext4: avoid fetching btime in ext4_getattr() unless requestedTheodore Ts'o2020-01-171-1/+2
* | ext4: Optimize ext4 DIO overwritesJan Kara2019-12-261-0/+21
* | ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o2019-12-261-1/+5
* | ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-1/+7
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-221-2/+2
|\ \ | |/ |/|
| * ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-11-301-622/+304
|\|
| * Merge branch 'tt/misc' into devTheodore Ts'o2019-11-191-0/+15
| |\
| | * ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2019-11-191-0/+15
| * | ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun2019-11-141-4/+8
| * | ext4: Add error handling for io_end_vec struct allocationRitesh Harjani2019-11-101-1/+8
| |/
| * Merge branch 'mb/dio' into masterTheodore Ts'o2019-11-051-545/+175
| |\
| | * ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski2019-11-051-371/+42
| | * ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski2019-11-051-22/+0
| | * ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski2019-11-051-47/+1
| | * ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski2019-11-051-37/+1
| | * ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski2019-11-051-54/+80
| | * ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helperMatthew Bobrowski2019-11-051-52/+61
| | * ext4: move set iomap routines into a separate helper ext4_set_iomap()Matthew Bobrowski2019-11-051-42/+48