| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-11-01 | block,fs: untangle fs.h and blk_types.h |  Christoph Hellwig | 1 | -0/+1 |
| 2016-11-01 | block,fs: use REQ_* flags directly |  Christoph Hellwig | 1 | -2/+4 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 7 | -19/+23 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus |  Al Viro | 1 | -1/+5 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 2 | -12/+0 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations |  Andreas Gruenbacher | 2 | -12/+0 |
| 2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps |  Deepa Dinamani | 7 | -18/+18 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" |  Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems |  Miklos Szeredi | 1 | -2/+6 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode |  Jan Kara | 1 | -1/+1 |
| 2016-09-22 | posix_acl: Clear SGID bit when setting file permissions |  Jan Kara | 1 | -6/+2 |
| 2016-09-16 | reiserfs: Unlock superblock before calling reiserfs_quota_on_mount() |  Mike Galbraith | 1 | -1/+11 |
| 2016-08-02 | reiserfs: fix "new_insert_key may be used uninitialized ..." |  Jeff Mahoney | 1 | -1/+2 |
| 2016-07-26 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block |  Linus Torvalds | 1 | -1/+1 |
| 2016-07-26 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block |  Linus Torvalds | 4 | -12/+12 |
| 2016-07-20 | block: get rid of bio_rw and READA |  Christoph Hellwig | 1 | -1/+1 |
| 2016-06-19 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs |  Linus Torvalds | 1 | -2/+7 |
| 2016-06-07 | fs: have ll_rw_block users pass in op and flags separately |  Mike Christie | 3 | -7/+7 |
| 2016-06-07 | fs: have submit_bh users pass in op and flags separately |  Mike Christie | 2 | -5/+5 |
| 2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately |  Al Viro | 3 | -12/+15 |
| 2016-05-25 | reiserfs: check kstrdup failure |  Mikulas Patocka | 1 | -2/+7 |
| 2016-05-20 | lib/uuid.c: move generate_random_uuid() to uuid.c |  Andy Shevchenko | 1 | -1/+1 |
| 2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -4/+3 |
| 2016-05-09 | more trivial ->iterate_shared conversions |  Al Viro | 1 | -1/+1 |
| 2016-05-02 | reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack() |  Al Viro | 1 | -1/+5 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups |  Al Viro | 8 | -113/+39 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO |  Christoph Hellwig | 1 | -4/+3 |
| 2016-04-10 | xattr_handler: pass dentry and inode as separate arguments of ->get() |  Al Viro | 3 | -15/+12 |
| 2016-04-10 | reiserfs: switch to generic_{get,set,remove}xattr() |  Al Viro | 7 | -98/+31 |
| 2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage |  Kirill A. Shutemov | 1 | -1/+1 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros |  Kirill A. Shutemov | 7 | -41/+41 |
| 2016-03-31 | posix_acl: Inode acl caching fixes |  Andreas Gruenbacher | 1 | -5/+1 |
| 2016-03-28 | reiserfs_cache_default_acl(): use get_acl() |  Al Viro | 1 | -1/+1 |
| 2016-02-09 | quota: Add support for ->get_nextdqblk() for VFS quota |  Jan Kara | 1 | -0/+1 |
| 2016-01-22 | wrappers for ->i_mutex access |  Al Viro | 4 | -37/+37 |
| 2016-01-21 | reiserfs: fix dereference of ERR_PTR |  Sudip Mukherjee | 1 | -1/+1 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg |  Vladimir Davydov | 1 | -1/+2 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 3 | -23/+15 |
| 2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 5 | -52/+17 |
| 2016-01-06 | fs: use block_device name vsprintf helper |  Dmitry Monakhov | 3 | -23/+15 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() |  Al Viro | 1 | -1/+0 |
| 2015-12-13 | xattr handlers: Simplify list operation |  Andreas Gruenbacher | 4 | -47/+11 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode |  Al Viro | 1 | -1/+1 |
| 2015-12-08 | don't put symlink bodies in pagecache into highmem |  Al Viro | 2 | -0/+2 |
| 2015-12-06 | vfs: Distinguish between full xattr names and proper prefixes |  Andreas Gruenbacher | 1 | -1/+2 |
| 2015-12-06 | posix acls: Remove duplicate xattr name definitions |  Andreas Gruenbacher | 1 | -4/+4 |
| 2015-11-13 | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 4 | -26/+29 |
| 2015-11-13 | xattr handlers: Pass handler to operations instead of flags |  Andreas Gruenbacher | 4 | -26/+29 |
| 2015-11-09 | fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check |  Yaowei Bai | 1 | -3/+0 |
| 2015-09-04 | fs: create and use seq_show_option for escaping |  Kees Cook | 1 | -3/+5 |