summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-03-02ANDROID: fs: logfs: fix filler function typeSami Tolvanen4-7/+7
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro483-2736/+4379
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi22-42/+123
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-100/+95
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds39-95/+107
2016-07-21qstr: constify instances in logfsAl Viro1-2/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie24-61/+65
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie53-148/+221
2016-05-09logfs: no need to lock directory in lseekAl Viro1-1/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro16-17/+16
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds14-20/+35
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
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 Torvalds125-1478/+792
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall3-5/+5
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro57-46/+81
2015-12-07logfs: don't duplicate page_symlink_inode_operationsAl Viro3-9/+2
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek5-7/+11
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko19-30/+36
2015-11-06logfs: fix build warningSudip Mukherjee1-2/+2
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet16-74/+18
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig95-682/+622
2015-05-11logfs: fix a pagecache leak for symlinksAl Viro1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells278-1420/+1419
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2014-08-07fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick1-8/+7
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro29-79/+94
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds139-2683/+2144
2014-01-24logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2013-11-24block: submit_bio_wait() conversionsKent Overstreet8-116/+24
2013-11-24block: Abstract out bvec iteratorKent Overstreet107-638/+700
2013-11-24block: Convert various code to bio_for_each_segment()Kent Overstreet10-102/+67
2013-11-24block: submit_bio_wait() conversionsKent Overstreet8-118/+24
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds63-2170/+2652
2013-06-29[readdir] convert logfsAl Viro1-34/+15
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner30-69/+116
2013-03-23block: Remove bi_idx referencesKent Overstreet8-13/+2
2013-03-04fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman69-12/+77
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-01-21fs/logfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20logfs: drop vmtruncateMarco Stornelli1-2/+8
[next]