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