aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-14bcachefs: Fix potential sleeping during mountGravatar Daniel J Blueman 1-0/+2
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Gravatar Kent Overstreet 1-1/+1
2023-11-14bcachefs: Kill journal pre-reservationsGravatar Kent Overstreet 11-275/+19
2023-11-14cifs: fix lock ordering while disabling multichannelGravatar Shyam Prasad N 1-9/+13
2023-11-14cifs: fix leak of iface for primary channelGravatar Shyam Prasad N 1-0/+6
2023-11-14ovl: fix memory leak in ovl_parse_param()Gravatar Amir Goldstein 1-6/+5
2023-11-14ovl: fix misformatted commentGravatar Amir Goldstein 1-1/+1
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathGravatar Kent Overstreet 1-0/+28
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimGravatar Kent Overstreet 1-6/+42
2023-11-13bcachefs: btree_trans->write_lockedGravatar Kent Overstreet 2-36/+50
2023-11-13bcachefs: Run btree key cache shrinker less aggressivelyGravatar Kent Overstreet 2-4/+23
2023-11-13bcachefs: Split out btree_key_cache_types.hGravatar Kent Overstreet 2-26/+31
2023-11-13bcachefs: Guard against insufficient devices to create stripesGravatar Kent Overstreet 1-2/+14
2023-11-13bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Gravatar Kent Overstreet 1-5/+5
2023-11-13bcachefs: Fix multiple -Warray-bounds warningsGravatar Gustavo A. R. Silva 1-1/+1
2023-11-13bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gravatar Gustavo A. R. Silva 1-1/+1
2023-11-13bcachefs: Use correct fgf_t type as function argumentGravatar Kent Overstreet 2-2/+2
2023-11-13bcachefs: make bch2_target_to_text_sb staticGravatar Jiapeng Chong 1-1/+1
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyGravatar Ekaterina Esina 1-3/+2
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENGravatar Anastasia Belova 1-2/+2
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-33/+53
2023-11-13xfs: recovery should not clear di_flushiter unconditionallyGravatar Dave Chinner 1-15/+17
2023-11-13xfs: inode recovery does not validate the recovered inodeGravatar Dave Chinner 2-1/+16
2023-11-13xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSGravatar Anthony Iliopoulos 1-1/+1
2023-11-13xfs: fix internal error from AGFL exhaustionGravatar Omar Sandoval 1-3/+24
2023-11-13xfs: up(ic_sema) if flushing data device failsGravatar Leah Rumancik 1-11/+12
2023-11-13xfs: only remap the written blocks in xfs_reflink_end_cow_extentGravatar Christoph Hellwig 1-0/+1
2023-11-13xfs: abort intent items when recovery intents failGravatar Long Li 3-4/+5
2023-11-13xfs: factor out xfs_defer_pending_abortGravatar Long Li 1-8/+15
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 16-88/+491
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdGravatar Linus Torvalds 3-6/+41
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 23-1462/+2082
2023-11-10cifs: update internal module version number for cifs.koGravatar Steve French 1-2/+2
2023-11-10cifs: handle when server stops supporting multichannelGravatar Shyam Prasad N 6-10/+145
2023-11-10cifs: handle when server starts supporting multichannelGravatar Shyam Prasad N 3-2/+34
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOGravatar Steve French 1-0/+1
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingGravatar Steve French 2-0/+31
2023-11-09smb: client: fix mount when dns_resolver key is not availableGravatar Paulo Alcantara 3-7/+29
2023-11-09smb3: fix caching of ctime on setxattrGravatar Steve French 1-1/+4
2023-11-09smb3: minor cleanup of session handling codeGravatar Steve French 1-6/+12
2023-11-09cifs: reconnect work should have reference on server structGravatar Shyam Prasad N 2-16/+34
2023-11-09cifs: do not pass cifs_sb when trying to add channelsGravatar Shyam Prasad N 3-8/+8
2023-11-09cifs: account for primary channel in the interface listGravatar Shyam Prasad N 2-0/+34
2023-11-09cifs: distribute channels across interfaces based on speedGravatar Shyam Prasad N 3-14/+88
2023-11-09cifs: handle cases where a channel is closedGravatar Shyam Prasad N 6-7/+43
2023-11-09smb3: more minor cleanups for session handling routinesGravatar Steve French 1-10/+15
2023-11-09smb3: minor RDMA cleanupGravatar Steve French 1-2/+2
2023-11-09btrfs: fix qgroup record leaks when using simple quotasGravatar Filipe Manana 2-3/+3
2023-11-09btrfs: fix race between accounting qgroup extents and removing a qgroupGravatar Filipe Manana 1-1/+7
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 12-39/+93