aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr.c
AgeCommit message (Expand)Author
2020-10-17reiserfs: Fix oops during mountJan Kara
2020-01-23reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-10reiserfs: switch to generic_{get,set,remove}xattr()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2014-11-19assorted conversions to %p[dD]Al Viro
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro
2013-06-29[readdir] convert reiserfsAl Viro
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil