aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-26Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-196/+205
2024-11-26Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+84
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds24-247/+501
2024-11-26Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-250/+640
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-363/+550
2024-11-26Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds9-114/+142
2024-11-26Merge branch 'ovl.fixes'Christian Brauner243-36572/+10678
2024-11-26fs/backing_file: fix wrong argument in callbackAmir Goldstein1-1/+2
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim1-0/+4
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon1-0/+1
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon1-9/+29
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon1-0/+3
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon1-1/+1
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon24-119/+126
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds27-550/+509
2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1
2024-11-25cifs: Validate content of WSL reparse point buffersPali Rohár1-0/+5
2024-11-25cifs: Improve guard for excluding $LXDEV xattrPali Rohár1-2/+2
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár2-0/+58
2024-11-25cifs: Validate content of native symlinkPali Rohár1-0/+19
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár9-28/+108
2024-11-25smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara1-1/+3
2024-11-25Update misleading comment in cifs_chan_update_ifaceMarco Crivellari1-4/+1
2024-11-25smb: client: change return value in open_cached_dir_by_dentry() if !cfidsHenrique Carvalho1-1/+1
2024-11-25smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho1-1/+1
2024-11-25smb: client: remove unnecessary checks in open_cached_dir()Henrique Carvalho1-4/+6
2024-11-25ceph: fix cred leak in ceph_mds_check_access()Max Kellermann1-0/+3
2024-11-25ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann1-2/+2
2024-11-25fs: require inode_owner_or_capable for F_SET_RW_HINTChristoph Hellwig1-0/+3
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo3-9/+32
2024-11-25exfat: code cleanup for exfat_readdir()Yuezhang Mo1-22/+2
2024-11-25exfat: remove argument 'p_dir' from exfat_add_entry()Yuezhang Mo1-10/+4
2024-11-25exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo1-34/+26
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo3-36/+21
2024-11-25exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo1-12/+12
2024-11-25exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo1-16/+4
2024-11-25exfat: fix file being changed by unaligned direct writeYuezhang Mo1-0/+10
2024-11-25exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon1-0/+1
2024-11-25exfat: fix out-of-bounds access of directory entriesYuezhang Mo1-4/+16
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-120/+35
2024-11-23f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu2-7/+21
2024-11-23f2fs: add a sysfs node to limit max read extent count per-inodeChao Yu3-1/+18
2024-11-22Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds19-246/+293
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-228/+326
2024-11-22Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-9/+9
2024-11-22Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-54/+61
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-5/+5
2024-11-22fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-11-22xfs: prevent mount and log shutdown raceDave Chinner2-0/+12