summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-22xfs: prevent mount and log shutdown raceDave Chinner
2024-11-22xfs: delalloc and quota softlimit timers are incoherentDave Chinner
2024-11-22xfs: fix sparse inode limits on runt AGDave Chinner
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li
2024-11-22xfs: eliminate lockdep false positives in xfs_attr_shortform_listLong Li
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
2024-11-21f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu
2024-11-21f2fs: replace deprecated strcpy with strscpyDaniel Yang