aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-22fs/buffer: split locking for pagecache lookupsDavidlohr Bueso1-16/+25
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds1-1/+1
2025-04-19Merge tag 'mm-hotfixes-stable-2025-04-19-21-24' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2025-04-19Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-40/+87
2025-04-19Revert "hfs{plus}: add deprecation warning"Christian Brauner2-4/+0
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7-20/+4
2025-04-18Merge tag '6.15-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-25/+39
2025-04-18Merge tag 'v6.15-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-37/+34
2025-04-17fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand1-0/+1
2025-04-17Merge tag 'bcachefs-2025-04-17' of git://evilpiepirate.org/bcachefsLinus Torvalds13-26/+98
2025-04-17bcachefs: Fix snapshotting a subvolume, then renaming itKent Overstreet1-1/+43
2025-04-17Merge tag 'xfs-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-61/+93
2025-04-17Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-4/+3
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig1-14/+18
2025-04-17netfs: Mark __nonstring lookup tablesKees Cook2-2/+2
2025-04-17eventpoll: Set epoll timeout if it's in the futureJoe Damato1-1/+9
2025-04-16bcachefs: Add missing READ_ONCE() for metadata replicasKent Overstreet1-1/+1
2025-04-16xfs: fix fsmap for internal zoned devicesDarrick J. Wong1-18/+33
2025-04-16xfs: Fix spelling mistake "drity" -> "dirty"Zhang Xianwei1-1/+1
2025-04-16fs: ensure that *path_locked*() helpers leave passed path pristineChristian Brauner1-16/+18
2025-04-15bcachefs: snapshot_node_missing is now autofixKent Overstreet1-1/+1
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet4-3/+22
2025-04-15bcachefs: Print version_incompat_allowed on startupKent Overstreet1-0/+5
2025-04-15bcachefs: Silence extent_poisoned error messagesKent Overstreet3-10/+12
2025-04-15Merge tag 'fs_for_v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2025-04-15fs: add kern_path_locked_negative()Christian Brauner1-16/+49
2025-04-15hfs{plus}: add deprecation warningChristian Brauner2-0/+4
2025-04-14ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev1-1/+6
2025-04-14ksmbd: fix the warning from __kernel_write_iterNamjae Jeon1-1/+2
2025-04-14ksmbd: fix use-after-free in smb_break_all_levII_oplock()Namjae Jeon2-21/+9
2025-04-14ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon3-6/+13
2025-04-14ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"Namjae Jeon1-7/+1
2025-04-14ksmbd: Fix dangling pointer in krb_authenticateSean Heelan1-1/+3
2025-04-14Merge tag 'vfs-6.15-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds11-24/+54
2025-04-14xfs: compute buffer address correctly in xmbuf_map_backing_memDarrick J. Wong1-1/+1
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg4-2/+54
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig1-0/+1
2025-04-14xfs: remove the leftover xfs_{set,clear}_li_failed infrastructureChristoph Hellwig4-39/+3
2025-04-13bcachefs: btree_root_unreadable_and_scan_found_nothing now AUTOFIXKent Overstreet1-1/+1
2025-04-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
2025-04-13Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after-free"Kuniyuki Iwashima1-8/+8
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu2-0/+30
2025-04-13nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-13nfs: add missing selections of CONFIG_CRC32Eric Biggers6-19/+3
2025-04-13bcachefs: fix bch2_dev_usage_full_read_fast()Kent Overstreet2-6/+2
2025-04-13Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds4-7/+9
2025-04-13bcachefs: Don't print data read retry success on non-errorsKent Overstreet1-1/+5
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-37/+63
2025-04-13bcachefs: Add missing error handlingAlan Huang1-1/+4
2025-04-13bcachefs: Prevent granting write refs when filesystem is read-onlyGabriel Shahrouzi1-1/+2