Age | Commit message (Expand) | Author | Files | Lines |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -5/+6 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2020-10-01 | reiserfs: Fix oops during mount | Jan Kara | 1 | -0/+7 |
2020-01-16 | reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr | Jeff Mahoney | 1 | -2/+6 |
2019-10-31 | reiserfs: fix extended attributes on the root directory | Jeff Mahoney | 1 | -7/+12 |
2019-05-14 | reiserfs: add comment to explain endianness issue in xattr_hash | Bharath Vedartham | 1 | -0/+9 |
2018-10-31 | reiserfs: propagate errors from fill_with_dentries() properly | Jann Horn | 1 | -0/+7 |
2018-08-22 | reiserfs: fix broken xattr handling (heap corruption, bad retval) | Jann Horn | 1 | -1/+3 |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -2/+2 |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -5/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 1 | -3/+3 |
2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 1 | -54/+0 |
2016-04-10 | reiserfs: switch to generic_{get,set,remove}xattr() | Al Viro | 1 | -54/+0 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -9/+9 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -32/+32 |
2015-12-13 | xattr handlers: Simplify list operation | Andreas Gruenbacher | 1 | -8/+5 |
2015-12-06 | vfs: Distinguish between full xattr names and proper prefixes | Andreas Gruenbacher | 1 | -1/+2 |
2015-11-13 | xattr handlers: Pass handler to operations instead of flags | Andreas Gruenbacher | 1 | -8/+8 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -63/+63 |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -2/+2 |
2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -3/+3 |
2014-10-31 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 1 | -6/+9 |
2014-08-08 | fs/reiserfs/xattr.c: fix blank line missing after declarations | Fabian Frederick | 1 | -0/+20 |
2014-08-08 | fs/reiserfs: use linux/uaccess.h | Fabian Frederick | 1 | -1/+1 |
2014-05-06 | reiserfs: cleanup, remove unnecessary parens | Jeff Mahoney | 1 | -2/+2 |
2014-05-06 | reiserfs: cleanup, remove leading whitespace from labels | Jeff Mahoney | 1 | -1/+1 |
2014-05-06 | reiserfs: cleanup, remove sb argument from journal_end | Jeff Mahoney | 1 | -2/+2 |
2014-05-06 | reiserfs: cleanup, remove nblocks argument from journal_end | Jeff Mahoney | 1 | -2/+2 |
2014-05-06 | reiserfs: cleanup, reformat comments to normal kernel style | Jeff Mahoney | 1 | -20/+40 |
2014-01-25 | reiserfs: use generic posix ACL infrastructure | Christoph Hellwig | 1 | -2/+3 |
2013-08-08 | reiserfs: locking, push write lock out of xattr code | Jeff Mahoney | 1 | -29/+17 |
2013-06-29 | reiserfs: switch reiserfs_readdir_dentry to inode | Al Viro | 1 | -13/+12 |
2013-06-29 | [readdir] convert reiserfs | Al Viro | 1 | -7/+7 |
2013-05-31 | reiserfs: fix problems with chowning setuid file w/ xattrs | Jeff Mahoney | 1 | -1/+13 |
2013-03-29 | reiserfs: Fix warning and inode leak when deleting inode with xattrs | Jan Kara | 1 | -2/+2 |
2012-09-04 | reiserfs: Make reiserfs_xattr_handlers static | Sachin Kamat | 1 | -1/+1 |
2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -1/+1 |
2012-03-20 | move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h | Al Viro | 1 | -1/+1 |
2012-03-20 | move reiserfs_acl.h to fs/reiserfs/acl.h | Al Viro | 1 | -1/+1 |
2012-03-20 | take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h | Al Viro | 1 | -1/+1 |
2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
2011-07-25 | fs: take the ACL checks to common code | Christoph Hellwig | 1 | -18/+0 |
2011-07-25 | reiserfs: cache negative ACLs for v1 stat format | Christoph Hellwig | 1 | -9/+0 |
2011-07-20 | fs: kill i_alloc_sem | Christoph Hellwig | 1 | -2/+1 |
2011-07-20 | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 1 | -1/+1 |
2011-07-20 | ->permission() sanitizing: don't pass flags to generic_permission() | Al Viro | 1 | -1/+1 |
2011-07-20 | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 1 | -1/+1 |
2011-07-20 | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 1 | -1/+1 |