summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
* fuse: clean up fsyncMiklos Szeredi2014-04-281-8/+3
* fuse: fuse: fallocate: use file_update_time()Miklos Szeredi2014-04-281-6/+2
* fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov2014-04-281-4/+14
* fuse: update mtime on truncate(2)Maxim Patlasov2014-04-281-0/+2
* fuse: do not use uninitialized i_modeMaxim Patlasov2014-04-281-1/+1
* fuse: fix mtime update error in fsyncMiklos Szeredi2014-04-281-1/+1
* fuse: check fallocate modeMiklos Szeredi2014-04-281-0/+3
* fuse: add __exit to fuse_ctl_cleanupFabian Frederick2014-04-282-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-11/+8
|\
| * generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-011-2/+1
| * callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-011-2/+0
| * pipe: kill ->map() and ->unmap()Al Viro2014-04-011-3/+3
| * fuse/dev: use atomic mapsAl Viro2014-04-011-5/+5
* | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-061-2/+2
|\ \
| * | VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-241-2/+2
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-04-045-83/+378
|\ \
| * | fuse: fix "uninitialized variable" warningRajat Jain2014-04-021-1/+1
| * | fuse: Turn writeback cache onPavel Emelyanov2014-04-022-1/+15
| * | fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov2014-04-023-9/+41
| * | fuse: fuse_flush() should wait on writebackMaxim Patlasov2014-04-021-15/+23
| * | fuse: Implement write_begin/write_end callbacksPavel Emelyanov2014-04-021-0/+73
| * | fuse: restructure fuse_readpage()Maxim Patlasov2014-04-021-7/+16
| * | fuse: Flush files on wb closePavel Emelyanov2014-04-021-0/+6
| * | fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-024-25/+132
| * | fuse: Trust kernel i_size onlyPavel Emelyanov2014-04-023-6/+39
| * | fuse: Connection bit for enabling writebackPavel Emelyanov2014-04-021-0/+3
| * | fuse: Prepare to handle short readsPavel Emelyanov2014-04-021-8/+13
| * | fuse: Linking file to inode helperPavel Emelyanov2014-04-021-14/+19
| |/
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-0/+3
|\
| * Fix race when checking i_size on direct i/o readSteven Whitehouse2014-01-261-0/+3
* | fuse: support clients that don't implement 'open'Andrew Gallagher2014-01-222-10/+30
* | fuse: don't invalidate attrs when not using atimeAndrew Gallagher2014-01-223-4/+16
* | fuse: fix SetPageUptodate() condition in STOREMiklos Szeredi2014-01-221-1/+2
* | fuse: fix pipe_buf_operationsMiklos Szeredi2014-01-221-17/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-134-42/+9
|\
| * fuse: rcu-delay freeing fuse_connAl Viro2013-10-243-2/+4
| * vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-243-40/+5
* | fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov2013-11-051-0/+1
* | fuse: writepages: update bdi writeout when deleting secondary requestMaxim Patlasov2013-11-051-1/+4
* | fuse: writepages: crop secondary requestsMaxim Patlasov2013-11-051-5/+31
* | fuse: writepages: roll back changes if request not foundMaxim Patlasov2013-11-051-2/+4
* | cuse: add fix minor number to /dev/cuseTom Gundersen2013-10-011-1/+4
* | fuse: writepage: skip already in flightMiklos Szeredi2013-10-011-0/+12
* | fuse: writepages: handle same page rewritesMiklos Szeredi2013-10-012-10/+91
* | fuse: writepages: fix aggregationMiklos Szeredi2013-10-011-1/+1
* | fuse: fix race in fuse_writepages()Maxim Patlasov2013-10-011-1/+16
OpenPOWER on IntegriCloud