summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | btrfs: get correct owning_root when dropping snapshotJosef Bacik2023-11-033-10/+20
| * | btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota2023-11-031-0/+7
| * | btrfs: zoned: drop no longer valid write pointer checkNaohiro Aota2023-11-031-7/+0
| * | btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()Dan Carpenter2023-11-031-1/+1
| * | btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-031-5/+5
* | | Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-11-1116-88/+491
|\ \ \
| * | | cifs: update internal module version number for cifs.koSteve French2023-11-101-2/+2
| * | | cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-106-10/+145
| * | | cifs: handle when server starts supporting multichannelShyam Prasad N2023-11-103-2/+34
| * | | Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French2023-11-101-0/+1
| * | | smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2023-11-102-0/+31
| * | | smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara2023-11-093-7/+29
| * | | smb3: fix caching of ctime on setxattrSteve French2023-11-091-1/+4
| * | | smb3: minor cleanup of session handling codeSteve French2023-11-091-6/+12
| * | | cifs: reconnect work should have reference on server structShyam Prasad N2023-11-092-16/+34
| * | | cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-093-8/+8
| * | | cifs: account for primary channel in the interface listShyam Prasad N2023-11-092-0/+34