summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* jffs2: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
* jffs2: convert to ctime accessor functionsJeff Layton2023-07-241-1/+2
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu2023-02-021-8/+7
* fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
* fs: Change the type of filler_tMatthew Wilcox (Oracle)2022-05-091-5/+4
* jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)2022-05-091-2/+2
* jffs2: Convert jffs2 to read_folioMatthew Wilcox (Oracle)2022-05-091-5/+5
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+2
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo2021-12-231-15/+25
* jffs2: Hook up splice_write callbackJoel Stanley2021-04-151-0/+1
* jffs2: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-121-2/+2
* jffs2: use 64-bit intermediate timestampsArnd Bergmann2018-07-181-3/+3
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
* jffs2: Remove jffs2_{get,set,remove}xattr macrosAndreas Gruenbacher2016-10-061-3/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-11/+12
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-02-251-21/+18
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* jffs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+1
* jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-11-091-18/+21
* userns: Convert jffs2 to use kuid and kgid where appropriateEric W. Biederman2012-09-211-4/+4
* jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches2012-03-271-0/+2
* jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches2012-03-271-13/+18
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+8
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-0/+1
|\
| * jffs2: Update copyright noticesDavid Woodhouse2010-08-081-0/+1
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-081-1/+1
* jffs2: Fix return value from jffs2_do_readpage_nolock()Anders Grafström2009-08-041-1/+1
* fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
* [JFFS2] Use .unlocked_ioctlStoyan Gaydarov2008-07-111-1/+1
* [JFFS2] semaphore->mutex conversionDavid Woodhouse2008-04-221-8/+8
* JFFS2 Fix of panics caused by wrong condition for hole frag creation in write...Alexey Korolev2008-04-141-1/+1
* [JFFS2] Fix return value from jffs2_write_end()Nick Piggin2007-10-221-7/+4
* jffs2: convert to new aopsNick Piggin2007-10-161-39/+66
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* [JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse2007-04-251-3/+1
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-2/+4
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [JFFS2] Remove flash offset argument from various functions.David Woodhouse2006-05-231-4/+4
* Merge git://git.infradead.org/mtd-2.6KaiGai Kohei2006-05-191-6/+14
|\