- 5774dd5 reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr by Jeff Mahoney · 4 years, 10 months ago
- 0243d18 reiserfs: fix extended attributes on the root directory by Jeff Mahoney · 5 years ago
- 6c35bb5 reiserfs: propagate errors from fill_with_dentries() properly by Jann Horn · 6 years ago
- 696d906 reiserfs: fix broken xattr handling (heap corruption, bad retval) by Jann Horn · 6 years ago
- 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- 79a628d reiserfs: switch to generic_{get,set,remove}xattr() by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
- 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
- d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
- ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
- f3fb9e2 fs/reiserfs/xattr.c: fix blank line missing after declarations by Fabian Frederick · 10 years ago
- 1709399 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
- a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 11 years ago
- cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 11 years ago
- 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 11 years ago
- 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 11 years ago
- 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 11 years ago
- 47f70d0 reiserfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
- 4c05141 reiserfs: locking, push write lock out of xattr code by Jeff Mahoney · 11 years ago
- cd62cda reiserfs: switch reiserfs_readdir_dentry to inode by Al Viro · 11 years ago
- 4acf381 [readdir] convert reiserfs by Al Viro · 11 years ago
- 4a85701 reiserfs: fix problems with chowning setuid file w/ xattrs by Jeff Mahoney · 11 years ago
- 35e5cbc reiserfs: Fix warning and inode leak when deleting inode with xattrs by Jan Kara · 12 years ago
- da02eb7 reiserfs: Make reiserfs_xattr_handlers static by Sachin Kamat · 12 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
- 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
- f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 13 years ago
- a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 13 years ago
- c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 13 years ago
- 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
- 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
- 4482a08 reiserfs: cache negative ACLs for v1 stat format by Christoph Hellwig · 13 years ago
- bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
- 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
- 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
- 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
- 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
- 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
- 1d29b5a reiserfs_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
- cc350c2 reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
- 64252c7 vfs: remove dget() from dentry_unhash() by Sage Weil · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- c78f4cc reiserfs xattr ->d_revalidate() shouldn't care about RCU by Al Viro · 14 years ago
- b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
- 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- 1d3382cb new helper: inode_unhashed() by Al Viro · 14 years ago
- ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
- 94d09a9 reiserfs: constify xattr_handler by Stephen Hemminger · 15 years ago
- fb2162d reiserfs: fix corruption during shrinking of xattrs by Jeff Mahoney · 15 years ago
- cac36f7 reiserfs: fix permissions on .reiserfs_priv by Jeff Mahoney · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
- 82062e7 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
- 31370f6 reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locks by Frederic Weisbecker · 15 years ago
- 4f3be1b reiserfs: Relax lock on xattr removing by Frederic Weisbecker · 15 years ago
- f3e22f4 reiserfs: Fix mistake in down_write() conversion by Frederic Weisbecker · 15 years ago
- 45d28b0 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
- 835d524 reiserfs: Safely acquire i_mutex from xattr_rmdir by Frederic Weisbecker · 15 years ago
- 8b513f5 reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattr by Frederic Weisbecker · 15 years ago
- 4dd8596 reiserfs: Fix journal mutex <-> inode mutex lock inversion by Frederic Weisbecker · 15 years ago
- 3f14fea reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle() by Frederic Weisbecker · 15 years ago
- 27026a0 reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattr by Frederic Weisbecker · 15 years ago
- 0719d34 reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversion by Frederic Weisbecker · 15 years ago
- 47376ce reiserfs: Fix reiserfs lock <-> inode mutex dependency inversion by Frederic Weisbecker · 15 years ago
- 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
- ae635c0 kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dependency by Frederic Weisbecker · 15 years ago
- c72e057 kill-the-bkl/reiserfs: acquire the inode mutex safely by Frederic Weisbecker · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
- 7342281 reiserfs: allow exposing privroot w/ xattrs enabled by Jeff Mahoney · 16 years ago
- b83674c reiserfs: fixup perms when xattrs are disabled by Jeff Mahoney · 15 years ago
- ceb5edc reiserfs: deal with NULL xattr root w/ xattrs disabled by Jeff Mahoney · 15 years ago
- 12abb35 reiserfs: clean up ifdefs by Jeff Mahoney · 15 years ago
- 677c9b2 reiserfs: remove privroot hiding in lookup by Jeff Mahoney · 16 years ago
- ab17c4f reiserfs: fixup xattr_root caching by Jeff Mahoney · 16 years ago
- edcc37a Always lookup priv_root on reiserfs mount and keep it by Al Viro · 16 years ago
- 5a6059c reiserfs: Expand i_mutex to enclose lookup_one_len by Jeff Mahoney · 16 years ago
- 3a355cc reiserfs: xattr_create is unused with xattrs disabled by Jeff Mahoney · 16 years ago
- e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 16 years ago
- a41f1a4 reiserfs: use generic readdir for operations across all xattrs by Jeff Mahoney · 16 years ago
- 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 16 years ago
- 48b32a3 reiserfs: use generic xattr handlers by Jeff Mahoney · 16 years ago
- 8ecbe55 reiserfs: remove i_has_xattr_dir by Jeff Mahoney · 16 years ago
- 8b6dd72 reiserfs: make per-inode xattr locking more fine grained by Jeff Mahoney · 16 years ago
- d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 16 years ago
- 6c17675 reiserfs: simplify xattr internal file lookups/opens by Jeff Mahoney · 16 years ago
- a72bdb1 reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset by Jeff Mahoney · 16 years ago
- 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 16 years ago
- 010f5a2 reiserfs: remove link detection code by Jeff Mahoney · 16 years ago
- ec6ea56 reiserfs: xattr reiserfs_get_page takes offset instead of index by Jeff Mahoney · 16 years ago
- f437c52 reiserfs: small variable cleanup by Jeff Mahoney · 16 years ago
- 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 16 years ago
- 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 16 years ago
- 1d889d9 reiserfs: make some warnings informational by Jeff Mahoney · 16 years ago