summaryrefslogtreecommitdiff
path: root/fs/logfs
AgeCommit message (Expand)AuthorFilesLines
2016-12-15logfs: remove from treeChristoph Hellwig15-9137/+0
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-9/+13
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani4-8/+8
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-3/+3
2016-07-21qstr: constify instances in logfsAl Viro1-2/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-6/+6
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+10
2016-05-09logfs: no need to lock directory in lseekAl Viro1-1/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov7-57/+57
2016-01-23wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2016-01-15logfs: fix logfs build errors and dependenciesArnd Bergmann1-1/+1
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-5/+5
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall3-5/+5
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-12-07logfs: 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-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-1/+1
2015-11-06logfs: 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-11logfs: fix a pagecache leak for symlinksAl Viro1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-8/+8
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2014-08-07fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick1-8/+7
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-04mm + 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-24logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2013-11-25block: submit_bio_wait() conversionsKent Overstreet1-12/+1
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-10/+10
2013-11-24block: Convert various code to bio_for_each_segment()Kent Overstreet1-11/+7
2013-11-24block: submit_bio_wait() conversionsKent Overstreet1-12/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+4
2013-06-29[readdir] convert logfsAl Viro1-34/+15
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner2-2/+4
2013-03-24block: Remove bi_idx referencesKent Overstreet1-5/+0
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2013-02-23new helper: file_inode(file)Al Viro2-3/+3
2013-01-22fs/logfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-21logfs: drop vmtruncateMarco Stornelli1-2/+8