aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-14logfs: fix logfs build errors and dependenciesArnd Bergmann1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+5
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall3-5/+5
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-12-06logfs: don't duplicate page_symlink_inode_operationsAl Viro3-9/+2
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek1-1/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-1/+1
2015-11-05logfs: fix build warningSudip Mukherjee1-2/+2
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-8/+4
2015-05-10logfs: fix a pagecache leak for symlinksAl Viro1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-8/+8
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-08-06fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick1-8/+7
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+17
2014-01-23logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-12/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-10/+10
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet1-11/+7
2013-11-23block: submit_bio_wait() conversionsKent Overstreet1-12/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2-2/+4
2013-06-29[readdir] convert logfsAl Viro1-34/+15
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner2-2/+4
2013-03-23block: Remove bi_idx referencesKent Overstreet1-5/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+3
2013-02-22new helper: file_inode(file)Al Viro2-3/+3
2013-01-21fs/logfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20logfs: drop vmtruncateMarco Stornelli1-2/+8
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-6/+6
2012-09-21userns: Convert logfs to use kuid/kgid where appropriateEric W. Biederman2-6/+6
2012-08-26Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds5-12/+26
2012-07-23logfs: query block device for number of pages to send with bioPrasad Joshi1-8/+6
2012-07-23logfs: maintain the ordering of meta-inode destructionPrasad Joshi1-1/+1
2012-07-23logfs: create a pagecache page if it is not presentPrasad Joshi1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-02logfs: initialize the number of iovecs in bioPrasad Joshi1-0/+1
2012-04-02logfs: destroy the reserved inodes while unmountingPrasad Joshi3-2/+17