| Commit message (Expand) | Author | Age | Files | Lines |
* | reiserfs: convert to fileattr | Miklos Szeredi | 2021-04-12 | 1 | -0/+2 |
* | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 2021-01-27 | 1 | -1/+1 |
* | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 2020-05-22 | 1 | -1/+1 |
* | reiserfs: replace open-coded atomic_dec_and_mutex_lock() | Nikitas Angelinas | 2019-11-05 | 1 | -8/+2 |
* | fs: convert a pile of fsync routines to errseq_t based reporting | Jeff Layton | 2017-08-01 | 1 | -1/+1 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-02-27 | 1 | -1/+1 |
* | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -3/+0 |
* | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-02 | 1 | -3/+3 |
|\ |
|
| * | reiserfs: switch to generic_{get,set,remove}xattr() | Al Viro | 2016-04-10 | 1 | -3/+3 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
|/ |
|
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -2/+0 |
* | fs/reiserfs: use linux/uaccess.h | Fabian Frederick | 2014-08-08 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 1 | -5/+5 |
|\ |
|
| * | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | 1 | -1/+1 |
| * | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 1 | -8/+8 |
* | | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 1 | -2/+2 |
* | | reiserfs: cleanup, remove blocks arg from journal_join | Jeff Mahoney | 2014-05-06 | 1 | -1/+1 |
* | | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 1 | -1/+1 |
* | | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -2/+2 |
* | | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -2/+2 |
* | | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 1 | -27/+35 |
|/ |
|
* | reiserfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 1 | -0/+1 |
* | reiserfs: don't wank with EFBIG before calling do_sync_write() | Al Viro | 2013-04-09 | 1 | -60/+1 |
* | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -1/+1 |
* | reiserfs: drop vmtruncate | Marco Stornelli | 2012-12-20 | 1 | -2/+1 |
* | move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h | Al Viro | 2012-03-20 | 1 | -1/+1 |
* | move reiserfs_acl.h to fs/reiserfs/acl.h | Al Viro | 2012-03-20 | 1 | -1/+1 |
* | take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h | Al Viro | 2012-03-20 | 1 | -1/+1 |
* | fs: take the ACL checks to common code | Christoph Hellwig | 2011-07-25 | 1 | -1/+1 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 1 | -1/+8 |
* | kill check_acl callback of generic_permission() | Al Viro | 2011-07-20 | 1 | -0/+1 |
* | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 | 1 | -2/+1 |
* | Fix reiserfs_file_release() | Al Viro | 2010-08-09 | 1 | -22/+28 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 | 1 | -3/+2 |
* | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 2010-04-28 | 1 | -1/+2 |
* | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 2010-03-05 | 1 | -1/+1 |
* | kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl() | Frederic Weisbecker | 2009-10-14 | 1 | -1/+1 |
* | reiserfs: rename [cn]_* variables | Jeff Mahoney | 2009-03-30 | 1 | -3/+3 |
* | reiserfs: rename p_._ variables | Jeff Mahoney | 2009-03-30 | 1 | -3/+3 |
* | reiserfs: rename p_s_inode to inode | Jeff Mahoney | 2009-03-30 | 1 | -8/+8 |
* | reiserfs: strip trailing whitespace | Jeff Mahoney | 2009-03-30 | 1 | -4/+4 |
* | reiserfs: rework reiserfs_warning | Jeff Mahoney | 2009-03-30 | 1 | -1/+1 |
* | [PATCH] reiserfs: add missing llseek method | Christoph Hellwig | 2008-10-23 | 1 | -0/+1 |
* | reiserfs: use generic write | Vladimir Saveliev | 2007-10-16 | 1 | -1239/+1 |
* | Only send SIGXFSZ when exceeding rlimits. | Micah Cowan | 2007-07-16 | 1 | -1/+0 |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 1 | -1/+0 |
* | reiserfs: use zero_user_page | Nate Diller | 2007-05-09 | 1 | -28/+11 |