summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li-0/+4
2025-02-20Merge tag 'v6.14-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-24/+71
2025-02-20Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefsLinus Torvalds-58/+42
2025-02-20Merge tag 'xfs-fixes-6.14-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-30/+114
2025-02-19Merge tag 'mm-hotfixes-stable-2025-02-19-17-49' of git://git.kernel.org/pub/s...Linus Torvalds-1/+4
2025-02-19bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet-0/+2
2025-02-19bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet-10/+8
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet-48/+32
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár-0/+16
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár-3/+2
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French-7/+29
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-12/+22
2025-02-17procfs: fix a locking bug in a vmcore_add_device_dump() error pathBart Van Assche-1/+4
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-18/+66
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara-2/+2
2025-02-14Merge tag 'v6.14-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-4/+4
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig-1/+34
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig-3/+3
2025-02-14xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino-16/+39
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt-2/+6
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong-2/+10
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong-6/+22
2025-02-13Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-12/+21
2025-02-13Merge tag 'bcachefs-2025-02-12' of git://evilpiepirate.org/bcachefsLinus Torvalds-27/+100
2025-02-13netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queuedDavid Howells-6/+13
2025-02-13netfs: Add retry stat countersDavid Howells-0/+19
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells-12/+34
2025-02-12bcachefs: Reuse transactionAlan Huang-1/+11
2025-02-12bcachefs: Pass _orig_restart_count to trans_was_restartedAlan Huang-1/+1
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet-1/+58
2025-02-11cifs: pick channels for individual subrequestsShyam Prasad N-4/+4
2025-02-11btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana-3/+1
2025-02-11btrfs: fix stale page cache after race between readahead and direct IO writeFilipe Manana-3/+15
2025-02-11bcachefs: Fix want_new_bset() so we write until the end of the btree nodeKent Overstreet-2/+2
2025-02-11bcachefs: Split out journal pins by btree levelKent Overstreet-20/+22
2025-02-11bcachefs: Fix use after freeAlan Huang-0/+2
2025-02-10Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-7/+25
2025-02-10NFSD: Fix CB_GETATTR status fixChuck Lever-1/+1
2025-02-10NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo-2/+5
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia-2/+3
2025-02-10nfsd: fix uninitialised slot info when a request is retriedNeilBrown-1/+2
2025-02-07Merge tag 'v6.14rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-56/+48
2025-02-07btrfs: fix two misuses of folio_shift()Matthew Wilcox (Oracle)-6/+5
2025-02-07bcachefs: Fix marking reflink pointers to missing indirect extentsKent Overstreet-2/+4
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-44/+91
2025-02-07Merge tag 'bcachefs-2025-02-06.2' of git://evilpiepirate.org/bcachefsLinus Torvalds-59/+115
2025-02-07pidfs: improve ioctl handlingChristian Brauner-1/+11
2025-02-07fsnotify: disable pre-content and permission events by defaultAmir Goldstein-0/+5
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein-2/+19
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein-9/+16