index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
/
xattr.c
Age
Commit message (
Expand
)
Author
2011-07-25
fs: take the ACL checks to common code
Christoph Hellwig
2011-07-25
reiserfs: cache negative ACLs for v1 stat format
Christoph Hellwig
2011-07-20
fs: kill i_alloc_sem
Christoph 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-20
kill check_acl callback of generic_permission()
Al Viro
2011-06-20
reiserfs_permission() doesn't need to bail out in RCU mode
Al Viro
2011-05-28
reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename
Sage Weil
2011-05-26
vfs: remove dget() from dentry_unhash()
Sage Weil
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-10
reiserfs xattr ->d_revalidate() shouldn't care about RCU
Al Viro
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
fs: rcu-walk aware d_revalidate method
Nick Piggin
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2010-10-25
new helper: inode_unhashed()
Al Viro
2010-10-25
fs: kill block_prepare_write
Christoph Hellwig
2010-05-21
reiserfs: constify xattr_handler
Stephen Hemminger
2010-04-24
reiserfs: fix corruption during shrinking of xattrs
Jeff Mahoney
2010-04-24
reiserfs: fix permissions on .reiserfs_priv
Jeff Mahoney
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
2010-01-08
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-01-07
reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locks
Frederic Weisbecker
2010-01-05
reiserfs: Relax lock on xattr removing
Frederic Weisbecker
2010-01-03
reiserfs: Fix mistake in down_write() conversion
Frederic Weisbecker
2010-01-02
Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-01-02
reiserfs: Safely acquire i_mutex from xattr_rmdir
Frederic Weisbecker
2010-01-02
reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattr
Frederic Weisbecker
2010-01-02
reiserfs: Fix journal mutex <-> inode mutex lock inversion
Frederic Weisbecker
2010-01-02
reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()
Frederic Weisbecker
2010-01-02
reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattr
Frederic Weisbecker
2010-01-02
reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversion
Frederic Weisbecker
2009-12-16
reiserfs: Fix reiserfs lock <-> inode mutex dependency inversion
Frederic Weisbecker
2009-12-16
sanitize xattr handler prototypes
Christoph Hellwig
2009-09-14
kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep...
Frederic Weisbecker
2009-09-14
kill-the-bkl/reiserfs: acquire the inode mutex safely
Frederic Weisbecker
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
2009-06-11
reiserfs: allow exposing privroot w/ xattrs enabled
Jeff Mahoney
2009-05-17
reiserfs: fixup perms when xattrs are disabled
Jeff Mahoney
2009-05-17
reiserfs: deal with NULL xattr root w/ xattrs disabled
Jeff Mahoney
2009-05-17
reiserfs: clean up ifdefs
Jeff Mahoney
2009-05-09
reiserfs: remove privroot hiding in lookup
Jeff Mahoney
2009-05-09
reiserfs: fixup xattr_root caching
Jeff Mahoney
2009-05-09
Always lookup priv_root on reiserfs mount and keep it
Al Viro
2009-05-09
reiserfs: Expand i_mutex to enclose lookup_one_len
Jeff Mahoney
2009-03-30
reiserfs: xattr_create is unused with xattrs disabled
Jeff Mahoney
2009-03-30
Merge branch 'reiserfs-updates' from Jeff Mahoney
Linus Torvalds
2009-03-30
reiserfs: use generic readdir for operations across all xattrs
Jeff Mahoney
[next]