summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
Commit message (Expand)AuthorAgeFilesLines
* ubifs: switch to simple_follow_link()Al Viro2015-05-111-10/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-04-151-8/+9
|\ \ | |/ |/|
| * UBIFS: extend debug/message capabilitiesSheng Yong2015-03-251-8/+9
* | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
|/
* Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-02-151-0/+4
|\
| * UBIFS: Add xattr support for symlinksSubodh Nijsure2015-01-281-0/+4
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0Star
|/
* UBIFS: fix budget leak in error pathArtem Bityutskiy2014-11-071-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-15/+10Star
|\
| * ->splice_write() via ->write_iter()Al Viro2014-06-121-1/+1
| * ubifs: switch to ->write_iter()Al Viro2014-05-061-12/+7Star
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | UBIFS: fix debugging checkArtem Bityutskiy2014-05-281-1/+1
* | UBIFS: add missing ui pointer in debugging codeDaniel Golle2014-05-271-0/+1
* | UBIFS: fix an mmap and fsync race conditionhujianyang2014-05-131-2/+1Star
|/
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-2/+3
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | ubifs: wait for page writeback to provide stable pagesJan Kara2013-02-221-0/+1
|/
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+1
* UBIFS: comply with coding styleArtem Bityutskiy2012-08-311-2/+2
* UBIFS: nuke pdflush from commentsArtem Bityutskiy2012-08-041-5/+5
* UBIFS: rename dumping functionsArtem Bityutskiy2012-05-161-1/+1
* UBIFS: remove xattr Kconnfig optionSubodh Nijsure2012-05-031-2/+0Star
* ubifs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-10/+11
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-10/+11
* | UBIFS: amend debugging inode size check function prototypeArtem Bityutskiy2011-07-041-1/+1
|/
* UBIFS: remove strange commentaryArtem Bityutskiy2011-05-131-1/+0Star
* UBIFS: use ro_mount instead of MS_RDONLYArtem Bityutskiy2011-05-131-1/+5
* UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy2011-05-131-2/+2
* UBIFS: fix minor stylistic issuesArtem Bityutskiy2011-05-131-8/+9
* UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy2011-04-131-0/+3
* UBIFS: fix assertion warning and refine commentsArtem Bityutskiy2011-03-241-4/+7
* UBIFS: introduce new flags for RO mountsArtem Bityutskiy2010-09-191-3/+2Star
* UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy2010-09-171-2/+4
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-15/+8Star
* kill spurious reference to vmtruncatenpiggin@suse.de2010-05-281-5/+8
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-281-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-4/+4
* kill I_LOCKChristoph Hellwig2009-12-171-1/+1
* UBIFS: remove manual O_SYNC handlingChristoph Hellwig2009-11-241-12/+1Star
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* UBIFS: amend commentariesArtem Bityutskiy2009-09-101-32/+30Star