aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-18bcachefs: handle restarts in bch2_bucket_io_time_reset()Kent Overstreet1-12/+16
2024-10-18bcachefs: fix restart handling in __bch2_resume_logged_op_finsert()Kent Overstreet1-1/+1
2024-10-18bcachefs: fix restart handling in bch2_alloc_write_key()Kent Overstreet1-1/+11
2024-10-18bcachefs: fix restart handling in bch2_do_invalidates_work()Kent Overstreet1-3/+4
2024-10-18bcachefs: fix missing restart handling in bch2_read_retry_nodecode()Kent Overstreet1-2/+2
2024-10-18bcachefs: fix restart handling in bch2_fiemap()Kent Overstreet1-8/+4
2024-10-18bcachefs: fix bch2_hash_delete() error pathKent Overstreet1-2/+5
2024-10-18bcachefs: fix restart handling in bch2_rename2()Kent Overstreet1-1/+1
2024-10-17Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds5-44/+63
2024-10-17btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota1-0/+2
2024-10-17afs: Fix lock recursionDavid Howells2-24/+61
2024-10-17fs: Fix uninitialized value issue in from_kuid and from_kgidAlessandro Zanni1-3/+6
2024-10-17fs: don't try and remove empty rbtree nodeChristian Brauner1-1/+3
2024-10-17netfs: Downgrade i_rwsem for a buffered writeDavid Howells1-1/+2
2024-10-17fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das1-6/+10
2024-10-17fat: fix uninitialized variableOGAWA Hirofumi1-1/+1
2024-10-17nilfs2: propagate directory read errors from nilfs_find_entry()Ryusuke Konishi3-37/+52
2024-10-16Merge tag 'for-6.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-19/+37
2024-10-16Merge tag 'v6.12-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-23/+171
2024-10-16nilfs2: fix kernel bug due to missing clearing of buffer delay flagRyusuke Konishi1-2/+4
2024-10-16fuse: update inode size after extending passthrough writeAmir Goldstein1-1/+1
2024-10-16fs: pass offset and result to backing_file end_write() callbackAmir Goldstein3-9/+14
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert3-53/+0
2024-10-16smb/client: Fix logically dead codeAdvait Dhamorikar1-4/+0
2024-10-16smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-10-16smb: client: fix possible double free in smb2_set_ea()Su Hui1-1/+2
2024-10-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds31-400/+941
2024-10-15xfs: punch delalloc extents from the COW fork for COW writesChristoph Hellwig1-3/+5
2024-10-15xfs: set IOMAP_F_SHARED for all COW fork allocationsChristoph Hellwig1-8/+8
2024-10-15xfs: share more code in xfs_buffered_write_iomap_beginChristoph Hellwig1-10/+8
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig4-7/+12
2024-10-15xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lockChristoph Hellwig1-4/+12
2024-10-15xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eofChristoph Hellwig2-1/+9
2024-10-15xfs: factor out a xfs_file_write_zero_eof helperChristoph Hellwig1-58/+82
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig2-9/+10
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig2-59/+42
2024-10-15iomap: factor out a iomap_last_written_block helperChristoph Hellwig1-11/+2
2024-10-14Merge tag 'f2fs-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-1/+2
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-43/+31
2024-10-14bcachefs: Fix sysfs warning in fstests generic/730,731Kent Overstreet1-10/+24
2024-10-13bcachefs: Handle race between stripe reuse, invalidate_stripe_to_devKent Overstreet2-28/+55
2024-10-13bcachefs: Fix kasan splat in new_stripe_alloc_buckets()Kent Overstreet1-1/+9
2024-10-13bcachefs: Add missing validation for bch_stripe.csum_granularity_bitsKent Overstreet2-2/+12
2024-10-13bcachefs: Fix missing bounds checks in bch2_alloc_read()Kent Overstreet1-0/+10
2024-10-13bcachefs: fix uaf in bch2_dio_write_done()Kent Overstreet1-1/+2
2024-10-13Merge tag '6.12-rc2-cifs-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-7/+178
2024-10-12bcachefs: Improve check_snapshot_exists()Kent Overstreet1-2/+30
2024-10-12bcachefs: Fix bkey_nocow_lock()Kent Overstreet1-0/+1
2024-10-12bcachefs: Fix accounting replay flagsKent Overstreet1-1/+2
2024-10-12bcachefs: Fix invalid shift in member_to_text()Kent Overstreet1-1/+9