summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds2024-10-192-3/+3
|\
| * 9p: Enable multipage foliosDavid Howells2024-09-231-0/+1
| * 9p: v9fs_fid_find: also lookup by inode if not found dentryDominique Martinet2024-09-231-3/+2
* | Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-10-186-58/+11
|\ \
| * | cifs: Remove unused functionsDr. David Alan Gilbert2024-10-163-53/+0
| * | smb/client: Fix logically dead codeAdvait Dhamorikar2024-10-161-4/+0
| * | smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara2024-10-161-0/+9
| * | smb: client: fix possible double free in smb2_set_ea()Su Hui2024-10-161-1/+2
* | | Merge tag 'xfs-6.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-10-187-161/+181
|\ \ \
| * | | xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig2024-10-151-3/+5
| * | | xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig2024-10-151-8/+8
| * | | xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig2024-10-151-10/+8
| * | | xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2024-10-154-7/+12
| * | | xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig2024-10-151-4/+12
| * | | xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig2024-10-152-1/+9
| * | | xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig2024-10-151-58/+82
| * | | iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig2024-10-152-9/+10
| * | | iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-10-152-59/+42
| * | | iomap: factor out a iomap_last_written_block helperChristoph Hellwig2024-10-151-11/+2
| * | | xfs: fix integer overflow in xrep_bmapDarrick J. Wong2024-10-111-1/+1
* | | | Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-175-44/+63
|\ \ \ \
| * | | | fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das2024-10-171-6/+10
| * | | | fat: fix uninitialized variableOGAWA Hirofumi2024-10-171-1/+1
| * | | | nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi2024-10-173-37/+52
| | |/ / | |/| |
* | | | Merge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-165-19/+37
|\ \ \ \
| * | | | btrfs: fix uninitialized pointer free on read_alloc_one_name() errorRoi Martin2024-10-111-2/+2
| * | | | btrfs: send: cleanup unneeded return variable in changed_verity()Christian Heusel2024-10-111-3/+1
| * | | | btrfs: fix uninitialized pointer free in add_inode_ref()Roi Martin2024-10-111-1/+1
| * | | | btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana2024-10-113-13/+33
* | | | | Merge tag 'v6.12-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-10-1611-23/+171
|\ \ \ \ \
| * | | | | ksmbd: add support for supplementary groupsNamjae Jeon2024-10-117-17/+137
| * | | | | ksmbd: fix user-after-free from session log offNamjae Jeon2024-10-094-6/+34
* | | | | | Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-10-1531-400/+941
|\ \ \ \ \ \
| * | | | | | bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet2024-10-141-10/+24
| * | | | | | bcachefs: Handle race between stripe reuse, invalidate_stripe_to_devKent Overstreet2024-10-132-28/+55
| * | | | | | bcachefs: Fix kasan splat in new_stripe_alloc_buckets()Kent Overstreet2024-10-131-1/+9
| * | | | | | bcachefs: Add missing validation for bch_stripe.csum_granularity_bitsKent Overstreet2024-10-132-2/+12
| * | | | | | bcachefs: Fix missing bounds checks in bch2_alloc_read()Kent Overstreet2024-10-131-0/+10
| * | | | | | bcachefs: fix uaf in bch2_dio_write_done()Kent Overstreet2024-10-131-1/+2
| * | | | | | bcachefs: Improve check_snapshot_exists()Kent Overstreet2024-10-121-2/+30
| * | | | | | bcachefs: Fix bkey_nocow_lock()Kent Overstreet2024-10-121-0/+1
| * | | | | | bcachefs: Fix accounting replay flagsKent Overstreet2024-10-121-1/+2
| * | | | | | bcachefs: Fix invalid shift in member_to_text()Kent Overstreet2024-10-121-1/+9
| * | | | | | bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALIDKent Overstreet2024-10-111-0/+5
| * | | | | | bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entryKent Overstreet2024-10-091-1/+2
| * | | | | | bcachefs: Check if stuck in journal_res_get()Kent Overstreet2024-10-091-0/+13
| * | | | | | bcachefs: Fix state lock involved deadlockAlan Huang2024-10-091-6/+9
| * | | | | | bcachefs: Fix NULL pointer dereference in bch2_opt_to_textMohammed Anees2024-10-091-1/+3
| * | | | | | bcachefs: Release transaction before wake upAlan Huang2024-10-091-2/+3
| * | | | | | bcachefs: add check for btree id against max in try read nodePiotr Zalewski2024-10-091-0/+3