summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu2020-10-183-12/+12
* ext4: add trace exit in exception path.Zhang Qilong2020-10-182-2/+3
* ext4: optimize file overwritesRitesh Harjani2020-10-181-3/+15
* ext4: remove unused including <linux/version.h>Tian Tao2020-10-181-1/+0
* ext4: fix superblock checksum calculation raceConstantine Sapuntzakis2020-10-181-0/+11
* ext4: fix error handling code in add_new_gdbDinghao Liu2020-10-181-1/+3
* ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang2020-10-181-1/+1
* ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov2020-10-181-10/+10
* ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat2020-10-181-6/+8
* ext4: delete duplicated words + other fixesRandy Dunlap2020-10-185-6/+6
* ext4: flag as supporting buffered async readsJens Axboe2020-10-181-1/+1
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-10-181-0/+1
* ext4: discard preallocations before releasing group lockJan Kara2020-10-181-20/+13
* ext4: fix dead loop in ext4_mb_new_blocksYe Bin2020-10-181-1/+3
* ext4: implement swap_activate aops using iomapRitesh Harjani2020-10-181-0/+11
* Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-281-1/+1
|\
| * writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-151-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-2120-355/+734
|\ \
| * | ext4: limit the length of per-inode prealloc listbrookxu2020-08-1911-23/+90
| * | ext4: reorganize if statement of ext4_mb_release_context()brookxu2020-08-191-17/+16
| * | ext4: add mb_debug logging when there are lost chunksbrookxu2020-08-191-3/+6
| * | ext4: Fix comment typo "the the".kyoungho koo2020-08-191-1/+1
| * | ext4: change to use fallthrough macroShijie Luo2020-08-183-10/+10
| * | ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo2020-08-183-7/+4
| * | mballoc: replace seq_printf with seq_putsXu Wang2020-08-181-1/+1
| * | ext4: optimize the implementation of ext4_mb_good_group()brookxu2020-08-181-7/+7
| * | ext4: delete invalid comments near ext4_mb_check_limits()brookxu2020-08-181-4/+0
| * | ext4: fix typos in ext4_mb_regular_allocator() commentbrookxu2020-08-181-2/+2
| * | ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-071-3/+3
| * | fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-08-071-7/+0
| * | ext4: correctly restore system zone info when remount failsJan Kara2020-08-072-16/+21
| * | ext4: handle add_system_zone() failure in ext4_setup_system_zone()Jan Kara2020-08-071-2/+5
| * | ext4: fold ext4_data_block_valid_rcu() into the callerJan Kara2020-08-071-38/+31
| * | ext4: check journal inode extents more carefullyJan Kara2020-08-076-47/+41
| * | ext4: don't allow overlapping system zonesJan Kara2020-08-071-23/+13
| * | ext4: handle error of ext4_setup_system_zone() on remountJan Kara2020-08-071-1/+4
| * | ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp()brookxu2020-08-071-3/+0
| * | ext4: export msg_count and warning_count via sysfsDmitry Monakhov2020-08-073-3/+18
| * | ext4: remove some redundant function declarationsShijie Luo2020-08-071-6/+0
| * | ext4: handle option set by mount flags correctlyLukas Czerner2020-08-071-5/+16
| * | ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o2020-08-073-23/+59
| * | ext4: indicate via a block bitmap read is prefetched via a tracepointTheodore Ts'o2020-08-071-1/+1
| * | jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)2020-08-072-3/+3
| * | ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)2020-08-073-0/+45
| * | ext4: skip non-loaded groups at cr=0/1 when scanning for good groupsAlex Zhuravlev2020-08-061-1/+20
| * | ext4: add prefetching for block allocation bitmapsAlex Zhuravlev2020-08-064-6/+153
| * | ext4: handle read only external journal deviceLukas Czerner2020-08-061-18/+33
| * | ext4: fix spelling typos in ext4_mb_initialize_contextbrookxu2020-08-061-1/+1
| * | ext4: use generic names for generic ioctlsEric Biggers2020-08-062-27/+17
| * | ext4: don't hardcode bit values in EXT4_FL_USER_*Eric Biggers2020-08-061-2/+28