Al Viro
|
1a67aafb5f
switch ->mknod() to umode_t
|
14 years ago |
Al Viro
|
4acdaf27eb
switch ->create() to umode_t
|
14 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
Miklos Szeredi
|
bfe8684869
filesystems: add set_nlink()
|
13 years ago |
Christoph Hellwig
|
4e34e719e4
fs: take the ACL checks to common code
|
14 years ago |
Al Viro
|
22ba747f66
jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory
|
14 years ago |
Al Viro
|
a9049376ee
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
|
14 years ago |
Linus Torvalds
|
36947a7682
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
|
14 years ago |
Sage Weil
|
cf0f0536fa
jffs2: remove unnecessary dentry_unhash from rmdir, dir rename
|
14 years ago |
Linus Torvalds
|
29a6ccca38
Merge git://git.infradead.org/mtd-2.6
|
14 years ago |
Sage Weil
|
e4eaac06bc
vfs: push dentry_unhash on rename_dir into file systems
|
14 years ago |
Sage Weil
|
79bf7c732b
vfs: push dentry_unhash on rmdir into file systems
|
14 years ago |
Sergey Senozhatsky
|
8cb2a180ab
jffs2: remove unused variables
|
14 years ago |
Eric Paris
|
2a7dba391e
fs/vfs/security: pass last path component to LSM on inode creation
|
14 years ago |
Linus Torvalds
|
79346507ad
Merge git://git.infradead.org/mtd-2.6
|
14 years ago |
Al Viro
|
7de9c6ee3e
new helper: ihold()
|
14 years ago |
Julia Lawall
|
04aadf36de
jffs2: use kmemdup
|
14 years ago |
Linus Torvalds
|
e8a89cebdb
Merge git://git.infradead.org/mtd-2.6
|
15 years ago |
Al Viro
|
41cce647f8
jffs2: don't open-code iget_failed()
|
15 years ago |
David Woodhouse
|
6088c05877
jffs2: Update copyright notices
|
15 years ago |
David Woodhouse
|
e72e6497e7
jffs2: Fix NFS race by using insert_inode_locked()
|
15 years ago |
David Woodhouse
|
f324e4cb2c
jffs2: Fix in-core inode leaks on error paths
|
15 years ago |
Linus Torvalds
|
18f4c64477
jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'
|
16 years ago |
Christoph Hellwig
|
3222a3e55f
[PATCH] fix ->llseek for more directories
|
17 years ago |
David Woodhouse
|
8966c5e0fc
[JFFS2] Use d_splice_alias() not d_add() in jffs2_lookup()
|
17 years ago |
Adrian Hunter
|
bde86fec7c
[JFFS2] Correct symlink name too long error code
|
17 years ago |
Stoyan Gaydarov
|
0533400b78
[JFFS2] Use .unlocked_ioctl
|
17 years ago |
David Woodhouse
|
27c72b040c
[JFFS2] Track parent inode for directories (for NFS export)
|
17 years ago |
David Woodhouse
|
590fe34c47
[JFFS2] Quiet lockdep false positive.
|
17 years ago |
David Woodhouse
|
ced2207036
[JFFS2] semaphore->mutex conversion
|
17 years ago |