summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-07-02xfs: fix the calculation for "end" and "length"Shiyang Ruan
2023-07-02xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong
2023-07-02xfs: validate fsmap offsets specified in the query keysDarrick J. Wong
2023-07-02xfs: fix logdev fsmap query result filteringDarrick J. Wong
2023-07-02xfs: clean up the rtbitmap fsmap backendDarrick J. Wong
2023-07-02xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong
2023-07-02xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong
2023-07-02xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong
2023-07-02fs: move cleanup from init_file() into its callersAmir Goldstein
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-01Merge tag 'sysctl-fixes-v2-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-07-01smb: client: remove redundant pointer 'server'Colin Ian King
2023-07-01cifs: fix session state transition to avoid use-after-free issueWinston Wen
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-06-30Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2023-06-30Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-06-30Merge tag 'efi-next-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-30f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu
2023-06-30f2fs: only set release for file that has compressed dataSheng Yong
2023-06-30f2fs: fix compile warning in f2fs_destroy_node_manager()Chao Yu
2023-06-30f2fs: fix error path handling in truncate_dnode()Chao Yu
2023-06-30f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix
2023-06-30ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li
2023-06-30ceph: issue a cap release immediately if no cap existsXiubo Li
2023-06-30ceph: trigger to flush the buffer when making snapshotXiubo Li
2023-06-30ceph: fix blindly expanding the readahead windowsXiubo Li
2023-06-30ceph: add a dedicated private data for netfs rreqXiubo Li
2023-06-30ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li
2023-06-30ceph: try to dump the msgs when decoding failsXiubo Li
2023-06-30ceph: only send metrics when the MDS rank is readyXiubo Li
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-29Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-29Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-06-29Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"Benjamin Coddington
2023-06-29NFS: Don't cleanup sysfs superblock entry if uninitializedBenjamin Coddington
2023-06-29xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner
2023-06-29xfs: AGF length has never been bounds checkedDave Chinner
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner
2023-06-29xfs: don't block in busy flushing when freeing extentsDave Chinner
2023-06-29xfs: allow extent free intents to be retriedDave Chinner
2023-06-29xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner
2023-06-29xfs: don't reverse order of items in bulk AIL insertionDave Chinner
2023-06-29xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King