summaryrefslogtreecommitdiff
path: root/fs/reiserfs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: rework priv inode handlingChristian Brauner2023-03-061-6/+3
* reiserfs: rework ->listxattr() implementationChristian Brauner2023-03-061-21/+25
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* Change calling conventions for filldir_tAl Viro2022-08-171-10/+10
* reiserfs: Remove check for PageErrorMatthew Wilcox (Oracle)2022-06-291-8/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-5/+6
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* reiserfs: Fix oops during mountJan Kara2020-10-011-0/+7
* reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney2020-01-161-2/+6
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-10-311-7/+12
* reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham2019-05-141-0/+9
* reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-10-311-0/+7
* reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn2018-08-221-1/+3
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* 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