Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/ubifs
Artem Bityutskiy c78c7e35a4 UBIFS: xattr bugfixes
Xattr code has not been tested for a while and there were
serveral bugs. One of them is using wrong inode in
'ubifs_jnl_change_xattr()'. The other is a deadlock in
'ubifs_setxattr()': the i_mutex is locked in
'cap_inode_need_killpriv()' path, so deadlock happens when
'ubifs_setxattr()' tries to lock it again.

Thanks to Zoltan Sogor for finding these bugs.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2008-08-14 12:46:20 +03:00
..
budget.c UBIFS: correct spelling of "thrice". 2008-08-13 11:39:20 +03:00
commit.c UBIFS: increment commit number earlier 2008-08-13 11:27:47 +03:00
compress.c
debug.c UBIFS: print pid in dump function 2008-08-13 11:35:58 +03:00
debug.h UBIFS: improve arguments checking in debugging messages 2008-08-13 11:42:47 +03:00
dir.c UBIFS: remove unneeded check 2008-08-13 18:59:09 +03:00
file.c UBIFS: support splice_write 2008-08-13 11:38:43 +03:00
find.c UBIFS: correct spelling of "thrice". 2008-08-13 11:39:20 +03:00
gc.c
io.c UBIFS: make ubifs_ro_mode() not inline 2008-08-13 11:24:26 +03:00
ioctl.c
journal.c UBIFS: xattr bugfixes 2008-08-14 12:46:20 +03:00
Kconfig
key.h
log.c UBIFS: increment commit number earlier 2008-08-13 11:27:47 +03:00
lprops.c
lpt.c
lpt_commit.c
Makefile
master.c
misc.h UBIFS: reserve more space for index 2008-08-13 11:37:28 +03:00
orphan.c UBIFS: increment commit number earlier 2008-08-13 11:27:47 +03:00
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c UBIFS: few commentary fixes 2008-08-13 18:59:02 +03:00
tnc.c
tnc_commit.c UBIFS: minor tweaks in commit 2008-08-13 11:38:19 +03:00
tnc_misc.c
ubifs-media.h UBIFS: reserve more space for index 2008-08-13 11:37:28 +03:00
ubifs.h UBIFS: few commentary fixes 2008-08-13 18:59:02 +03:00
xattr.c UBIFS: xattr bugfixes 2008-08-14 12:46:20 +03:00