summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-087-33/+55
|\
| * btrfs: always clear PERTRANS metadata during commitBoris Burkov2024-04-021-1/+1
| * btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov2024-04-021-1/+1
| * btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov2024-04-021-9/+8
| * btrfs: record delayed inode root in transactionBoris Burkov2024-04-021-0/+3
| * btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov2024-04-024-22/+40
| * btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov2024-04-021-0/+2
* | Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-061-5/+2
|\ \
| * | nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton2024-04-051-5/+2
* | | Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-04-061-2/+13
|\ \ \
| * | | xfs: allow cross-linking special files without project quotaAndrey Albershteyn2024-04-011-2/+13
* | | | Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-04-0622-178/+369
|\ \ \ \
| * | | | smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-031-0/+2
| * | | | smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-031-0/+2
| * | | | smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2
| * | | | smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara2024-04-031-0/+2
| * | | | smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara2024-04-031-0/+2
| * | | | smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara2024-04-031-0/+2
| * | | | smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara2024-04-031-0/+2
| * | | | smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara2024-04-031-1/+5
| * | | | smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-032-0/+12
| * | | | smb3: retrying on failed server closeRitvik Budhiraja2024-04-037-17/+85
| * | | | smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-023-4/+27
| * | | | smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara2024-04-021-0/+30
| * | | | smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara2024-04-021-20/+24
| * | | | smb: client: guarantee refcounted children from parent sessionPaulo Alcantara2024-04-027-72/+76
| * | | | cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells2024-04-023-10/+59
| * | | | smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara2024-04-011-49/+34
| * | | | smb: client: replace deprecated strncpy with strscpyJustin Stitt2024-03-313-6/+4
| |/ / /
* | | | Merge tag '6.9-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-04-055-8/+52
|\ \ \ \
| * | | | ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon2024-04-021-5/+5
| * | | | ksmbd: validate payload size in ipc responseNamjae Jeon2024-04-023-2/+45
| * | | | ksmbd: don't send oplock break if rename failsNamjae Jeon2024-04-021-1/+2
| |/ / /
* | | | Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-0511-37/+19
|\ \ \ \
| * | | | aio: Fix null ptr deref in aio_complete() wakeupKent Overstreet2024-04-051-1/+1
| * | | | fs,block: yield devices earlyChristian Brauner2024-03-2710-36/+18
* | | | | Merge tag 'bcachefs-2024-04-03' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-0439-494/+1869
|\ \ \ \ \
| * | | | | bcachefs: reconstruct_inode()Kent Overstreet2024-04-031-2/+50
| * | | | | bcachefs: Subvolume reconstructionKent Overstreet2024-04-031-19/+148
| * | | | | bcachefs: Check for extents that point to same spaceKent Overstreet2024-04-032-8/+168
| * | | | | bcachefs: Reconstruct missing snapshot nodesKent Overstreet2024-04-036-6/+199
| * | | | | bcachefs: Flag btrees with missing dataKent Overstreet2024-04-036-5/+44
| * | | | | bcachefs: Topology repair now uses nodes found by scanning to fill holesKent Overstreet2024-04-032-107/+199
| * | | | | bcachefs: Repair pass for scanning for btree nodesKent Overstreet2024-04-0312-51/+605
| * | | | | bcachefs: Don't skip fake btree roots in fsckKent Overstreet2024-04-031-3/+0
| * | | | | bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet2024-04-033-7/+7
| * | | | | bcachefs: Etyzinger cleanupsKent Overstreet2024-04-037-182/+285
| * | | | | bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet2024-04-033-10/+35
| * | | | | bcachefs: Clear recovery_passes_required as they complete without errorsKent Overstreet2024-04-033-12/+43
| * | | | | bcachefs: ratelimit informational fsck errorsKent Overstreet2024-04-021-4/+4