Al Viro
|
21fc61c73c
don't put symlink bodies in pagecache into highmem
|
9 years ago |
Linus Torvalds
|
9ec3a646fe
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 years ago |
Fabian Frederick
|
79bda4d510
fs/affs: use affs_test_opt()
|
10 years ago |
Fabian Frederick
|
a0016ff286
fs/affs: use AFFS_MOUNT prefix for mount options
|
10 years ago |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 years ago |
Fabian Frederick
|
f157853e40
fs/affs: define AFFSNAMEMAX to replace constant use
|
10 years ago |
Fabian Frederick
|
eeb36f8e93
fs/affs: use unsigned int for string lengths
|
10 years ago |
Geert Uytterhoeven
|
08fe100d91
fs/affs: fix casting in printed messages
|
10 years ago |
Al Viro
|
a455589f18
assorted conversions to %p[dD]
|
11 years ago |
Fabian Frederick
|
9606d9aa85
fs/affs: pr_debug cleanup
|
11 years ago |
Fabian Frederick
|
8ca577223f
affs: add mount option to avoid filename truncates
|
11 years ago |
Linus Torvalds
|
da53be12bb
Don't pass inode to ->d_hash() and ->d_compare()
|
12 years ago |
Al Viro
|
ebfc3b49a7
don't pass nameidata to ->create()
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 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
|
6d6b77f163
filesystems: add missing nlink wrappers
|
14 years ago |
Sage Weil
|
94f9901b6c
affs: remove unnecessary dentry_unhash on rmdir, dir rename
|
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 |
Al Viro
|
a129880daf
switch affs
|
14 years ago |
Nick Piggin
|
fb045adb99
fs: dcache reduce branches in lookup path
|
14 years ago |
Nick Piggin
|
b1e6a015a5
fs: change d_hash for rcu-walk
|
14 years ago |
Nick Piggin
|
621e155a35
fs: change d_compare for rcu-walk
|
14 years ago |
Julia Lawall
|
cccad8f9f0
fs/affs: use ERR_CAST
|
15 years ago |
Al Viro
|
29333920a5
Fix remount races with symlink handling in affs
|
15 years ago |
Al Viro
|
e16404ed0f
constify dentry_operations: misc filesystems
|
16 years ago |
Roman Zippel
|
dca3c33652
[PATCH] fix reservation discarding in affs
|
17 years ago |
David Howells
|
210f855963
iget: stop AFFS from using iget() and read_inode()
|
17 years ago |
David Howells
|
e231c2ee64
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
|
17 years ago |