summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-13qnx4: Extract dir entry filename processing into helperKees Cook2-45/+67
2023-12-01afs: Add __counted_by for struct afs_acl and use struct_size()Gustavo A. R. Silva2-2/+2
2023-11-18Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-43/+91
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds4-41/+66
2023-11-18Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-14/+23
2023-11-18Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds27-377/+248
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever3-24/+54
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever1-15/+8
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-17Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+6
2023-11-17bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet1-0/+9
2023-11-15bcachefs: six locks: Fix lost wakeupKent Overstreet1-2/+5
2023-11-15bcachefs: Fix no_data_io mode checksum checkKent Overstreet1-1/+1
2023-11-15bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet1-1/+1
2023-11-15bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet1-4/+0
2023-11-15bcachefs: Disable debug log statementsKent Overstreet1-0/+7
2023-11-15bcachefs: Fix missing transaction commitKent Overstreet1-2/+4
2023-11-15bcachefs: Fix error path in bch2_mount()Kent Overstreet1-7/+1
2023-11-15bcachefs: Fix potential sleeping during mountDaniel J Blueman1-0/+2
2023-11-15bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet1-1/+1
2023-11-15bcachefs: Kill journal pre-reservationsKent Overstreet11-275/+19
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N1-0/+6
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein1-6/+5
2023-11-14ovl: fix misformatted commentAmir Goldstein1-1/+1
2023-11-14bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet1-0/+28
2023-11-14bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet1-6/+42
2023-11-14bcachefs: btree_trans->write_lockedKent Overstreet2-36/+50
2023-11-14bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet2-4/+23
2023-11-14bcachefs: Split out btree_key_cache_types.hKent Overstreet2-26/+31
2023-11-14bcachefs: Guard against insufficient devices to create stripesKent Overstreet1-2/+14
2023-11-14bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet1-5/+5
2023-11-14bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-1/+1
2023-11-14bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva1-1/+1
2023-11-14bcachefs: Use correct fgf_t type as function argumentKent Overstreet2-2/+2
2023-11-14bcachefs: make bch2_target_to_text_sb staticJiapeng Chong1-1/+1
2023-11-14cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-14cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+53
2023-11-13xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2023-11-13xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2023-11-13xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2023-11-13xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2023-11-13xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2023-11-13xfs: abort intent items when recovery intents failLong Li3-4/+5
2023-11-13xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2023-11-12Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds16-88/+491
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds3-6/+41