summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-017-43/+51
|\
| * writeback: fix obtain a reference to a freeing memcg cssMuchun Song2021-06-281-2/+7
| * quota: remove unnecessary oom messageZhen Lei2021-06-221-21/+12
| * isofs: remove redundant continue statementColin Ian King2021-06-171-2/+0
| * quota: Change quotactl_path() systcall to an fd-based oneJan Kara2021-06-071-15/+13
| * reiserfs: Remove unneed check in reiserfs_write_full_page()YueHaibing2021-05-241-3/+1
| * udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-05-201-0/+4
| * reiserfs: add check for invalid 1st journal blockPavel Skripkin2021-05-171-0/+14
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-07-0121-205/+546
|\ \
| * | 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-241-15/+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-243-0/+242
| * | 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-242-0/+26
| * | 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: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik2021-06-232-0/+64
| * | ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-236-16/+129
| * | 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
* | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-07-011-10/+3
|\ \ \
| * | | once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love2021-06-291-10/+3
* | | | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-0/+1
|\ \ \ \
| * | | | mark pstore-blk as brokenChristoph Hellwig2021-06-141-0/+1
* | | | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-304-182/+97
|\ \ \ \ \
| * | | | | block: pass a gendisk to bdev_disk_changedChristoph Hellwig2021-06-241-2/+2
| * | | | | block: move bdev_disk_changedChristoph Hellwig2021-06-241-53/+0
| * | | | | block: move bd_part_count to struct gendiskChristoph Hellwig2021-06-011-3/+3
| * | | | | block: split __blkdev_putChristoph Hellwig2021-06-011-26/+32
| * | | | | block: move adjusting bd_part_count out of __blkdev_getChristoph Hellwig2021-06-011-9/+7