summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-28xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig
2024-11-28xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak
2024-11-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-11-27Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-27Merge tag 'vfs-6.13.exec.deny_write_access.revert' of git://git.kernel.org/pu...Linus Torvalds
2024-11-27Revert "fs: don't block i_writecount during exec"Christian Brauner
2024-11-26smb: Initialize cfid->tcon before performing network opsPaul Aurich
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich
2024-11-26smb: client: fix noisy message when mounting sharesPaulo Alcantara
2024-11-26smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara
2024-11-26smb: client: allow reconnect when sending ioctlPaulo Alcantara
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara
2024-11-26smb: client: allow more DFS referrals to be cachedPaulo Alcantara
2024-11-26udf: Verify inode link counts before performing renameJan Kara
2024-11-26udf: Skip parent dir link count update if corruptedJan Kara
2024-11-26quota: flush quota_release_work upon quota writebackOjaswin Mujoo
2024-11-26Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-11-26Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-11-26Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-26Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2024-11-26Merge branch 'ovl.fixes'Christian Brauner
2024-11-26fs/backing_file: fix wrong argument in callbackAmir Goldstein
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár
2024-11-25cifs: Validate content of WSL reparse point buffersPali Rohár
2024-11-25cifs: Improve guard for excluding $LXDEV xattrPali Rohár
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár
2024-11-25cifs: Validate content of native symlinkPali Rohár
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-11-25smb: client: fix NULL ptr deref in crypto_aead_setkey()Paulo Alcantara
2024-11-25Update misleading comment in cifs_chan_update_ifaceMarco Crivellari
2024-11-25smb: client: change return value in open_cached_dir_by_dentry() if !cfidsHenrique Carvalho
2024-11-25smb: client: disable directory caching when dir_cache_timeout is zeroHenrique Carvalho
2024-11-25smb: client: remove unnecessary checks in open_cached_dir()Henrique Carvalho
2024-11-25ceph: fix cred leak in ceph_mds_check_access()Max Kellermann
2024-11-25ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann
2024-11-25fs: require inode_owner_or_capable for F_SET_RW_HINTChristoph Hellwig
2024-11-25exfat: reduce FAT chain traversalYuezhang Mo
2024-11-25exfat: code cleanup for exfat_readdir()Yuezhang Mo
2024-11-25exfat: remove argument 'p_dir' from exfat_add_entry()Yuezhang Mo
2024-11-25exfat: move exfat_chain_set() out of __exfat_resolve_path()Yuezhang Mo