summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-15iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGSRitesh Harjani (IBM)
2025-04-15hfs{plus}: add deprecation warningChristian Brauner
2025-04-14ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev
2025-04-14ksmbd: fix the warning from __kernel_write_iterNamjae Jeon
2025-04-14ksmbd: fix use-after-free in smb_break_all_levII_oplock()Namjae Jeon
2025-04-14ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon
2025-04-14ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"Namjae Jeon
2025-04-14ksmbd: Fix dangling pointer in krb_authenticateSean Heelan
2025-04-14afs: Use rxgk RESPONSE to pass token for callback channelDavid Howells
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells
2025-04-14f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim
2025-04-14Merge tag 'vfs-6.15-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-14fuse: change 'unsigned' to 'unsigned int'Jiale Yang
2025-04-14fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu
2025-04-14fs/fs_context: Mark an unlikely if condition with unlikely() in vfs_parse_mon...Zijun Hu
2025-04-14fs/fs_parse: Correct comments of fs_validate_description()Zijun Hu
2025-04-14xfs: compute buffer address correctly in xmbuf_map_backing_memDarrick J. Wong
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig
2025-04-14xfs: remove the leftover xfs_{set,clear}_li_failed infrastructureChristoph Hellwig
2025-04-13bcachefs: btree_root_unreadable_and_scan_found_nothing now AUTOFIXKent Overstreet
2025-04-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima
2025-04-13Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu
2025-04-13nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng
2025-04-13nfs: add missing selections of CONFIG_CRC32Eric Biggers
2025-04-13bcachefs: fix bch2_dev_usage_full_read_fast()Kent Overstreet
2025-04-13Merge tag 'erofs-for-6.15-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-13bcachefs: Don't print data read retry success on non-errorsKent Overstreet
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-13bcachefs: Add missing error handlingAlan Huang
2025-04-13bcachefs: Prevent granting write refs when filesystem is read-onlyGabriel Shahrouzi
2025-04-12ext4: fix off-by-one error in do_splitArtem Sadovnikov
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-04-12f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu
2025-04-12f2fs: support to disable linear lookup fallbackChao Yu
2025-04-12f2fs: prevent the current section from being selected as a victim during GCyohan.joung
2025-04-11Merge tag 'v6.15-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-04-11Merge tag 'ovl-fixes-6.15-rc2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Christian Brauner
2025-04-11fs/fs_context: Use KERN_INFO for infof()|info_plog()|infofc()Zijun Hu
2025-04-11fs: use namespace_{lock,unlock} in dissolve_on_fput()Jan Stancek
2025-04-11iomap: skip unnecessary ifs_block_is_uptodate checkGou Hao
2025-04-11fs: Fix filename init after recent refactoringSong Liu
2025-04-11netfs: Only create /proc/fs/netfs with CONFIG_PROC_FSSong Liu
2025-04-11select: do_pollfd: add unlikely branch hint return pathColin Ian King