index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-15
1
-179
/
+278
|
\
|
*
fuse: get rid of ff->readdir.lock
Miklos Szeredi
2024-03-06
1
-2
/
+0
|
*
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
2024-03-06
1
-5
/
+10
|
*
fuse: remove an unnecessary if statement
Jiachen Zhang
2024-03-06
1
-4
/
+0
|
*
fuse: Track process write operations in both direct and writethrough modes
Zhou Jifeng
2024-03-06
1
-2
/
+6
|
*
fuse: Convert fuse_writepage_locked to take a folio
Matthew Wilcox (Oracle)
2024-03-05
1
-15
/
+15
|
*
fuse: Remove fuse_writepage
Matthew Wilcox (Oracle)
2024-03-05
1
-29
/
+1
|
*
fuse: implement passthrough for mmap
Amir Goldstein
2024-03-05
1
-3
/
+10
|
*
fuse: implement splice read/write passthrough
Amir Goldstein
2024-03-05
1
-2
/
+27
|
*
fuse: implement read/write passthrough
Amir Goldstein
2024-03-05
1
-6
/
+12
|
*
fuse: implement open in passthrough mode
Amir Goldstein
2024-03-05
1
-1
/
+8
|
*
fuse: prepare for opening file in passthrough mode
Amir Goldstein
2024-03-05
1
-19
/
+15
|
*
fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAP
Amir Goldstein
2024-02-23
1
-12
/
+29
|
*
fuse: introduce inode io modes
Amir Goldstein
2024-02-23
1
-0
/
+15
|
*
fuse: prepare for failing open response
Amir Goldstein
2024-02-23
1
-5
/
+10
|
*
fuse: break up fuse_open_common()
Amir Goldstein
2024-02-23
1
-7
/
+2
|
*
fuse: allocate ff->release_args only if release is needed
Amir Goldstein
2024-02-23
1
-30
/
+39
|
*
fuse: factor out helper fuse_truncate_update_attr()
Amir Goldstein
2024-02-23
1
-17
/
+21
|
*
fuse: add fuse_dio_lock/unlock helper functions
Bernd Schubert
2024-02-23
1
-27
/
+34
|
*
fuse: create helper function if DIO write needs exclusive lock
Bernd Schubert
2024-02-23
1
-18
/
+45
|
*
fuse: fix VM_MAYSHARE and direct_io_allow_mmap
Bernd Schubert
2024-02-23
1
-2
/
+6
*
|
fuse: adapt to breakup of struct file_lock
Jeff Layton
2024-02-05
1
-8
/
+7
*
|
filelock: split common fields into struct file_lock_core
Jeff Layton
2024-02-05
1
-0
/
+1
|
/
*
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2024-01-08
1
-2
/
+3
|
\
|
*
fs: use splice_copy_file_range() inline helper
Amir Goldstein
2023-12-12
1
-2
/
+3
*
|
fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP
Amir Goldstein
2023-12-04
1
-0
/
+2
*
|
fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP
Tyler Fanelli
2023-12-04
1
-3
/
+3
|
/
*
fuse: write back dirty pages before direct write in direct_io_relax mode
Hao Xu
2023-08-16
1
-0
/
+7
*
fuse: add a new fuse init flag to relax restrictions in no cache mode
Hao Xu
2023-08-16
1
-2
/
+5
*
fuse: invalidate page cache pages before direct write
Hao Xu
2023-08-16
1
-1
/
+11
*
Revert "fuse: in fuse_flush only wait if someone wants the return code"
Miklos Szeredi
2023-08-14
1
-63
/
+26
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-35
/
+10
|
\
|
*
fuse: use direct_write_fallback
Christoph Hellwig
2023-06-09
1
-22
/
+2
|
*
fuse: drop redundant arguments to fuse_perform_write
Christoph Hellwig
2023-06-09
1
-6
/
+5
|
*
fuse: update ki_pos in fuse_perform_write
Christoph Hellwig
2023-06-09
1
-10
/
+10
|
*
backing_dev: remove current->backing_dev_info
Christoph Hellwig
2023-06-09
1
-4
/
+0
*
|
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
2023-05-24
1
-1
/
+1
|
/
*
iov_iter: add iter_iovec() helper
Jens Axboe
2023-03-30
1
-1
/
+1
*
Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-27
1
-27
/
+64
|
\
|
*
fuse: fix all W=1 kernel-doc warnings
Randy Dunlap
2023-01-26
1
-1
/
+1
|
*
fuse: in fuse_flush only wait if someone wants the return code
Eric W. Biederman
2023-01-26
1
-26
/
+63
*
|
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-9
/
+9
|
\
\
|
*
|
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-9
/
+9
|
|
/
*
|
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
1
-1
/
+2
|
\
\
|
*
|
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+2
|
|
/
*
/
filelock: move file locking definitions to separate header file
Jeff Layton
2023-01-11
1
-0
/
+1
|
/
*
Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
1
-3
/
+40
|
\
|
*
fuse: allow non-extending parallel direct writes on the same file
Dharmendra Singh
2022-11-23
1
-3
/
+40
*
|
Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
attr: use consistent sgid stripping checks
Christian Brauner
2022-10-18
1
-1
/
+1
[next]