summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing
2021-06-29ocfs2: remove redundant assignment to pointer queueColin Ian King
2021-06-29ocfs2: fix snprintf() checkingDan Carpenter
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi
2021-06-29gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher
2021-06-29gfs2: Unstuff before locking page in gfs2_page_mkwriteAndreas Gruenbacher
2021-06-29gfs2: Clean up the error handling in gfs2_page_mkwriteAndreas Gruenbacher
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-28Merge tag 'pstore-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-28Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-06-28Merge tag 'erofs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28writeback: fix obtain a reference to a freeing memcg cssMuchun Song
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher
2021-06-28gfs2: Fix underflow in gfs2_page_mkwriteAndreas Gruenbacher
2021-06-28gfs2: Use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-06-28gfs2: Fix do_gfs2_set_flags descriptionAndreas Gruenbacher
2021-06-25smb3: prevent races updating CurrentMidSteve French
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin
2021-06-24cifs: fix missing spinlock around update to ses->statusSteve French
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig
2021-06-24block: move bdev_disk_changedChristoph Hellwig
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi
2021-06-24ext4: remove bdev_try_to_free_page() callbackZhang Yi
2021-06-24jbd2: simplify journal_clean_one_cp_list()Zhang Yi
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi
2021-06-24jbd2: remove redundant buffer io error checksZhang Yi
2021-06-24jbd2: don't abort the journal when freeing buffersZhang Yi
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi
2021-06-24jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi
2021-06-24ext4: no need to verify new add extent blockyangerkun
2021-06-24jbd2: clean up misleading comments for jbd2_fc_release_bufsyangerkun
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett
2021-06-24ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani
2021-06-24ext4: fsmap: fix the block/inode bitmap commentRitesh Harjani
2021-06-24ext4: fix comment for s_hash_unsignedEric Biggers
2021-06-23io_uring: Create define to modify a SQPOLL parameterOlivier Langlois
2021-06-23io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois
2021-06-23cifs: missing null pointer check in cifs_mountSteve French