summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds173-3564/+7050
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds26-135/+109
2025-10-04Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds48-547/+1460
2025-10-04Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-177/+236
2025-10-04Merge tag 'v6.18rc1-part1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-75/+119
2025-10-04Merge tag 'f2fs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-204/+702
2025-10-04Merge tag 'exfat-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-35/+360
2025-10-03Merge tag 'for-linus-6.18-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-19/+16
2025-10-03Merge tag 'ntfs3_for_6.18' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds6-4/+50
2025-10-03Merge tag 'jfs-6.18' of github.com:kleikamp/linux-shaggyLinus Torvalds5-13/+19
2025-10-03Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-118/+467
2025-10-03Merge tag 'fs_for_v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+12
2025-10-03Merge tag 'fsnotify_for_v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-1/+110
2025-10-03Merge tag 'configfs-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+1
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds34-398/+922
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-43/+254
2025-10-03Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-81/+2
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-29/+34
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-103/+54
2025-10-03Merge tag 'pull-nfsctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-88/+49
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-74/+60
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds15-644/+602
2025-10-03f2fs: add missing dput() when printing the donation listJaegeuk Kim1-0/+1
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds78-476/+1619
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds381-5051/+9073
2025-10-03Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds27-1584/+2901
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1549-27630/+79397
2025-10-02Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds576-9289/+16905
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1254-19096/+51985
2025-10-02Merge tag 'sound-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds602-16206/+24397
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds190-1826/+4534
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds37-452/+1001
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds33-339/+1362
2025-10-02Merge tag 'kcsan-20250929-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2025-10-02Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds40-260/+433
2025-10-02cifs: client: force multichannel=off when max_channels=1Rajasi Mandal1-0/+7
2025-10-02smb client: fix bug with newly created file in cached dirBharath SM1-0/+1
2025-10-02smb: client: short-circuit negative lookups when parent dir is fully cachedHenrique Carvalho1-1/+42
2025-10-02smb: client: short-circuit in open_cached_dir_by_dentry() if !dentryHenrique Carvalho1-1/+4
2025-10-02smb: client: remove pointless cfid->has_lease checkHenrique Carvalho1-4/+1
2025-10-02Merge tag 'linux_kselftest-next-6.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-3/+16
2025-10-02smb: client: transport: minor indentation style fixFiona Ebner1-2/+1
2025-10-02smb: client: transport: avoid reconnects triggered by pending task workFiona Ebner1-1/+9
2025-10-02smb: client: remove unused fid_lockHenrique Carvalho2-15/+3
2025-10-02smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()Henrique Carvalho1-0/+1
2025-10-02smb: client: ensure open_cached_dir_by_dentry() only returns valid cfidSteve French4-6/+13
2025-10-02smb: client: account smb directory cache usage and per-tcon totalsBharath SM5-14/+63
2025-10-02Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds20-63/+880
2025-10-02smb: client: add drop_dir_cache module parameter to invalidate cached direntsBharath SM1-0/+38
2025-10-02Merge tag 'asm-generic-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-34/+69