summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-20bcachefs: bch2_copygc_wakeup()Kent Overstreet
2025-04-20bcachefs: Fix ref leak in write_super()Kent Overstreet
2025-04-20bcachefs: Change __journal_entry_close() assert to EROKent Overstreet
2025-04-20bcachefs: Ensure journal space is block size alignedKent Overstreet
2025-04-20bcachefs: Stricter checks on "key allowed in this btree"Kent Overstreet
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet
2025-04-20bcachefs: Fix null ptr deref in bch2_snapshot_tree_oldest_subvol()Kent Overstreet
2025-04-20bcachefs: Fix early startup error pathKent Overstreet
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds
2025-04-19Merge tag 'mm-hotfixes-stable-2025-04-19-21-24' of git://git.kernel.org/pub/s...Linus Torvalds
2025-04-19Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-19Revert "hfs{plus}: add deprecation warning"Christian Brauner
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-04-18Merge tag '6.15-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-04-18Merge tag 'v6.15-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-04-17fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand
2025-04-17Merge tag 'bcachefs-2025-04-17' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17bcachefs: Fix snapshotting a subvolume, then renaming itKent Overstreet
2025-04-17Merge tag 'xfs-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-04-17Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-17btrfs: zoned: skip reporting zone for new block groupNaohiro Aota
2025-04-17btrfs: tree-checker: adjust error code for header level checkDavid Sterba
2025-04-17btrfs: fix invalid inode pointer after failure to create reloc inodeFilipe Manana
2025-04-17btrfs: zoned: return EIO on RAID1 block group write pointer mismatchJohannes Thumshirn
2025-04-17btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()Qu Wenruo
2025-04-17btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()Qu Wenruo
2025-04-17btrfs: subpage: access correct object when reading bitmap start in subpage_ca...Qu Wenruo
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig
2025-04-17netfs: Mark __nonstring lookup tablesKees Cook
2025-04-17eventpoll: Set epoll timeout if it's in the futureJoe Damato
2025-04-16bcachefs: Add missing READ_ONCE() for metadata replicasKent Overstreet
2025-04-16xfs: fix fsmap for internal zoned devicesDarrick J. Wong
2025-04-16xfs: Fix spelling mistake "drity" -> "dirty"Zhang Xianwei
2025-04-16fs: ensure that *path_locked*() helpers leave passed path pristineChristian Brauner
2025-04-16ubifs: Use ACOMP_REQUEST_CLONEHerbert Xu
2025-04-15bcachefs: snapshot_node_missing is now autofixKent Overstreet
2025-04-15sysfs: constify attribute_group::bin_attrsThomas Weißschuh
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet
2025-04-15bcachefs: Print version_incompat_allowed on startupKent Overstreet
2025-04-15bcachefs: Silence extent_poisoned error messagesKent Overstreet
2025-04-15Merge tag 'fs_for_v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-15fuse: remove tmp folio for writebacks and internal rb treeJoanne Koong
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong
2025-04-15fuse: Convert 'write' to a bit-field in struct fuse_copy_stateJoanne Koong
2025-04-15fuse: add more control over cache invalidation behaviourLuis Henriques
2025-04-15isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entryJonas 'Sortie' Termansen
2025-04-15fs: add kern_path_locked_negative()Christian Brauner
2025-04-15fuse: Move prefaulting out of hot write pathDave Hansen