summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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
2024-11-21cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár
2024-11-21CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja
2024-11-21smb/client: Prevent error pointer dereferenceDan Carpenter
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme
2024-11-21smb: cached directories can be more than root file handlePaul Aurich
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-21f2fs: fix to shrink read extent node in batchesChao Yu
2024-11-21f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu
2024-11-21f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong
2024-11-21f2fs: adjust unusable cap before checkpoint=disable modeDaeho Jeong
2024-11-21f2fs: fix to requery extent which cross boundary of inquiryChao Yu
2024-11-21f2fs: fix to adjust appropriate length for fiemapZhiguo Niu
2024-11-21f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}Chao Yu