index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Lines
2025-09-05
fuse: add prune notification
Miklos Szeredi
-0
/
+56
2025-09-05
fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()
Miklos Szeredi
-56
/
+23
2025-09-05
fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
Miklos Szeredi
-1
/
+1
2025-09-02
fuse: remove fuse_readpages_end() null mapping check
Joanne Koong
-13
/
+11
2025-09-02
fuse: fix references to fuse.rst -> fuse/fuse.rst
Miklos Szeredi
-2
/
+2
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
-34
/
+113
2025-08-27
fuse: zero initialize inode private data
Miklos Szeredi
-7
/
+4
2025-08-27
fuse: remove unused 'inode' parameter in fuse_passthrough_open
Chunsheng Luo
-8
/
+3
2025-08-27
fuse: Block access to folio overlimit
Edward Adam Davis
-1
/
+1
2025-08-27
virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
Li RongQing
-2
/
+5
2025-08-27
fuse: use default writeback accounting
Joanne Koong
-10
/
+1
2025-08-27
virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()
Li RongQing
-3
/
+0
2025-08-27
fuse: remove unneeded offset assignment when filling write pages
Joanne Koong
-1
/
+0
2025-08-27
fuse: use freezable wait in fuse_get_req()
Sergey Senozhatsky
-2
/
+3
2025-08-27
fuse: add COPY_FILE_RANGE_64 that allows large copies
Miklos Szeredi
-12
/
+35
2025-08-26
fuse: fix fuseblk i_blkbits for iomap partial writes
Joanne Koong
-2
/
+21
2025-08-26
fuse: reflect cached blocksize if blocksize was changed
Joanne Koong
-0
/
+12
2025-08-26
fuse: prevent overflow in copy_file_range return value
Miklos Szeredi
-1
/
+1
2025-08-26
fuse: check if copy_file_range() returns larger than requested size
Miklos Szeredi
-0
/
+3
2025-08-26
fuse: do not allow mapping a non-regular backing file
Amir Goldstein
-0
/
+5
2025-08-11
fuse: keep inode->i_blkbits constant
Joanne Koong
-5
/
+0
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-16
/
+3
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
-3
/
+3
2025-07-28
fuse: remove page alignment check for writeback len
Joanne Koong
-2
/
+0
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-196
/
+154
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+8
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-5
/
+9
2025-07-28
Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-23
/
+13
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
-12
/
+2
2025-07-17
fuse: refactor writeback to use iomap_writepage_ctx inode
Joanne Koong
-16
/
+12
2025-07-17
fuse: hook into iomap for invalidating and checking partial uptodateness
Joanne Koong
-0
/
+2
2025-07-17
fuse: use iomap for folio laundering
Joanne Koong
-40
/
+12
2025-07-17
fuse: use iomap for writeback
Joanne Koong
-51
/
+82
2025-07-17
fuse: use iomap for buffered writes
Joanne Koong
-94
/
+55
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-5
/
+9
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
-5
/
+3
2025-07-09
mm: remove the for_reclaim field from struct writeback_control
Christoph Hellwig
-11
/
+0
2025-07-04
Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+2
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
-4
/
+4
2025-07-02
fuse_ctl: use simple_recursive_removal()
Al Viro
-23
/
+13
2025-07-02
fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP
Andrey Albershteyn
-0
/
+4
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
-3
/
+3
2025-06-25
fuse: fix runtime warning on truncate_folio_batch_exceptionals()
Haiyue Wang
-0
/
+4
2025-06-24
fuse: fix fuse_fill_write_pages() upper bound calculation
Joanne Koong
-3
/
+2
2025-06-10
new helper: set_default_d_op()
Al Viro
-2
/
+2
2025-06-10
fuse: no need for special dentry_operations for root dentry
Al Viro
-11
/
+1
2025-06-02
Merge tag 'fuse-update-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-496
/
+306
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-3
/
+0
2025-05-29
fuse: increase readdir buffer size
Miklos Szeredi
-19
/
+14
[prev]
[next]