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
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
fuse: enable per inode DAX
Jeffle Xu
1
-2
/
+2
2021-12-07
fuse: Pass correct lend value to filemap_write_and_wait_range()
Xie Yongji
1
-1
/
+1
2021-11-09
Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-50
/
+56
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-10-28
fuse: add FOPEN_NOFLUSH
Amir Goldstein
1
-0
/
+3
2021-10-28
fuse: only update necessary attributes
Miklos Szeredi
1
-4
/
+5
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
1
-14
/
+12
2021-10-28
fuse: rename fuse_write_update_size()
Miklos Szeredi
1
-6
/
+6
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
1
-8
/
+8
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-1
/
+1
2021-10-22
fuse: simplify __fuse_write_file_get()
Miklos Szeredi
1
-5
/
+4
2021-10-22
fuse: delete redundant code
Peng Hao
1
-1
/
+0
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
1
-0
/
+15
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
1
-12
/
+33
2021-09-06
fuse: remove unused arg in fuse_write_file_get()
Miklos Szeredi
1
-9
/
+6
2021-09-06
fuse: wait for writepages in syncfs
Miklos Szeredi
1
-0
/
+21
2021-08-31
fuse: flush extending writes
Miklos Szeredi
1
-1
/
+1
2021-08-17
fuse: truncate pagecache on atomic_o_trunc
Miklos Szeredi
1
-2
/
+5
2021-07-13
fuse: Convert to using invalidate_lock
Jan Kara
1
-5
/
+5
2021-07-06
Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+8
2021-06-22
virtiofs: Fix spelling mistakes
Zheng Yongjun
1
-1
/
+1
2021-06-22
fuse: use DIV_ROUND_UP helper macro for calculations
Wu Bo
1
-1
/
+1
2021-06-22
fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)
Richard W.M. Jones
1
-4
/
+6
2021-06-10
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
1
-2
/
+1
2021-06-03
fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()
Al Viro
1
-1
/
+0
2021-04-30
Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+44
2021-04-14
fuse: invalidate attrs when page writeback completes
Vivek Goyal
1
-0
/
+9
2021-04-14
fuse: don't zero pages twice
Miklos Szeredi
1
-15
/
+6
2021-04-14
fuse: fix write deadlock
Vivek Goyal
1
-12
/
+29
2021-04-12
fuse: add internal open/release helpers
Miklos Szeredi
1
-17
/
+33
2021-04-12
fuse: unsigned open flags
Miklos Szeredi
1
-2
/
+3
2021-04-12
fuse: move ioctl to separate source file
Miklos Szeredi
1
-380
/
+0
2020-12-10
fuse: fix bad inode
Miklos Szeredi
1
-8
/
+11
2020-11-11
fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() request
Vivek Goyal
1
-0
/
+6
2020-11-11
fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2
Vivek Goyal
1
-1
/
+8
2020-11-11
fuse: set FUSE_WRITE_KILL_SUIDGID in cached write path
Vivek Goyal
1
-0
/
+2
2020-11-11
fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGID
Miklos Szeredi
1
-1
/
+1
2020-11-11
fuse: launder page should wait for page writeback
Miklos Szeredi
1
-0
/
+3
2020-10-19
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-106
/
+149
2020-09-18
fuse: split fuse_mount off of fuse_conn
Max Reitz
1
-102
/
+106
2020-09-17
fuse: fix the ->direct_IO() treatment of iov_iter
Al Viro
1
-13
/
+12
2020-09-10
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
1
-3
/
+27
2020-09-10
virtiofs: add DAX mmap support
Stefan Hajnoczi
1
-0
/
+5
2020-09-10
virtiofs: implement dax read/write operations
Vivek Goyal
1
-2
/
+13
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
[next]