| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ |
|
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -1/+1 |
* | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
|/ |
|
* | fs: have submit_bh users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -2/+2 |
* | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -4/+3 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -22/+22 |
* | don't put symlink bodies in pagecache into highmem | Al Viro | 2015-12-08 | 1 | -0/+1 |
* | reiserfs: Handle error from dquot_initialize() | Jan Kara | 2015-07-23 | 1 | -2/+5 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -2/+2 |
* | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-11 | 1 | -1/+1 |
* | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -1/+1 |
* | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+1 |
* | fs/reiserfs/inode.c: replace 0 by NULL for pointers | Fabian Frederick | 2015-02-17 | 1 | -1/+1 |
* | 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 |
|\ |
|
| * | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 1 | -2/+2 |
| * | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 2014-05-06 | 1 | -1/+2 |
| * | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | 1 | -5/+4 |
* | | reiserfs: call truncate_setsize under tailpack mutex | Jeff Mahoney | 2014-05-21 | 1 | -1/+7 |
* | | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 1 | -5/+5 |
* | | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 1 | -24/+24 |
* | | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 1 | -4/+4 |
* | | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -15/+15 |
* | | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -18/+15 |
* | | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 1 | -429/+634 |
* | | reiserfs: cleanup, rename key and item accessors to more friendly names | Jeff Mahoney | 2014-05-06 | 1 | -18/+18 |
|/ |
|
* | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-03 | 1 | -1/+1 |
* | reiserfs: locking, release lock around quota operations | Jeff Mahoney | 2013-08-08 | 1 | -8/+11 |
* | reiserfs: locking, handle nested locks properly | Jeff Mahoney | 2013-08-08 | 1 | -41/+36 |
* | reiserfs: locking, push write lock out of xattr code | Jeff Mahoney | 2013-08-08 | 1 | -18/+20 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-07-02 | 1 | -3/+9 |
|\ |
|
| * | reiserfs: use ->invalidatepage() length argument | Lukas Czerner | 2013-05-21 | 1 | -2/+7 |
| * | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-21 | 1 | -1/+2 |
* | | reiserfs: fix deadlock with nfs racing on create/lookup | Jeff Mahoney | 2013-05-31 | 1 | -2/+7 |
|/ |
|
* | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | 1 | -0/+1 |
* | fs: encode_fh: return FILEID_INVALID if invalid fid_type | Namjae Jeon | 2013-02-26 | 1 | -2/+2 |
* | reiserfs: drop vmtruncate | Marco Stornelli | 2012-12-20 | 1 | -4/+11 |
* | reiserfs: Move quota calls out of write lock | Jan Kara | 2012-11-19 | 1 | -3/+7 |
* | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking | Hugh Dickins | 2012-10-09 | 1 | -1/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -13/+13 |
|\ |
|
| * | userns: Convert reiserfs to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 1 | -13/+13 |
* | | reiserfs: fix deadlocks with quotas | Jeff Mahoney | 2012-08-15 | 1 | -1/+1 |
|/ |
|
* | ->encode_fh() API change | Al Viro | 2012-05-29 | 1 | -18/+12 |
* | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -2/+2 |
* | 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 |
* | reiserfs: propagate umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -3/+3 |