summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-24pidfs: remove d_op->d_deleteChristian Brauner
2025-02-23bcachefs: fix bch2_extent_ptr_eq()Kent Overstreet
2025-02-23efivarfs: Defer PM notifier registration until .fill_superArd Biesheuvel
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells
2025-02-21afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells
2025-02-21btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo
2025-02-21btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana
2025-02-21btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana
2025-02-21btrfs: fix use-after-free on inode when scanning root during em shrinkingFilipe Manana
2025-02-20bcachefs: Fix memmove when move keys downAlan Huang
2025-02-20bcachefs: print op->nonce on data update inconsistencyKent Overstreet
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-20Merge tag 'v6.14-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-02-20Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-20Merge tag 'xfs-fixes-6.14-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-02-19Merge tag 'mm-hotfixes-stable-2025-02-19-17-49' of git://git.kernel.org/pub/s...Linus Torvalds
2025-02-19bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet
2025-02-19bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet
2025-02-19NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust
2025-02-19NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust
2025-02-19NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-02-18Merge tag 'fuse-fixes-6.14-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner
2025-02-17procfs: fix a locking bug in a vmcore_add_device_dump() error pathBart Van Assche
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-17btrfs: selftests: fix btrfs_test_delayed_refs() leak of transactionDavid Disseldorp
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara
2025-02-14Merge tag 'v6.14-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig
2025-02-14xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-02-13Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-13Merge tag 'bcachefs-2025-02-12' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-13netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queuedDavid Howells
2025-02-13netfs: Add retry stat countersDavid Howells
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells
2025-02-12bcachefs: Reuse transactionAlan Huang
2025-02-12bcachefs: Pass _orig_restart_count to trans_was_restartedAlan Huang
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet