summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-06-28NFS: Remove unnecessary inode parameter from nfs_pageio_complete_read()Dave Wysochanski
2021-06-28nfs: update has_sec_mnt_opts after cloning lsm options from parentScott Mayhew
2021-06-28exfat: avoid incorrectly releasing for root inodeChen Li
2021-06-28orangefs: fix orangefs df output.Mike Marshall
2021-06-28orangefs: readahead adjustmentMike Marshall
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-28ksmbd: set MAY_* flags together with open flagsHyunchul Lee
2021-06-28ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon
2021-06-28ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATIONNamjae Jeon
2021-06-28ksmbd: remove unneeded NULL check in the list iteratorNamjae Jeon
2021-06-28ksmbd: use f_bsize instead of q->limits.logical_block_sizeNamjae Jeon
2021-06-28ksmbd: change stream type macro to enumerationNamjae Jeon
2021-06-28ksmbd: opencode posix acl functions instead of wrappersNamjae Jeon
2021-06-28ksmbd: factor out a ksmbd_validate_entry_in_use helper from __ksmbd_vfs_renameNamjae Jeon
2021-06-28ksmbd: opencode to avoid trivial wrappersNamjae Jeon
2021-06-28ksmbd: remove ksmbd_err/infoNamjae Jeon
2021-06-26NFS: Avoid duplicate resets of attribute cache timeoutsTrond Myklebust
2021-06-26NFSv4: Fix handling of non-atomic change attrbute updatesTrond Myklebust
2021-06-26NFS: Fix up inode attribute revalidation timeoutsTrond Myklebust
2021-06-25xfs: don't wait on future iclogs when pushing the CILDave Chinner
2021-06-25smb3: prevent races updating CurrentMidSteve French
2021-06-25xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner
2021-06-25xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner
2021-06-25xfs: don't nest icloglock inside ic_callback_lockDave Chinner
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson
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