index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-26
Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-196
/
+205
2024-11-26
Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-8
/
+84
2024-11-26
Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
24
-247
/
+501
2024-11-26
Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-250
/
+640
2024-11-26
Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-363
/
+550
2024-11-26
Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...
Linus Torvalds
9
-114
/
+142
2024-11-26
Merge branch 'ovl.fixes'
Christian Brauner
243
-36572
/
+10678
2024-11-26
fs/backing_file: fix wrong argument in callback
Amir Goldstein
1
-1
/
+2
2024-11-25
ksmbd: fix use-after-free in SMB request handling
Yunseong Kim
1
-0
/
+4
2024-11-25
ksmbd: add debug print for pending request during server shutdown
Namjae Jeon
1
-0
/
+1
2024-11-25
ksmbd: add netdev-up/down event debug print
Namjae Jeon
1
-0
/
+6
2024-11-25
ksmbd: add debug prints to know what smb2 requests were received
Namjae Jeon
1
-9
/
+29
2024-11-25
ksmbd: add debug print for rdma capable
Namjae Jeon
1
-0
/
+3
2024-11-25
ksmbd: use msleep instaed of schedule_timeout_interruptible()
Namjae Jeon
1
-1
/
+1
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
24
-119
/
+126
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
27
-550
/
+509
2024-11-25
cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session
Pali Rohár
1
-2
/
+1
2024-11-25
cifs: Validate content of WSL reparse point buffers
Pali Rohár
1
-0
/
+5
2024-11-25
cifs: Improve guard for excluding $LXDEV xattr
Pali Rohár
1
-2
/
+2
2024-11-25
cifs: Add support for parsing WSL-style symlinks
Pali Rohár
2
-0
/
+58
2024-11-25
cifs: Validate content of native symlink
Pali Rohár
1
-0
/
+19
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
9
-28
/
+108
2024-11-25
smb: client: fix NULL ptr deref in crypto_aead_setkey()
Paulo Alcantara
1
-1
/
+3
2024-11-25
Update misleading comment in cifs_chan_update_iface
Marco Crivellari
1
-4
/
+1
2024-11-25
smb: client: change return value in open_cached_dir_by_dentry() if !cfids
Henrique Carvalho
1
-1
/
+1
2024-11-25
smb: client: disable directory caching when dir_cache_timeout is zero
Henrique Carvalho
1
-1
/
+1
2024-11-25
smb: client: remove unnecessary checks in open_cached_dir()
Henrique Carvalho
1
-4
/
+6
2024-11-25
ceph: fix cred leak in ceph_mds_check_access()
Max Kellermann
1
-0
/
+3
2024-11-25
ceph: pass cred pointer to ceph_mds_auth_match()
Max Kellermann
1
-2
/
+2
2024-11-25
fs: require inode_owner_or_capable for F_SET_RW_HINT
Christoph Hellwig
1
-0
/
+3
2024-11-25
exfat: reduce FAT chain traversal
Yuezhang Mo
3
-9
/
+32
2024-11-25
exfat: code cleanup for exfat_readdir()
Yuezhang Mo
1
-22
/
+2
2024-11-25
exfat: remove argument 'p_dir' from exfat_add_entry()
Yuezhang Mo
1
-10
/
+4
2024-11-25
exfat: move exfat_chain_set() out of __exfat_resolve_path()
Yuezhang Mo
1
-34
/
+26
2024-11-25
exfat: add exfat_get_dentry_set_by_ei() helper
Yuezhang Mo
3
-36
/
+21
2024-11-25
exfat: rename argument name for exfat_move_file and exfat_rename_file
Yuezhang Mo
1
-12
/
+12
2024-11-25
exfat: remove unnecessary read entry in __exfat_rename()
Yuezhang Mo
1
-16
/
+4
2024-11-25
exfat: fix file being changed by unaligned direct write
Yuezhang Mo
1
-0
/
+10
2024-11-25
exfat: fix uninit-value in __exfat_get_dentry_set
Namjae Jeon
1
-0
/
+1
2024-11-25
exfat: fix out-of-bounds access of directory entries
Yuezhang Mo
1
-4
/
+16
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
11
-120
/
+35
2024-11-23
f2fs: fix to drop all discards after creating snapshot on lvm device
Chao Yu
2
-7
/
+21
2024-11-23
f2fs: add a sysfs node to limit max read extent count per-inode
Chao Yu
3
-1
/
+18
2024-11-22
Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
19
-246
/
+293
2024-11-22
Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-228
/
+326
2024-11-22
Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-9
/
+9
2024-11-22
Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-54
/
+61
2024-11-22
Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-5
/
+5
2024-11-22
fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...
Jiri Olsa
1
-0
/
+1
2024-11-22
xfs: prevent mount and log shutdown race
Dave Chinner
2
-0
/
+12
[prev]
[next]