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