Age | Commit message (Expand) | Author |
2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2023-12-21 | reiserfs_add_entry(): get rid of pointless namelen checks | Al Viro |
2023-11-25 | reiserfs: Avoid touching renamed directory if parent does not change | Jan Kara |
2023-10-18 | reiserfs: convert to new timestamp accessors | Jeff Layton |
2023-07-24 | reiserfs: convert to ctime accessor functions | Jeff Layton |
2023-07-10 | reiserfs: convert to simple_rename_timestamp | Jeff Layton |
2023-03-06 | reiserfs: rework priv inode handling | Christian Brauner |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner |
2022-12-13 | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-11-22 | reiserfs: Add missing calls to reiserfs_security_free() | Roberto Sassu |
2022-10-20 | fs: rename current get acl method | Christian Brauner |
2021-05-17 | reiserfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2021-04-12 | reiserfs: convert to fileattr | Miklos Szeredi |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2020-04-07 | reiserfs: clean up several indentation issues | Colin Ian King |
2019-10-31 | reiserfs: fix extended attributes on the root directory | Jeff Mahoney |
2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher |
2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi |
2016-04-10 | reiserfs: switch to generic_{get,set,remove}xattr() | Al Viro |
2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro |
2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro |
2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro |
2015-11-09 | fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check | Yaowei Bai |
2015-07-23 | reiserfs: Handle error from dquot_initialize() | Jan Kara |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2014-05-06 | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney |
2014-05-06 | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney |
2014-05-06 | reiserfs: cleanup, remove sb argument from journal_mark_dirty | Jeff Mahoney |
2014-05-06 | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney |
2014-05-06 | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney |
2014-05-06 | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney |
2014-05-06 | reiserfs: cleanup, rename key and item accessors to more friendly names | Jeff Mahoney |
2014-01-25 | reiserfs: use generic posix ACL infrastructure | Christoph Hellwig |
2013-08-08 | reiserfs: locking, handle nested locks properly | Jeff Mahoney |
2012-07-23 | don't expose I_NEW inodes via dentry->d_inode | Al Viro |
2012-07-14 | don't pass nameidata to ->create() | Al Viro |