summaryrefslogtreecommitdiff
path: root/fs/reiserfs/xattr.c
Commit message (Expand)AuthorAge
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\
| * reiserfs: switch to generic_{get,set,remove}xattr()Al Viro2016-04-10
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-13
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-06
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-13
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* assorted conversions to %p[dD]Al Viro2014-11-19
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-31
* fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick2014-08-08
* fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-08
* reiserfs: cleanup, remove unnecessary parensJeff Mahoney2014-05-06
* reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-06
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-06
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-06
* reiserfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* reiserfs: locking, push write lock out of xattr codeJeff Mahoney2013-08-08
* reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro2013-06-29
* [readdir] convert reiserfsAl Viro2013-06-29
* reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2013-05-31
* reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-03-29
* reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat2012-09-04
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-20
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-20
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-20
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2011-07-25
* fs: kill i_alloc_semChristoph Hellwig2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-20
* ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-20
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* reiserfs_permission() doesn't need to bail out in RCU modeAl Viro2011-06-20
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-28
* vfs: remove dget() from dentry_unhash()Sage Weil2011-05-26
* Fix common misspellingsLucas De Marchi2011-03-31
* reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro2011-03-10
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* new helper: inode_unhashed()Al Viro2010-10-25
* fs: kill block_prepare_writeChristoph Hellwig2010-10-25
* reiserfs: constify xattr_handlerStephen Hemminger2010-05-21