summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-0480-1184/+2772
|\| | | | | |
| * | | | | | 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
| | * | | | | bcachefs: Check for bad needs_discard before doing discardKent Overstreet2024-04-021-21/+26
| | * | | | | bcachefs: Improve bch2_btree_update_to_text()Kent Overstreet2024-04-022-22/+43
| | * | | | | mean_and_variance: Drop always failing testsGuenter Roeck2024-04-021-27/+1
| | * | | | | bcachefs: fix nocow lock deadlockKent Overstreet2024-04-021-2/+1
| | * | | | | bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet2024-04-016-7/+12
| | * | | | | bcachefs: Fix btree node reserveKent Overstreet2024-04-011-1/+1
| * | | | | | Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ha...Linus Torvalds2024-04-033-7/+6
| |\ \ \ \ \ \
| | * | | | | | vboxsf: explicitly deny setlease attemptsJeff Layton2024-04-031-0/+1
| | * | | | | | vboxsf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-031-3/+3
| | * | | | | | vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET2024-04-031-1/+2
| | * | | | | | vboxsf: remove redundant variable out_lenColin Ian King2024-04-031-3/+0
| | | |/ / / / | | |/| | | |
| * | | | | | security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu2024-04-031-5/+2
| | |/ / / / | |/| | | |
| * | | | | bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet2024-04-011-1/+3
| * | | | | bcachefs: Fix overlapping extent repairKent Overstreet2024-04-011-4/+6
| * | | | | bcachefs: Fix remove_dirent()Kent Overstreet2024-04-011-3/+4
| * | | | | bcachefs: Logged op errors should be ignoredKent Overstreet2024-04-011-4/+3
| * | | | | bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet2024-03-316-14/+26
| * | | | | bcachefs: bch2_run_explicit_recovery_pass_persistent()Kent Overstreet2024-03-312-0/+19
| * | | | | bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet2024-03-312-17/+16
| * | | | | bcachefs: Flush journal immediately after replay if we did early repairKent Overstreet2024-03-311-0/+20
| * | | | | bcachefs: Resume logged ops after fsckKent Overstreet2024-03-311-1/+1