aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs
AgeCommit message (Expand)Author
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-09logfs: no need to lock directory in lseekAl Viro
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-14logfs: fix logfs build errors and dependenciesArnd Bergmann
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06logfs: don't duplicate page_symlink_inode_operationsAl Viro
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-05logfs: fix build warningSudip Mukherjee
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-10logfs: fix a pagecache leak for symlinksAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2014-08-06fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-23logfs: check for the return value after calling find_or_create_page()Younger Liu
2013-11-24block: submit_bio_wait() conversionsKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet
2013-11-23block: submit_bio_wait() conversionsKent Overstreet
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29[readdir] convert logfsAl Viro
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-03-23block: Remove bi_idx referencesKent Overstreet
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-21fs/logfs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-20logfs: drop vmtruncateMarco Stornelli
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert logfs to use kuid/kgid where appropriateEric W. Biederman
2012-08-26Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds
2012-07-23logfs: query block device for number of pages to send with bioPrasad Joshi
2012-07-23logfs: maintain the ordering of meta-inode destructionPrasad Joshi
2012-07-23logfs: create a pagecache page if it is not presentPrasad Joshi