summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-27Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-10-25Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-25Merge tag 'v6.12-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-25Merge tag 'fuse-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-25Merge tag 'nfsd-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-25fuse: remove stray debug lineMiklos Szeredi
2024-10-25Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet
2024-10-25Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Dominique Martinet
2024-10-25Revert "fs/9p: remove redundant pointer v9ses"Dominique Martinet
2024-10-25Revert " fs/9p: mitigate inode collisions"Dominique Martinet
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-24Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet
2024-10-23cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin
2024-10-23smb: client: Handle kstrdup failures for passwordsHenrique Carvalho
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp
2024-10-22btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()Yue Haibing
2024-10-22btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo
2024-10-22btrfs: fix read corruption due to race with extent map mergingBoris Burkov
2024-10-22btrfs: fix the delalloc range locking if sector size < page sizeQu Wenruo
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig
2024-10-22xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun
2024-10-21Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...Miklos Szeredi
2024-10-20bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode pathKent Overstreet
2024-10-20bcachefs: Mark more errors as AUTOFIXKent Overstreet
2024-10-20bcachefs: Workaround for kvmalloc() not supporting > INT_MAX allocationsKent Overstreet
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet
2024-10-20bcachefs: Fix __bch2_fsck_err() warningKent Overstreet
2024-10-19Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-18nfsd: fix race between laundromat and free_stateidOlga Kornievskaia
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-18proc: Fix W=1 build kernel-doc warningThorsten Blum
2024-10-18bcachefs: fsck: Improve hash_check_key()Kent Overstreet
2024-10-18bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet
2024-10-18bcachefs: Repair mismatches in inode hash seed, typeKent Overstreet
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet
2024-10-18bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet
2024-10-18bcachefs: Run in-kernel offline fsck without ratelimit errorsKent Overstreet
2024-10-18bcachefs: skip mount option handle for empty string.Hongbo Li