aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-29fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei1-1/+1
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N3-0/+23
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N2-4/+4
2023-06-28ksmbd: avoid field overflow warningArnd Bergmann1-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds2-19/+25
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-330/+197
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-228/+21
2023-06-28smb: client: improve DFS mount checkPaulo Alcantara1-2/+3
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara8-100/+118
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds9-19/+134
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds29-421/+364
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara5-56/+80
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara1-3/+0
2023-06-28cifs: print client_guid in DebugDataShyam Prasad N1-0/+1
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen1-0/+7
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen1-0/+6
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N2-19/+20
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N1-3/+3
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-12/+10
2023-06-27Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2023-06-27Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-12/+8
2023-06-27Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-107/+108
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds2-3/+3
2023-06-27nfsd: Fix creation time serialization orderTavian Barnes1-5/+5
2023-06-26ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o1-2/+10
2023-06-26jbd2: skip reading super block if it has been verifiedZhang Yi1-4/+3
2023-06-26ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-06-26ext4: refactoring to use the unified helper ext4_quotas_off()Baokun Li1-19/+7
2023-06-26ext4: turn quotas off if mount failed after enabling quotasBaokun Li1-2/+4
2023-06-26ext4: add journal cycled recording supportZhang Yi1-0/+5
2023-06-26jbd2: continue to record log between each mountZhang Yi2-7/+33
2023-06-26jbd2: remove j_format_versionZhang Yi1-9/+0
2023-06-26jbd2: factor out journal initialization from journal_get_superblock()Zhang Yi1-24/+22
2023-06-26jbd2: switch to check format version in superblock directlyZhang Yi1-9/+7
2023-06-26ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'Zhihao Cheng1-1/+1
2023-06-26ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-06-26ext4: allow concurrent unaligned dio overwritesBrian Foster1-40/+46
2023-06-26ext4: clean up mballoc criteria commentsTheodore Ts'o2-30/+34
2023-06-26ext4: make ext4_zeroout_es() return voidBaokun Li1-7/+5
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li3-20/+11
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li5-52/+18
2023-06-26ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-06-26ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-06-26ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-06-26ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-06-26ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-06-26ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-06-26ext4: add a new helper to check if es must be keptBaokun Li1-13/+21