summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-3/+3
|\
| * reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-04-101-3/+3
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-5/+5
|\
| * ->splice_write() via ->write_iter()Al Viro2014-06-121-1/+1
| * 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
* | reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-061-8/+8
* | reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-061-2/+2
* | reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney2014-05-061-1/+1
* | reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney2014-05-061-1/+1
* | reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-061-2/+2
* | reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-061-2/+2
* | reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-061-27/+35
|/
* reiserfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+1
* reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro2013-04-091-60/+1
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* reiserfs: drop vmtruncateMarco Stornelli2012-12-201-2/+1
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-201-1/+1
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-201-1/+1
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-201-1/+1
* 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
* kill check_acl callback of generic_permission()Al Viro2011-07-201-0/+1
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
* Fix reiserfs_file_release()Al Viro2010-08-091-22/+28
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-3/+2
* blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-1/+2
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-1/+1
* kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Frederic Weisbecker2009-10-141-1/+1
* reiserfs: rename [cn]_* variablesJeff Mahoney2009-03-301-3/+3
* reiserfs: rename p_._ variablesJeff Mahoney2009-03-301-3/+3
* reiserfs: rename p_s_inode to inodeJeff Mahoney2009-03-301-8/+8
* reiserfs: strip trailing whitespaceJeff Mahoney2009-03-301-4/+4
* reiserfs: rework reiserfs_warningJeff Mahoney2009-03-301-1/+1
* [PATCH] reiserfs: add missing llseek methodChristoph Hellwig2008-10-231-0/+1
* reiserfs: use generic writeVladimir Saveliev2007-10-161-1239/+1
* Only send SIGXFSZ when exceeding rlimits.Micah Cowan2007-07-161-1/+0
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+0
* reiserfs: use zero_user_pageNate Diller2007-05-091-28/+11
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] resierfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev2007-01-231-1/+19
* [PATCH] struct path: convert reiserfsJosef Sipek2006-12-081-2/+2