summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-28Merge tag 'ntfs3_for_6.13' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-11-28Merge tag 'exfat-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
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-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-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
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
2024-11-25exfat: add exfat_get_dentry_set_by_ei() helperYuezhang Mo
2024-11-25exfat: rename argument name for exfat_move_file and exfat_rename_fileYuezhang Mo
2024-11-25exfat: remove unnecessary read entry in __exfat_rename()Yuezhang Mo
2024-11-25exfat: fix file being changed by unaligned direct writeYuezhang Mo
2024-11-25exfat: fix uninit-value in __exfat_get_dentry_setNamjae Jeon
2024-11-25exfat: fix out-of-bounds access of directory entriesYuezhang Mo
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-23f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu
2024-11-23f2fs: add a sysfs node to limit max read extent count per-inodeChao Yu
2024-11-22Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-22Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-22Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-11-22fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa
2024-11-21Merge tag 'configfs-6.13-2024-11-19' of git://git.infradead.org/users/hch/con...Linus Torvalds
2024-11-21Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-11-21Merge tag 'dlm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-21Merge tag 'for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-21Merge tag 'erofs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-21smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich
2024-11-21smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich
2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara
2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara
2024-11-21smb3: request handle caching when caching directoriesSteve French