summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-29Merge branch 'leases-devel'Trond Myklebust
2021-06-29NFSv4: setlease should return EAGAIN if locks are not availableTrond Myklebust
2021-06-29NFS: nfs_find_open_context() may only select open filesTrond Myklebust
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-29ksmbd: opencode to remove ATTR_FP macroNamjae Jeon
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon
2021-06-29ksmbd: fix dentry racy with rename()Namjae Jeon
2021-06-29ksmbd: Relax credit_charge check in smb2_validate_credit_charge()Marios Makassikis
2021-06-29ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...Namjae Jeon
2021-06-29ksmbd: replace request and respone buffer macro with inline functionsNamjae Jeon
2021-06-29ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon
2021-06-29ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee
2021-06-29ksmbd: remove getting worker state macrosHyunchul Lee
2021-06-29ksmbd: replace PAYLOAD_HEAD with inline functionHyunchul Lee
2021-06-29ksmbd: replace KSMBD_ALIGN with kernel ALIGN macroHyunchul Lee
2021-06-29ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee
2021-06-29ksmbd: remove macros in transport_ipc.cHyunchul Lee
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-29ceph: take reference to req->r_parent at point of assignmentJeff Layton
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton
2021-06-29ceph: don't take s_mutex in try_flush_capsJeff Layton
2021-06-29ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton
2021-06-29ceph: add IO size metrics supportXiubo Li
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li
2021-06-29ceph: simplify the metrics structXiubo Li
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton
2021-06-28ceph: make ceph_netfs_read_ops staticWei Yongjun
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
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-28f2fs: remove false alarm on iget failure during GCJaegeuk Kim
2021-06-28f2fs: enable extent cache for compression files in read-onlyDaeho Jeong