aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-28gfs2: Fix do_gfs2_set_flags descriptionAndreas Gruenbacher1-1/+1
2021-06-26NFS: Avoid duplicate resets of attribute cache timeoutsTrond Myklebust1-6/+1
2021-06-26NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust1-18/+15
2021-06-26NFS: Fix up inode attribute revalidation timeoutsTrond Myklebust1-34/+16
2021-06-25xfs: don't wait on future iclogs when pushing the CILDave Chinner1-7/+28
2021-06-25smb3: prevent races updating CurrentMidSteve French2-1/+4
2021-06-25xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner3-35/+18
2021-06-25xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner1-10/+6
2021-06-25xfs: don't nest icloglock inside ic_callback_lockDave Chinner1-14/+4
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson1-1/+1
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds4-17/+26
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+45
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-06-24cifs: fix missing spinlock around update to ses->statusSteve French2-2/+6
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-2/+2
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-53/+0
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi1-15/+0
2021-06-24ext4: remove bdev_try_to_free_page() callbackZhang Yi1-21/+0
2021-06-24jbd2: simplify journal_clean_one_cp_list()Zhang Yi1-26/+4
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi3-0/+242
2021-06-24jbd2: remove redundant buffer io error checksZhang Yi1-11/+2
2021-06-24jbd2: don't abort the journal when freeing buffersZhang Yi1-17/+0
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffe...Zhang Yi2-0/+26
2021-06-24jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi1-12/+12
2021-06-24ext4: no need to verify new add extent blockyangerkun1-0/+1
2021-06-24jbd2: clean up misleading comments for jbd2_fc_release_bufsyangerkun1-8/+0
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett1-0/+4
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett2-14/+5
2021-06-24ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani3-34/+9
2021-06-24ext4: fsmap: fix the block/inode bitmap commentRitesh Harjani1-2/+2
2021-06-24ext4: fix comment for s_hash_unsignedEric Biggers1-1/+1
2021-06-23io_uring: Create define to modify a SQPOLL parameterOlivier Langlois1-2/+3
2021-06-23io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois1-1/+1
2021-06-23cifs: missing null pointer check in cifs_mountSteve French1-1/+1
2021-06-23smb3: fix possible access to uninitialized pointer to DACLSteve French1-1/+1
2021-06-23cifs: missing null check for newinode pointerSteve French1-4/+5
2021-06-23cifs: remove two cases where rc is set unnecessarily in sid_to_idSteve French1-2/+0
2021-06-23SMB3: Add new info level for query directorySteve French2-3/+38
2021-06-23cifs: fix NULL dereference in smb2_check_message()Dan Carpenter1-3/+2
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook4-9/+24
2021-06-23jfs: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-23jfs: fix GPF in diFreePavel Skripkin1-1/+2
2021-06-23vboxsf: Add support for the atomic_open directory-inode opHans de Goede1-0/+48
2021-06-23vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2-27/+51
2021-06-23vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede1-7/+11
2021-06-23vboxsf: Honor excl flag to the dir-inode create opHans de Goede1-7/+9
2021-06-23f2fs: introduce f2fs_casefolded_name slab cacheChao Yu3-7/+40
2021-06-23f2fs: swap: support migrating swapfile in aligned write modeChao Yu4-14/+101
2021-06-23f2fs: swap: remove dead codesChao Yu1-167/+1