summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-189-43/+91
|\
| * xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-131-15/+17
| * xfs: inode recovery does not validate the recovered inodeDave Chinner2023-11-132-1/+16
| * xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos2023-11-131-1/+1
| * xfs: fix internal error from AGFL exhaustionOmar Sandoval2023-11-131-3/+24
| * xfs: up(ic_sema) if flushing data device failsLeah Rumancik2023-11-131-11/+12
| * xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig2023-11-131-0/+1
| * xfs: abort intent items when recovery intents failLong Li2023-11-133-4/+5
| * xfs: factor out xfs_defer_pending_abortLong Li2023-11-131-8/+15
* | Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-11-184-41/+66
|\ \
| * | NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever2023-11-173-24/+54
| * | NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever2023-11-171-1/+3
| * | NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever2023-11-171-15/+8
| * | nfsd: fix file memleak on client_opens_releaseMahmoud Adam2023-11-171-1/+1
* | | Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-11-184-14/+23
|\ \ \
| * | | cifs: fix lock ordering while disabling multichannelShyam Prasad N2023-11-141-9/+13
| * | | cifs: fix leak of iface for primary channelShyam Prasad N2023-11-141-0/+6
| * | | cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina2023-11-131-3/+2
| * | | cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova2023-11-131-2/+2
| | |/ | |/|
* | | Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-11-1727-377/+248
|\ \ \
| * | | bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet2023-11-161-0/+9
| * | | bcachefs: six locks: Fix lost wakeupKent Overstreet2023-11-141-2/+5
| * | | bcachefs: Fix no_data_io mode checksum checkKent Overstreet2023-11-141-1/+1
| * | | bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet2023-11-141-1/+1
| * | | bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet2023-11-141-4/+0
| * | | bcachefs: Disable debug log statementsKent Overstreet2023-11-141-0/+7
| * | | bcachefs: Fix missing transaction commitKent Overstreet2023-11-141-2/+4
| * | | bcachefs: Fix error path in bch2_mount()Kent Overstreet2023-11-141-7/+1
| * | | bcachefs: Fix potential sleeping during mountDaniel J Blueman2023-11-141-0/+2
| * | | bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet2023-11-141-1/+1
| * | | bcachefs: Kill journal pre-reservationsKent Overstreet2023-11-1411-275/+19
| * | | bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet2023-11-131-0/+28
| * | | bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet2023-11-131-6/+42
| * | | bcachefs: btree_trans->write_lockedKent Overstreet2023-11-132-36/+50
| * | | bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet2023-11-132-4/+23
| * | | bcachefs: Split out btree_key_cache_types.hKent Overstreet2023-11-132-26/+31
| * | | bcachefs: Guard against insufficient devices to create stripesKent Overstreet2023-11-131-2/+14
| * | | bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet2023-11-131-5/+5
| * | | bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva2023-11-131-1/+1
| * | | bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva2023-11-131-1/+1
| * | | bcachefs: Use correct fgf_t type as function argumentKent Overstreet2023-11-132-2/+2
| * | | bcachefs: make bch2_target_to_text_sb staticJiapeng Chong2023-11-131-1/+1
| |/ /
* | | Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-172-7/+6
|\ \ \
| * | | ovl: fix memory leak in ovl_parse_param()Amir Goldstein2023-11-141-6/+5
| * | | ovl: fix misformatted commentAmir Goldstein2023-11-141-1/+1
| |/ /
* | | Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-1311-33/+53
|\ \ \ | |/ / |/| |
| * | btrfs: fix qgroup record leaks when using simple quotasFilipe Manana2023-11-092-3/+3
| * | btrfs: fix race between accounting qgroup extents and removing a qgroupFilipe Manana2023-11-091-1/+7
| * | btrfs: fix error pointer dereference after failure to allocate fs devicesFilipe Manana2023-11-031-3/+3
| * | btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo2023-11-031-3/+7