aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-03-06reiserfs: rework priv inode handlingGravatar Christian Brauner 1-0/+7
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2021-04-12reiserfs: convert to fileattrGravatar Miklos Szeredi 1-0/+2
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2019-11-05reiserfs: replace open-coded atomic_dec_and_mutex_lock()Gravatar Nikitas Angelinas 1-8/+2
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-3/+0
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-3/+3
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Gravatar Al Viro 1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2014-08-08fs/reiserfs: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2014-06-12->splice_write() via ->write_iter()Gravatar Al Viro 1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-05-06reiserfs: cleanup, remove unnecessary parensGravatar Jeff Mahoney 1-8/+8
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsGravatar Jeff Mahoney 1-2/+2
2014-05-06reiserfs: cleanup, remove blocks arg from journal_joinGravatar Jeff Mahoney 1-1/+1
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyGravatar Jeff Mahoney 1-1/+1
2014-05-06reiserfs: cleanup, remove sb argument from journal_endGravatar Jeff Mahoney 1-2/+2
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endGravatar Jeff Mahoney 1-2/+2
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleGravatar Jeff Mahoney 1-27/+35
2014-01-25reiserfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-0/+1
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Gravatar Al Viro 1-60/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-12-20reiserfs: drop vmtruncateGravatar Marco Stornelli 1-2/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 1-1/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+8
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-0/+1
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1
2010-08-09Fix reiserfs_file_release()Gravatar Al Viro 1-22/+28
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-3/+2
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsGravatar Dmitry Monakhov 1-1/+2
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-1/+1
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Gravatar Frederic Weisbecker 1-1/+1
2009-03-30reiserfs: rename [cn]_* variablesGravatar Jeff Mahoney 1-3/+3
2009-03-30reiserfs: rename p_._ variablesGravatar Jeff Mahoney 1-3/+3
2009-03-30reiserfs: rename p_s_inode to inodeGravatar Jeff Mahoney 1-8/+8
2009-03-30reiserfs: strip trailing whitespaceGravatar Jeff Mahoney 1-4/+4
2009-03-30reiserfs: rework reiserfs_warningGravatar Jeff Mahoney 1-1/+1
2008-10-23[PATCH] reiserfs: add missing llseek methodGravatar Christoph Hellwig 1-0/+1