Age | Commit message (Expand) | Author |
2024-11-25 | exfat: add exfat_get_dentry_set_by_ei() helper | Yuezhang Mo |
2024-11-25 | exfat: rename argument name for exfat_move_file and exfat_rename_file | Yuezhang Mo |
2024-11-25 | exfat: remove unnecessary read entry in __exfat_rename() | Yuezhang Mo |
2024-11-25 | exfat: fix file being changed by unaligned direct write | Yuezhang Mo |
2024-11-25 | exfat: fix uninit-value in __exfat_get_dentry_set | Namjae Jeon |
2024-11-25 | exfat: fix out-of-bounds access of directory entries | Yuezhang Mo |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-11-23 | f2fs: fix to drop all discards after creating snapshot on lvm device | Chao Yu |
2024-11-23 | f2fs: add a sysfs node to limit max read extent count per-inode | Chao Yu |
2024-11-22 | Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci... | Linus Torvalds |
2024-11-22 | Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-11-22 | Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-11-22 | Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-11-22 | Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds |
2024-11-22 | fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter... | Jiri Olsa |
2024-11-22 | xfs: prevent mount and log shutdown race | Dave Chinner |
2024-11-22 | xfs: delalloc and quota softlimit timers are incoherent | Dave Chinner |
2024-11-22 | xfs: fix sparse inode limits on runt AG | Dave Chinner |
2024-11-22 | xfs: remove unknown compat feature check in superblock write validation | Long Li |
2024-11-22 | xfs: eliminate lockdep false positives in xfs_attr_shortform_list | Long Li |
2024-11-21 | Merge tag 'configfs-6.13-2024-11-19' of git://git.infradead.org/users/hch/con... | Linus Torvalds |
2024-11-21 | Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggy | Linus Torvalds |
2024-11-21 | Merge tag 'dlm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds |
2024-11-21 | Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-11-21 | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-11-21 | Merge tag 'for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2024-11-21 | Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2024-11-21 | Merge tag 'erofs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-11-21 | smb: prevent use-after-free due to open_cached_dir error paths | Paul Aurich |
2024-11-21 | smb: Don't leak cfid when reconnect races with open_cached_dir | Paul Aurich |
2024-11-21 | smb: client: handle max length for SMB symlinks | Paulo Alcantara |
2024-11-21 | smb: client: get rid of bounds check in SMB2_ioctl_init() | Paulo Alcantara |
2024-11-21 | smb: client: improve compound padding in encryption | Paulo Alcantara |
2024-11-21 | smb3: request handle caching when caching directories | Steve French |
2024-11-21 | cifs: Recognize SFU char/block devices created by Windows NFS server on Windo... | Pali Rohár |
2024-11-21 | CIFS: New mount option for cifs.upcall namespace resolution | Ritvik Budhiraja |
2024-11-21 | smb/client: Prevent error pointer dereference | Dan Carpenter |
2024-11-21 | fs/smb/client: implement chmod() for SMB3 POSIX Extensions | Ralph Boehme |
2024-11-21 | smb: cached directories can be more than root file handle | Paul Aurich |
2024-11-21 | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2024-11-21 | f2fs: fix to shrink read extent node in batches | Chao Yu |
2024-11-21 | f2fs: print message if fscorrupted was found in f2fs_new_node_page() | Chao Yu |
2024-11-21 | f2fs: clear SBI_POR_DOING before initing inmem curseg | Sheng Yong |
2024-11-21 | f2fs: fix changing cursegs if recovery fails on zoned device | Sheng Yong |
2024-11-21 | f2fs: adjust unusable cap before checkpoint=disable mode | Daeho Jeong |
2024-11-21 | f2fs: fix to requery extent which cross boundary of inquiry | Chao Yu |
2024-11-21 | f2fs: fix to adjust appropriate length for fiemap | Zhiguo Niu |
2024-11-21 | f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK} | Chao Yu |
2024-11-21 | f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflow | Chao Yu |
2024-11-21 | f2fs: replace deprecated strcpy with strscpy | Daniel Yang |