summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2021-07-084-103/+64
* ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o2021-07-081-1/+1
* ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o2021-07-082-17/+20
* ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan2021-07-011-4/+5
* ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin2021-07-012-3/+11
* Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o2021-07-012-4/+14
* jbd2: export jbd2_journal_[un]register_shrinker()Zhang Yi2021-06-301-0/+2
* ext4: notify sysfs on errors_count value changeJonathan Davies2021-06-303-0/+8
* fs: remove bdev_try_to_free_page callbackZhang Yi2021-06-242-16/+0
* ext4: remove bdev_try_to_free_page() callbackZhang Yi2021-06-241-21/+0
* jbd2: simplify journal_clean_one_cp_list()Zhang Yi2021-06-241-26/+4
* jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-245-0/+369
* jbd2: remove redundant buffer io error checksZhang Yi2021-06-241-11/+2
* jbd2: don't abort the journal when freeing buffersZhang Yi2021-06-241-17/+0
* jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi2021-06-243-0/+37
* jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi2021-06-241-12/+12
* ext4: no need to verify new add extent blockyangerkun2021-06-241-0/+1
* jbd2: clean up misleading comments for jbd2_fc_release_bufsyangerkun2021-06-241-8/+0
* ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett2021-06-241-0/+4
* ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett2021-06-242-14/+5
* ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani2021-06-243-34/+9
* ext4: fsmap: fix the block/inode bitmap commentRitesh Harjani2021-06-241-2/+2
* ext4: fix comment for s_hash_unsignedEric Biggers2021-06-241-1/+1
* ext4: use local variable ei instead of EXT4_I() macrochenyichong2021-06-231-1/+1
* ext4: fix avefreec in find_group_orlovPan Dong2021-06-231-6/+5
* ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi2021-06-231-0/+1
* ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi2021-06-231-3/+0
* ext4: remove set but rewrite variablesTian Tao2021-06-231-1/+1
* ext4: update journal documentationLeah Rumancik2021-06-231-8/+31
* ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik2021-06-232-0/+64
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-237-17/+134
* ext4: return error code when ext4_fill_flex_info() failsYang Yingliang2021-06-171-0/+1
* ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi2021-06-171-1/+8
* ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam2021-06-171-0/+3
* ext4: fix memory leak in ext4_fill_superPavel Skripkin2021-06-173-21/+21
* ext4: remove redundant assignment to errorJiapeng Chong2021-06-171-3/+2
* ext4: remove redundant check buffer_uptodate()Joseph Qi2021-06-171-1/+1
* ext4: fix overflow in ext4_iomap_alloc()Jan Kara2021-06-171-1/+1
* Linux 5.13-rc5v5.13-rc5Linus Torvalds2021-06-071-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-06-075-18/+26
|\
| * scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-VEwan D. Milne2021-06-021-0/+1
| * scsi: ufs: ufs-mediatek: Fix HCI version in some platformsStanley Chu2021-06-021-1/+14
| * scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner2021-06-021-11/+9
| * scsi: lpfc: Fix failure to transmit ABTS on FC linkJames Smart2021-06-011-3/+1
| * scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi2021-06-011-3/+1
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-068-126/+135
|\ \
| * | ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg2021-06-061-0/+4
| * | ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg2021-06-061-2/+4
| * | ext4: fix memory leak in ext4_fill_superAlexey Makhalov2021-06-061-2/+9
| * | ext4: fix fast commit alignment issuesHarshad Shirwadkar2021-06-062-99/+90