aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-3/+3
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-54/+0
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Gravatar Al Viro 1-54/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-9/+9
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-32/+32
2015-12-13xattr handlers: Simplify list operationGravatar Andreas Gruenbacher 1-8/+5
2015-12-06vfs: Distinguish between full xattr names and proper prefixesGravatar Andreas Gruenbacher 1-1/+2
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-63/+63
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-3/+3
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-6/+9
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsGravatar Fabian Frederick 1-0/+20
2014-08-08fs/reiserfs: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-05-06reiserfs: cleanup, remove unnecessary parensGravatar Jeff Mahoney 1-2/+2
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsGravatar Jeff Mahoney 1-1/+1
2014-05-06reiserfs: cleanup, remove sb argument from journal_endGravatar Jeff Mahoney 1-2/+2
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endGravatar Jeff Mahoney 1-2/+2
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleGravatar Jeff Mahoney 1-20/+40
2014-01-25reiserfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-2/+3
2013-08-08reiserfs: locking, push write lock out of xattr codeGravatar Jeff Mahoney 1-29/+17
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeGravatar Al Viro 1-13/+12
2013-06-29[readdir] convert reiserfsGravatar Al Viro 1-7/+7
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsGravatar Jeff Mahoney 1-1/+13
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsGravatar Jan Kara 1-2/+2
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticGravatar Sachin Kamat 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-18/+0
2011-07-25reiserfs: cache negative ACLs for v1 stat formatGravatar Christoph Hellwig 1-9/+0
2011-07-20fs: kill i_alloc_semGravatar Christoph Hellwig 1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-10/+8
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-2/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-1/+0
2011-05-26vfs: remove dget() from dentry_unhash()Gravatar Sage Weil 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUGravatar Al Viro 1-2/+0
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-4/+10
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2010-10-25new helper: inode_unhashed()Gravatar Al Viro 1-1/+1
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-4/+1