summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-34/+45
2024-10-24Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggyLinus Torvalds1-1/+1
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds41-205/+475
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet1-1/+0
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-10-22btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing2-7/+4
2024-10-22btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo1-2/+1
2024-10-22btrfs: fix read corruption due to race with extent map mergingBoris Burkov1-15/+16
2024-10-22btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo1-8/+9
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo3-2/+4
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana1-0/+9
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-65/+95
2024-10-20bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet1-0/+2
2024-10-20bcachefs: Mark more errors as AUTOFIXKent Overstreet1-2/+2
2024-10-20bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocationsKent Overstreet1-1/+14
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet3-6/+8
2024-10-20bcachefs: Fix __bch2_fsck_err() warningKent Overstreet1-1/+4
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds2-3/+3
2024-10-18Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-58/+11
2024-10-18Merge tag 'xfs-6.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-161/+181
2024-10-18proc: Fix W=1 build kernel-doc warningThorsten Blum1-1/+1
2024-10-18bcachefs: fsck: Improve hash_check_key()Kent Overstreet3-50/+194
2024-10-18bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet1-14/+36
2024-10-18bcachefs: Repair mismatches in inode hash seed, typeKent Overstreet1-10/+39
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet3-2/+8
2024-10-18bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet4-15/+13
2024-10-18bcachefs: Run in-kernel offline fsck without ratelimit errorsKent Overstreet1-0/+1
2024-10-18bcachefs: skip mount option handle for empty string.Hongbo Li1-0/+3
2024-10-18bcachefs: fix incorrect show_options resultsHongbo Li1-1/+1
2024-10-18bcachefs: Fix data corruption on -ENOSPC in buffered write pathKent Overstreet1-0/+6
2024-10-18bcachefs: bch2_folio_reservation_get_partial() is now better behavedKent Overstreet3-32/+57
2024-10-18bcachefs: fix disk reservation accounting in bch2_folio_reservation_get()Kent Overstreet1-1/+1
2024-10-18bcachefS: ec: fix data type on stripe deletionKent Overstreet1-2/+2
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet21-39/+41
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