summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-18Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-18Merge tag 'xfs-6.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-10-17Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds
2024-10-17fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das
2024-10-17fat: fix uninitialized variableOGAWA Hirofumi
2024-10-17nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi
2024-10-16Merge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-16Merge tag 'v6.12-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert
2024-10-16smb/client: Fix logically dead codeAdvait Dhamorikar
2024-10-16smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara
2024-10-16smb: client: fix possible double free in smb2_set_ea()Su Hui
2024-10-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-10-15xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig
2024-10-15xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig
2024-10-15xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2024-10-15xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig
2024-10-15xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig
2024-10-15xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-10-15iomap: factor out a iomap_last_written_block helperChristoph Hellwig
2024-10-14Merge tag 'f2fs-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet
2024-10-13bcachefs: Handle race between stripe reuse, invalidate_stripe_to_devKent Overstreet
2024-10-13bcachefs: Fix kasan splat in new_stripe_alloc_buckets()Kent Overstreet
2024-10-13bcachefs: Add missing validation for bch_stripe.csum_granularity_bitsKent Overstreet
2024-10-13bcachefs: Fix missing bounds checks in bch2_alloc_read()Kent Overstreet
2024-10-13bcachefs: fix uaf in bch2_dio_write_done()Kent Overstreet
2024-10-13Merge tag '6.12-rc2-cifs-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-12bcachefs: Improve check_snapshot_exists()Kent Overstreet
2024-10-12bcachefs: Fix bkey_nocow_lock()Kent Overstreet
2024-10-12bcachefs: Fix accounting replay flagsKent Overstreet
2024-10-12bcachefs: Fix invalid shift in member_to_text()Kent Overstreet
2024-10-11bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALIDKent Overstreet
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-10-11btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin
2024-10-11btrfs: send: cleanup unneeded return variable in changed_verity()Christian Heusel
2024-10-11btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin
2024-10-11btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana
2024-10-11ksmbd: add support for supplementary groupsNamjae Jeon
2024-10-11f2fs: allow parallel DIO readsJaegeuk Kim
2024-10-11xfs: fix integer overflow in xrep_bmapDarrick J. Wong
2024-10-11erofs: get rid of kaddr in `struct z_erofs_maprecorder`Gao Xiang
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang
2024-10-10Merge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds