aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/file.c
AgeCommit message (Expand)Author
2015-04-11make new_sync_{read,write}() staticAl Viro
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney
2014-05-06reiserfs: cleanup, remove blocks arg from journal_joinJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20reiserfs: drop vmtruncateMarco Stornelli
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20kill check_acl callback of generic_permission()Al Viro
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-08-09Fix reiserfs_file_release()Al Viro
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Frederic Weisbecker
2009-03-30reiserfs: rename [cn]_* variablesJeff Mahoney
2009-03-30reiserfs: rename p_._ variablesJeff Mahoney
2009-03-30reiserfs: rename p_s_inode to inodeJeff Mahoney
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney
2008-10-23[PATCH] reiserfs: add missing llseek methodChristoph Hellwig
2007-10-16reiserfs: use generic writeVladimir Saveliev
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-05-09reiserfs: use zero_user_pageNate Diller
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2007-01-23[PATCH] resierfs: avoid tail packing if an inode was ever mmappedVladimir Saveliev
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek
2006-12-07[PATCH] reiserfs: do not add save links for O_DIRECT writesVladimir V. Saveliev
2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocYan Burman
2006-12-07[PATCH] reiserfs: add missing D-cache flushingAlexey Dobriyan
2006-11-25[PATCH] reiserfs: fmt bugfixAlexey Dobriyan
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones
2006-10-03BUG_ON conversion for fs/reiserfsEric Sesterhenn
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty