index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-2
/
+2
2022-01-12
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-18
/
+2
2021-12-18
dax: remove the copy_from_iter and copy_to_iter methods
Christoph Hellwig
1
-16
/
+0
2021-12-18
dax: remove the DAXDEV_F_SYNC flag
Christoph Hellwig
1
-1
/
+1
2021-12-14
fuse: mark inode DONT_CACHE when per inode DAX hint changes
Jeffle Xu
3
-0
/
+13
2021-12-14
fuse: negotiate per inode DAX in FUSE_INIT
Jeffle Xu
3
-5
/
+13
2021-12-14
fuse: enable per inode DAX
Jeffle Xu
4
-9
/
+13
2021-12-14
fuse: make DAX mount option a tri-state
Jeffle Xu
4
-9
/
+52
2021-12-14
fuse: add fuse_should_enable_dax() helper
Jeffle Xu
1
-1
/
+9
2021-12-07
fuse: Pass correct lend value to filemap_write_and_wait_range()
Xie Yongji
1
-1
/
+1
2021-12-04
dax: simplify the dax_device <-> gendisk association
Christoph Hellwig
1
-1
/
+1
2021-12-04
dax: remove CONFIG_DAX_DRIVER
Christoph Hellwig
1
-1
/
+1
2021-11-25
fuse: send security context of inode on file
Vivek Goyal
3
-1
/
+98
2021-11-25
fuse: release pipe buf after last use
Miklos Szeredi
1
-5
/
+5
2021-11-25
fuse: extend init flags
Miklos Szeredi
1
-27
/
+33
2021-11-09
Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-150
/
+197
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2021-11-02
fuse: fix page stealing
Miklos Szeredi
1
-2
/
+12
2021-11-02
virtiofs: use strscpy for copying the queue name
Miklos Szeredi
1
-1
/
+1
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-10-28
fuse: add FOPEN_NOFLUSH
Amir Goldstein
1
-0
/
+3
2021-10-28
fuse: only update necessary attributes
Miklos Szeredi
4
-10
/
+9
2021-10-28
fuse: take cache_mask into account in getattr
Miklos Szeredi
1
-1
/
+3
2021-10-28
fuse: add cache_mask
Miklos Szeredi
3
-9
/
+29
2021-10-28
fuse: move reverting attributes to fuse_change_attributes()
Miklos Szeredi
2
-9
/
+13
2021-10-28
fuse: simplify local variables holding writeback cache state
Miklos Szeredi
2
-6
/
+6
2021-10-28
fuse: cleanup code conditional on fc->writeback_cache
Miklos Szeredi
1
-13
/
+4
2021-10-28
fuse: fix attr version comparison in fuse_read_update_size()
Miklos Szeredi
1
-1
/
+1
2021-10-28
fuse: always invalidate attributes after writes
Miklos Szeredi
4
-20
/
+15
2021-10-28
fuse: rename fuse_write_update_size()
Miklos Szeredi
4
-9
/
+9
2021-10-28
fuse: don't bump attr_version in cached write
Miklos Szeredi
1
-2
/
+5
2021-10-28
fuse: selective attribute invalidation
Miklos Szeredi
4
-11
/
+19
2021-10-28
fuse: don't increment nlink in link()
Miklos Szeredi
1
-19
/
+11
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-1
/
+1
2021-10-22
fuse: decrement nlink on overwriting rename
Miklos Szeredi
1
-22
/
+27
2021-10-22
fuse: simplify __fuse_write_file_get()
Miklos Szeredi
1
-5
/
+4
2021-10-22
fuse: move fuse_invalidate_attr() into fuse_update_ctime()
Miklos Szeredi
2
-13
/
+6
2021-10-22
fuse: delete redundant code
Peng Hao
1
-1
/
+0
2021-10-22
fuse: use kmap_local_page()
Peng Hao
3
-8
/
+8
2021-10-22
fuse: annotate lock in fuse_reverse_inval_entry()
Miklos Szeredi
1
-1
/
+1
2021-10-22
fuse: write inode in fuse_vma_close() instead of fuse_release()
Miklos Szeredi
1
-9
/
+6
2021-10-22
fuse: make sure reclaim doesn't write the inode
Miklos Szeredi
4
-0
/
+27
2021-10-21
fuse: clean up error exits in fuse_fill_super()
Miklos Szeredi
1
-6
/
+2
2021-10-21
fuse: always initialize sb->s_fs_info
Miklos Szeredi
1
-25
/
+25
2021-10-21
fuse: clean up fuse_mount destruction
Miklos Szeredi
2
-19
/
+7
2021-10-21
fuse: get rid of fuse_put_super()
Miklos Szeredi
3
-9
/
+15
2021-10-21
fuse: check s_root when destroying sb
Miklos Szeredi
2
-2
/
+2
2021-10-18
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2021-09-07
Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-80
/
+214
[next]