index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
Revert "fuse: move initialization of fuse_file to fuse_writepages() instead o...
Miklos Szeredi
1
-6
/
+12
2024-09-24
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-92
/
+92
2024-09-24
fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set
yangyun
1
-1
/
+1
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
1
-16
/
+16
2024-09-16
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-23
/
+24
2024-09-04
fuse: handle idmappings properly in ->write_iter()
Alexander Mikhalitsyn
1
-1
/
+2
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
1
-1
/
+1
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
1
-16
/
+16
2024-08-29
fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...
Joanne Koong
1
-46
/
+57
2024-08-29
fuse: move fuse file initialization to wpa allocation time
Joanne Koong
1
-4
/
+2
2024-08-29
fuse: convert fuse_writepages_fill() to use a folio for its tmp page
Joanne Koong
1
-7
/
+7
2024-08-29
fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...
Joanne Koong
1
-12
/
+6
2024-08-29
fuse: refactor finished writeback stats updates into helper function
Joanne Koong
1
-17
/
+14
2024-08-29
fuse: drop unused fuse_mount arg in fuse_writepage_finish()
Joanne Koong
1
-4
/
+3
2024-08-29
fuse: add fast path for fuse_range_is_writeback
yangyun
1
-3
/
+3
2024-08-28
fuse: update stats for pages in dropped aux writeback list
Joanne Koong
1
-1
/
+7
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-08-07
fuse: Convert fuse_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+15
2024-08-07
fuse: Convert fuse_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-05-08
fuse: Convert fuse_readpages_end() to use folio_end_read()
Matthew Wilcox (Oracle)
1
-7
/
+3
2024-04-15
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
1
-5
/
+7
2024-03-15
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-179
/
+278
2024-03-06
fuse: get rid of ff->readdir.lock
Miklos Szeredi
1
-2
/
+0
2024-03-06
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
1
-5
/
+10
2024-03-06
fuse: remove an unnecessary if statement
Jiachen Zhang
1
-4
/
+0
2024-03-06
fuse: Track process write operations in both direct and writethrough modes
Zhou Jifeng
1
-2
/
+6
2024-03-05
fuse: Convert fuse_writepage_locked to take a folio
Matthew Wilcox (Oracle)
1
-15
/
+15
2024-03-05
fuse: Remove fuse_writepage
Matthew Wilcox (Oracle)
1
-29
/
+1
2024-03-05
fuse: implement passthrough for mmap
Amir Goldstein
1
-3
/
+10
2024-03-05
fuse: implement splice read/write passthrough
Amir Goldstein
1
-2
/
+27
2024-03-05
fuse: implement read/write passthrough
Amir Goldstein
1
-6
/
+12
2024-03-05
fuse: implement open in passthrough mode
Amir Goldstein
1
-1
/
+8
2024-03-05
fuse: prepare for opening file in passthrough mode
Amir Goldstein
1
-19
/
+15
2024-02-23
fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAP
Amir Goldstein
1
-12
/
+29
2024-02-23
fuse: introduce inode io modes
Amir Goldstein
1
-0
/
+15
2024-02-23
fuse: prepare for failing open response
Amir Goldstein
1
-5
/
+10
2024-02-23
fuse: break up fuse_open_common()
Amir Goldstein
1
-7
/
+2
2024-02-23
fuse: allocate ff->release_args only if release is needed
Amir Goldstein
1
-30
/
+39
2024-02-23
fuse: factor out helper fuse_truncate_update_attr()
Amir Goldstein
1
-17
/
+21
2024-02-23
fuse: add fuse_dio_lock/unlock helper functions
Bernd Schubert
1
-27
/
+34
2024-02-23
fuse: create helper function if DIO write needs exclusive lock
Bernd Schubert
1
-18
/
+45
2024-02-23
fuse: fix VM_MAYSHARE and direct_io_allow_mmap
Bernd Schubert
1
-2
/
+6
2024-02-05
fuse: adapt to breakup of struct file_lock
Jeff Layton
1
-8
/
+7
2024-02-05
filelock: split common fields into struct file_lock_core
Jeff Layton
1
-0
/
+1
2024-01-08
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+3
2023-12-12
fs: use splice_copy_file_range() inline helper
Amir Goldstein
1
-2
/
+3
2023-12-04
fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP
Amir Goldstein
1
-0
/
+2
2023-12-04
fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP
Tyler Fanelli
1
-3
/
+3
2023-08-16
fuse: write back dirty pages before direct write in direct_io_relax mode
Hao Xu
1
-0
/
+7
[next]