aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-53/+69
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-07-10fuse: restructure ->rename2()Miklos Szeredi1-14/+20
2014-07-07fuse: avoid scheduling while atomicMiklos Szeredi1-28/+23
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-07-07fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2
2014-07-07fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-98/+69
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-2/+0
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-1/+0
2014-05-06bio_vec-backed iov_iterAl Viro1-1/+1
2014-05-06fuse: switch to ->write_iter()Al Viro1-16/+11
2014-05-06fuse_file_aio_read(): convert to ->read_iter()Al Viro1-6/+5
2014-05-06iov_iter_truncate()Al Viro1-10/+8
2014-05-06new helper: iov_iter_npages()Al Viro1-14/+2
2014-05-06fuse: switch to iov_iter_get_pages()Al Viro1-21/+12
2014-05-06fuse: pull iov_iter initializations upAl Viro3-30/+38
2014-05-06start adding the tag to iov_iterAl Viro1-3/+3
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+5
2014-05-06kill generic_segment_checks()Al Viro1-6/+1
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-4/+2
2014-04-28fuse: add renameat2 supportMiklos Szeredi2-8/+50
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi1-1/+1
2014-04-28fuse: clear FUSE_I_CTIME_DIRTY flag on setattrMaxim Patlasov1-9/+17
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov2-4/+24
2014-04-28fuse: remove .update_timeMiklos Szeredi1-12/+0
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov3-4/+9
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi1-0/+5
2014-04-28fuse: add .write_inodeMiklos Szeredi4-33/+45
2014-04-28fuse: clean up fsyncMiklos Szeredi1-8/+3
2014-04-28fuse: fuse: fallocate: use file_update_time()Miklos Szeredi1-6/+2
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov1-4/+14
2014-04-28fuse: update mtime on truncate(2)Maxim Patlasov1-0/+2
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov1-1/+1
2014-04-28fuse: fix mtime update error in fsyncMiklos Szeredi1-1/+1
2014-04-28fuse: check fallocate modeMiklos Szeredi1-0/+3
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick2-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-11/+8
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-83/+378
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-02fuse: fix "uninitialized variable" warningRajat Jain1-1/+1
2014-04-02fuse: Turn writeback cache onPavel Emelyanov2-1/+15