summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | fuse: Implement writepages callbackPavel Emelyanov2013-10-011-3/+147
* | fuse: don't BUG on no write fileMiklos Szeredi2013-10-011-5/+12
* | fuse: lock page in mkwriteMiklos Szeredi2013-10-011-6/+9
* | fuse: Prepare to handle multiple pages in writebackPavel Emelyanov2013-10-011-8/+16
* | fuse: Getting file for writeback helperPavel Emelyanov2013-10-011-8/+16
|/
* fuse: no RCU mode in fuse_access()Miklos Szeredi2013-10-011-3/+2
* fuse: readdirplus: fix RCU walkMiklos Szeredi2013-10-012-3/+11
* fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi2013-10-011-1/+2
* fuse: fix fallocate vs. ftruncate raceMaxim Patlasov2013-09-181-0/+7
* fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov2013-09-181-6/+10
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-122-2/+2
* mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-111-1/+1
OpenPOWER on IntegriCloud