summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi10-137/+146
2026-06-15fuse: add struct fuse_chanMiklos Szeredi7-5/+50
2026-06-15fuse: move request timeout code to a new source fileMiklos Szeredi8-145/+173
2026-06-15fuse: fix io-uring background queue dispatch on request completionJoanne Koong3-17/+26
2026-06-15fuse: fix device node leak in cuse_process_init_reply()Alberto Ruiz1-1/+3
2026-06-15fuse: do not use start_removing_noperm()Miklos Szeredi1-8/+11
2026-06-15Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"Miklos Szeredi1-16/+7
2026-06-15fuse: avoid 32-bit prune notification count wrapSamuel Moelius2-1/+435
2026-06-15fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong1-2/+12
2026-06-15fuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou1-0/+9
2026-06-15fuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert1-14/+19
2026-06-15fuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert1-5/+9
2026-06-15fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert1-0/+2
2026-06-15fuse-uring: end fuse_req on io-uring cancel task workChris Mason1-2/+12
2026-06-15fuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong2-5/+7
2026-06-15fuse-uring: check connection abort during ring creationJoanne Koong1-4/+8
2026-06-15fuse-uring: fix race between registration and connection abortionJoanne Koong1-6/+16
2026-06-15fuse-uring: fix data races on ring->readyChris Mason2-3/+5
2026-06-15fuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason1-6/+3
2026-06-15fuse: back uncached readdir buffers with pagesMatthew R. Ochs1-17/+66
2026-06-15virtiofs: fix UAF on submount umountMiklos Szeredi1-1/+7
2026-06-15exfat: bound uniname advance in exfat_find_dir_entry()Bryam Vargas1-5/+8
2026-06-15exfat: add swap_activate supportJan Polensky3-0/+10
2026-06-15exfat: preserve benign secondary entries during rename and moveRochan Avlur3-28/+116
2026-06-15exfat: serialize truncate against in-flight DIONamjae Jeon1-0/+6
2026-06-15exfat: add support for SEEK_HOLE and SEEK_DATA in llseekNamjae Jeon2-5/+52
2026-06-15exfat: add iomap direct I/O supportNamjae Jeon6-220/+119
2026-06-15exfat: add iomap buffered I/O supportNamjae Jeon7-130/+367
2026-06-15exfat: fix implicit declaration of brelse()Namjae Jeon1-0/+1
2026-06-15exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helperNamjae Jeon2-0/+9
2026-06-15exfat: add support for multi-cluster allocationNamjae Jeon6-31/+26
2026-06-15exfat: add exfat_file_open()Namjae Jeon1-0/+9
2026-06-15exfat: add balloc parameter to exfat_map_cluster() for iomap supportNamjae Jeon1-2/+5
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon8-86/+147
2026-06-15exfat: simplify exfat_lookup()Al Viro1-43/+13
2026-06-15exfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito1-1/+3
2026-06-15exfat: fix handling of damaged volume in exfat_create_upcase_table()David Timber1-6/+13
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee6-3/+160
2026-06-15ntfs: clean up target name conversion for WSL symlinksHyunchul Lee3-45/+30
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee4-6/+34
2026-06-15ntfs: support following Windows native symlink with absolute pathsHyunchul Lee6-18/+212
2026-06-15ntfs: support following Windows native symlink with relative pathsHyunchul Lee3-27/+147
2026-06-15ntfs: fix incorrect size of symbolic linkHyunchul Lee1-0/+3
2026-06-15Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds2-42/+6
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-49/+68
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-5/+3
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-7/+13
2026-06-14udf: fix nls leak on udf_fill_super() failureAl Viro1-1/+1
2026-06-15Merge tag 'pull-configfs-fixed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-187/+157