summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-3/+3
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-54/+0
|\
| * reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-04-101-54/+0
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-9/+9
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-32/+32
* xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-8/+5
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-1/+2
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-8/+8
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-63/+63
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* assorted conversions to %p[dD]Al Viro2014-11-191-3/+3
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-6/+9
* fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick2014-08-081-0/+20
* fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-061-2/+2
* reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-061-1/+1
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-061-2/+2
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-061-2/+2
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-061-20/+40
* reiserfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-2/+3
* reiserfs: locking, push write lock out of xattr codeJeff Mahoney2013-08-081-29/+17
* reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro2013-06-291-13/+12
* [readdir] convert reiserfsAl Viro2013-06-291-7/+7
* reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2013-05-311-1/+13
* reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-03-291-2/+2
* reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat2012-09-041-1/+1
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-201-1/+1
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-201-1/+1
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-201-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-18/+0
* reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2011-07-251-9/+0
* fs: kill i_alloc_semChristoph Hellwig2011-07-201-2/+1
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
* ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-10/+8
* reiserfs_permission() doesn't need to bail out in RCU modeAl Viro2011-06-201-2/+0
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-1/+0
* vfs: remove dget() from dentry_unhash()Sage Weil2011-05-261-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro2011-03-101-2/+0
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-4/+10
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+2
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* new helper: inode_unhashed()Al Viro2010-10-251-1/+1
OpenPOWER on IntegriCloud