| Commit message (Expand) | Author | Age | Files | Lines |
* | reiserfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-05-17 | 1 | -0/+1 |
* | reiserfs: convert to fileattr | Miklos Szeredi | 2021-04-12 | 1 | -0/+2 |
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -8/+11 |
* | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | reiserfs: clean up several indentation issues | Colin Ian King | 2020-04-07 | 1 | -5/+5 |
* | reiserfs: fix extended attributes on the root directory | Jeff Mahoney | 2019-10-31 | 1 | -2/+5 |
* | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 2018-06-14 | 1 | -1/+1 |
|\ |
|
| * | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2018-06-05 | 1 | -1/+1 |
* | | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 2018-05-11 | 1 | -8/+4 |
|/ |
|
* | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 2016-12-09 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -7/+11 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 1 | -1/+5 |
| |\ |
|
| | * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| | * | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 2016-09-27 | 1 | -2/+6 |
| * | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -6/+6 |
| |/ |
|
* / | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -9/+0 |
|/ |
|
* | reiserfs: switch to generic_{get,set,remove}xattr() | Al Viro | 2016-04-10 | 1 | -9/+9 |
* | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 2015-12-30 | 1 | -1/+0 |
* | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-08 | 1 | -1/+1 |
* | don't put symlink bodies in pagecache into highmem | Al Viro | 2015-12-08 | 1 | -0/+1 |
* | fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check | Yaowei Bai | 2015-11-09 | 1 | -3/+0 |
* | reiserfs: Handle error from dquot_initialize() | Jan Kara | 2015-07-23 | 1 | -15/+48 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -6/+6 |
* | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 2014-05-06 | 1 | -10/+11 |
* | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 2014-05-06 | 1 | -7/+7 |
* | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney | 2014-05-06 | 1 | -3/+3 |
* | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -19/+19 |
* | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 2014-05-06 | 1 | -19/+19 |
* | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 2014-05-06 | 1 | -159/+261 |
* | reiserfs: cleanup, rename key and item accessors to more friendly names | Jeff Mahoney | 2014-05-06 | 1 | -7/+7 |
* | reiserfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 1 | -2/+2 |
* | reiserfs: locking, handle nested locks properly | Jeff Mahoney | 2013-08-08 | 1 | -16/+8 |
* | don't expose I_NEW inodes via dentry->d_inode | Al Viro | 2012-07-23 | 1 | -4/+4 |
* | don't pass nameidata to ->create() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 | 1 | -1/+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 |
* | reiserfs: propagate umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | switch ->mknod() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | switch ->create() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -2/+2 |
* | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -6/+6 |
* | fs: take the ACL checks to common code | Christoph Hellwig | 2011-07-25 | 1 | -3/+3 |
* | kill check_acl callback of generic_permission() | Al Viro | 2011-07-20 | 1 | -1/+3 |
* | reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 2011-05-26 | 1 | -0/+3 |
* | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 2011-05-26 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-03-16 | 1 | -4/+5 |
|\ |
|