Al Viro
|
3873691e5a
Merge remote-tracking branch 'ovl/rename2' into for-linus
|
8 years ago |
Deepa Dinamani
|
02027d42c3
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
|
9 years ago |
Miklos Szeredi
|
2773bf00ae
fs: rename "rename2" i_op to "rename"
|
8 years ago |
Miklos Szeredi
|
1cd66c93ba
fs: make remaining filesystems use .rename2
|
8 years ago |
Al Viro
|
6192269444
introduce a parallel variant of ->iterate()
|
9 years ago |
Al Viro
|
5955102c99
wrappers for ->i_mutex access
|
9 years ago |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 years ago |
David Howells
|
e36cb0b89c
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
|
10 years ago |
Fabian Frederick
|
b625032b10
fs/coda/dir.c: forward declaration clean-up
|
10 years ago |
Al Viro
|
93fe74b2e2
coda_venus_readdir(): use file_inode()
|
10 years ago |
Al Viro
|
a7400222e3
new helper: is_root_inode()
|
10 years ago |
Fabian Frederick
|
834b46c37a
fs/coda: use linux/uaccess.h
|
11 years ago |
Fabian Frederick
|
6d6bd94f4d
fs/coda: use __func__
|
11 years ago |
Fabian Frederick
|
f38cfb2564
fs/coda: logging prefix uniformization
|
11 years ago |
Fabian Frederick
|
d9b4b3195a
fs/coda: replace printk by pr_foo()
|
11 years ago |
Al Viro
|
11d100d9a2
coda_revalidate_inode(): switch to passing inode...
|
12 years ago |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 years ago |
Al Viro
|
84d08fa888
helper for reading ->d_count
|
12 years ago |
Al Viro
|
6b5e1223d9
coda: don't bother with find_inode_number()
|
12 years ago |
Al Viro
|
e924f25126
[readdir] convert coda
|
12 years ago |
Al Viro
|
bb6f619b3a
[readdir] introduce ->iterate(), ctx->pos, dir_emit()
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
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
|
0b728e1911
stop passing nameidata * to ->d_revalidate()
|
13 years ago |
Al Viro
|
f4947fbce2
coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()
|
13 years ago |
Al Viro
|
0b2c4e39c0
coda: deal correctly with allocation failure from coda_cnode_makectl()
|
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
|
13 years ago |