index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
file.c
Age
Commit message (
Expand
)
Author
2019-06-12
Merge android-4.4.181 (bd858d7) into msm-4.4
Srinivasarao P
2019-06-11
fuse: Add FOPEN_STREAM to use stream_open()
Kirill Smelkov
2019-06-11
fuse: fallocate: fix return with locked inode
Miklos Szeredi
2019-06-11
fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
Liu Bo
2019-06-11
fuse: fix writepages on 32bit
Miklos Szeredi
2019-02-22
Merge android-4.4.175 (08d5867) into msm-4.4
Srinivasarao P
2019-02-20
fuse: decrement NR_WRITEBACK_TEMP on the right page
Miklos Szeredi
2018-11-15
Merge android-4.4.163 (0ca3fca) into msm-4.4
Srinivasarao P
2018-11-10
fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio
Ashish Samant
2018-09-12
Merge android-4.4.154 (d762e28) into msm-4.4
Srinivasarao P
2018-09-05
fuse: Add missed unlock_page() to fuse_readpages_fill()
Kirill Tkhai
2017-09-04
Merge android-4.4@610af85 (v4.4.85) into msm-4.4
Blagovest Kolenichev
2017-08-16
fuse: initialize the flock flag in fuse_file on allocation
Mateusz Jurczyk
2017-03-23
Merge tag v4.4.55 into branch 'msm-4.4'
Blagovest Kolenichev
2017-03-12
fuse: add missing FR_FORCE
Miklos Szeredi
2017-02-28
Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'
Runmin Wang
2017-01-18
fs: fuse: Add replacment for CMA pages into the LRU cache
Laura Abbott
2017-01-18
fs: fuse: Workaround for CMA migration
Laura Abbott
2016-12-16
Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-android
Runmin Wang
2016-11-26
fuse: fix fuse_write_end() if zero bytes were copied
Miklos Szeredi
2016-09-24
fuse: direct-io: don't dirty ITER_BVEC pages
Miklos Szeredi
2016-08-16
fuse: fuse_flush must check mapping->flags for errors
Maxim Patlasov
2016-08-16
fuse: fsync() did not return IO errors
Alexey Kuznetsov
2016-07-22
Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4
Trilok Soni
2016-06-21
fs:fuse: Disable passthrough when mmap is called on a file
Nikhilesh Reddy
2016-04-12
fuse: Add reference counting for fuse_io_priv
Seth Forshee
2016-04-12
fuse: do not use iocb after it may have been freed
Robert Doebbelin
2016-03-22
fuse: Add support for passthrough read/write
Nikhilesh Reddy
2015-12-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2015-11-10
fuse: break infinite loop in fuse_fill_write_pages()
Roman Gushchin
2015-10-22
Move locks API users to locks_lock_inode_wait()
Benjamin Coddington
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2015-07-01
fuse: req state use flags
Miklos Szeredi
2015-07-01
fuse: simplify req states
Miklos Szeredi
2015-07-01
fuse: req use bitops
Miklos Szeredi
2015-06-23
fs: Rename file_remove_suid() to file_remove_privs()
Jan Kara
2015-06-02
writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
Tejun Heo
2015-04-11
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
2015-04-11
switch generic_write_checks() to iocb and iter
Al Viro
2015-04-11
fuse: ->direct_IO() doesn't need generic_write_checks()
Al Viro
2015-04-11
generic_write_checks(): drop isblk argument
Al Viro
2015-04-11
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
2015-04-11
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
2015-04-11
make new_sync_{read,write}() static
Al Viro
2015-04-11
expand __fuse_direct_write() in both callers
Al Viro
2015-04-11
fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()
Al Viro
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
2015-03-13
fuse: handle synchronous iocbs internally
Christoph Hellwig
[next]