summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-24execve: expand new process stack manually ahead of timeLinus Torvalds
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett
2023-06-16afs: Fix vlserver probe RTT handlingDavid Howells
2023-06-16Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-15Merge tag '6.4-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-06-14ext4: drop the call to ext4_error() from ext4_get_group_info()Fabio M. De Francesco
2023-06-14Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"Kemeng Shi
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo
2023-06-14cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2023-06-14cifs: fix lease break oops in xfstest generic/098Steve French
2023-06-13btrfs: do not ASSERT() on duplicated global rootsQu Wenruo
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason
2023-06-13btrfs: fix iomap_begin length for nocow writesChristoph Hellwig
2023-06-12ocfs2: check new file size on fallocate callLuís Henriques
2023-06-12epoll: ep_autoremove_wake_function should use list_del_init_carefulBenjamin Segall
2023-06-12nilfs2: reject devices with insufficient block countRyusuke Konishi
2023-06-12ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques
2023-06-12nilfs2: fix possible out-of-bounds segment allocation in resize ioctlRyusuke Konishi
2023-06-12mm/uffd: allow vma to merge as much as possiblePeter Xu
2023-06-12mm/uffd: fix vma operation where start addr cuts part of vmaPeter Xu
2023-06-12nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()Ryusuke Konishi
2023-06-12Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-11cifs: fix max_credits implementationShyam Prasad N
2023-06-11cifs: fix sockaddr comparison in iface_cmpShyam Prasad N
2023-06-11smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya
2023-06-11cifs: print all credit counters in DebugDataShyam Prasad N
2023-06-11cifs: fix status checks in cifs_tree_connectShyam Prasad N
2023-06-11smb: remove obsolete comment鑫华
2023-06-11Merge tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-06-09Merge tag 'ceph-for-6.4-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-06-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-08Merge tag 'xfs-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-08ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o
2023-06-08Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o
2023-06-08btrfs: scrub: also report errors hit during the initial readQu Wenruo
2023-06-08btrfs: scrub: respect the read-only flag during repairQu Wenruo
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells
2023-06-06btrfs: properly enable async discard when switching from RO->RWChris Mason
2023-06-06Merge tag 'gfs2-v6.4-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-05btrfs: subpage: fix a crash in metadata repair pathQu Wenruo
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner
2023-06-05xfs: validity check agbnos on the AGFLDave Chinner
2023-06-05xfs: fix agf/agfl verification on v4 filesystemsDave Chinner
2023-06-05xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()Dave Chinner
2023-06-05xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong