summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix ec + durability calculationKent Overstreet2023-11-251-18/+12
* bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-255-67/+96
* bcachefs: deallocate_extra_replicas()Kent Overstreet2023-11-241-0/+27
* bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-246-11/+42
* bcachefs: preserve device path as device nameBrian Foster2023-11-243-2/+7
* bcachefs: Fix an endianness conversionKent Overstreet2023-11-241-1/+1
* bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet2023-11-241-12/+16
* bcachefs: Don't stop copygc thread on device resizeKent Overstreet2023-11-241-2/+0
* bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet2023-11-242-13/+23
* bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet2023-11-241-5/+11
* bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionKent Overstreet2023-11-242-0/+15
* closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-247-29/+26
* 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