summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-041-2/+0
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-041-1/+1
* locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton2014-06-021-1/+0
* fuse: add renameat2 supportMiklos Szeredi2014-04-282-8/+50
* fuse: clear MS_I_VERSIONMiklos Szeredi2014-04-281-1/+1
* fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov2014-04-281-9/+17
* fuse: trust kernel i_ctime onlyMaxim Patlasov2014-04-282-4/+24
* fuse: remove .update_timeMiklos Szeredi2014-04-281-12/+0
* fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-283-4/+9
* fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi2014-04-281-0/+5
* fuse: add .write_inodeMiklos Szeredi2014-04-284-33/+45
* 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
|\
OpenPOWER on IntegriCloud