summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-05-02cifs: protect session status check in smb2_reconnect()Paulo Alcantara
2023-05-02SMB3.1.1: correct definition for app_instance_id create contextsSteve French
2023-05-02btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-05-02xfs: fix xfs_inodegc_stop racing with mod_delayed_workDarrick J. Wong
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-05-02xfs: explicitly specify cpu when forcing inodegc delayed work to run immediatelyDarrick J. Wong
2023-05-02xfs: fix negative array access in xfs_getbmapDarrick J. Wong
2023-05-02xfs: don't allocate into the data fork for an unshare requestDarrick J. Wong
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong
2023-05-02xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong
2023-05-02xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong
2023-05-01Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-01Merge tag '6.4-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-04-30ceph: reorder fields in 'struct ceph_snapid_map'Christophe JAILLET
2023-04-30ceph: pass ino# instead of old_dentry if it's disconnectedXiubo Li
2023-04-30ceph: fix potential use-after-free bug when trimming capsXiubo Li
2023-04-30ceph: implement writeback livelock avoidance using page taggingXiubo Li
2023-04-30ceph: do not print the whole xattr value if it's too longXiubo Li
2023-04-29Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-29Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-04-29Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2023-04-29Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-04-29Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-04-28cifs: update internal module version number for cifs.koSteve French
2023-04-28smb3: move some common open context structs to smbfs_commonSteve French
2023-04-28smb3: make query_on_disk_id open context consistent and move to common codeSteve French
2023-04-28SMB3.1.1: add new tree connect ShareFlagsSteve French
2023-04-28cifs: missing lock when updating session statusSteve French
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-04-28NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker
2023-04-28fs/9p: Fix bit operation logic errorEric Van Hensbergen
2023-04-28ext4: clean up error handling in __ext4_fill_super()Theodore Ts'o
2023-04-28ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o
2023-04-28ext4: fix lost error code reporting in __ext4_fill_super()Theodore Ts'o
2023-04-28ext4: fix unused iterator variable warningsNathan Chancellor
2023-04-28ext4: fix use-after-free read in ext4_find_extent for bigalloc + inlineYe Bin
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-28writeback: fix call of incorrect macroMaxim Korotkov
2023-04-28btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota
2023-04-28ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng
2023-04-28btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo
2023-04-28btrfs: print extent buffers when sibling keys check failsFilipe Manana
2023-04-28btrfs: abort transaction when sibling keys check fails for leavesFilipe Manana
2023-04-28btrfs: fix leak of source device allocation state after device replaceFilipe Manana
2023-04-28btrfs: fix assertion of exclop condition when starting balancexiaoshoukui
2023-04-28btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds