aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-3/+3
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-54/+0
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro1-54/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-9/+9
2016-01-22wrappers for ->i_mutex accessAl Viro1-32/+32
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-8/+5
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-1/+2
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-63/+63
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-3/+3
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-6/+9
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick1-0/+20
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-2/+2
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-1/+1
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-2/+2
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-2/+2
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-20/+40
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+3
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney1-29/+17
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro1-13/+12
2013-06-29[readdir] convert reiserfsAl Viro1-7/+7
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney1-1/+13
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara1-2/+2
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-18/+0
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig1-9/+0
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-10/+8
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro1-2/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-1/+0
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro1-2/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-4/+10
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-4/+1