Linus Torvalds
|
8c8946f509
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
|
15 年之前 |
Al Viro
|
b70a3e0702
All filesystems that need invalidate_inode_buffers() are doing that explicitly
|
15 年之前 |
Al Viro
|
b57922d97f
convert remaining ->clear_inode() to ->evict_inode()
|
15 年之前 |
Al Viro
|
45321ac543
Make ->drop_inode() just return whether inode needs to be dropped
|
15 年之前 |
Al Viro
|
30140837f2
fs/inode.c:clear_inode() is gone
|
15 年之前 |
Al Viro
|
644da5960d
fs/inode.c:evict() doesn't care about delete vs. non-delete paths now
|
15 年之前 |
Al Viro
|
07958f9f5b
->delete_inode() is gone
|
15 年之前 |
Al Viro
|
b0683aa638
new helper: end_writeback()
|
15 年之前 |
Al Viro
|
661074e91b
Take ->i_bdev/->i_cdev handling out of clear_inode()
|
15 年之前 |
Al Viro
|
c6287315cb
generic_detach_inode() can be static now
|
15 年之前 |
Al Viro
|
be7ce4161f
New method - evict_inode()
|
15 年之前 |
Al Viro
|
b4272d4c81
unify fs/inode.c callers of clear_inode()
|
15 年之前 |
Al Viro
|
a4ffdde6e5
simplify checks for I_CLEAR/I_FREEING
|
15 年之前 |
Eric Paris
|
e61ce86737
fsnotify: rename fsnotify_mark_entry to just fsnotify_mark
|
15 年之前 |
Eric Paris
|
2dfc1cae4c
inotify: remove inotify in kernel interface
|
15 年之前 |
Dave Chinner
|
7f8275d0d6
mm: add context argument to shrinker callback
|
15 年之前 |
Dmitry Monakhov
|
a1bd120d13
vfs: Add inode uid,gid,mode init helper
|
15 年之前 |
Richard Kennedy
|
2e147f1ef7
fs: inode.c use atomic_inc_return in __iget
|
15 年之前 |
Eric Paris
|
9d5ed77dad
security: remove dead hook inode_delete
|
15 年之前 |
Christoph Hellwig
|
907f4554e2
dquot: move dquot initialization responsibility into the filesystem
|
15 年之前 |
Christoph Hellwig
|
257ba15ced
dquot: move dquot drop responsibility into the filesystem
|
15 年之前 |
Christoph Hellwig
|
eaff8079d4
kill I_LOCK
|
15 年之前 |
Mimi Zohar
|
6c21a7fb49
LSM: imbed ima calls in the security hooks
|
15 年之前 |
Andi Kleen
|
ce06e0b21d
vfs: optimize touch_time() too
|
15 年之前 |
Andi Kleen
|
b12536c270
vfs: optimization for touch_atime()
|
15 年之前 |
Jan Kara
|
22fe404218
vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it
|
15 年之前 |
Manish Katiyar
|
af0d9ae811
fs/inode.c: add dev-id and inode number for debugging in init_special_inode()
|
15 年之前 |
Nick Piggin
|
88e0fbc452
fs: turn iprune_mutex into rwsem
|
15 年之前 |
Alexey Dobriyan
|
6e1d5dcc2b
const: mark remaining inode_operations as const
|
15 年之前 |
Jan Kara
|
580be0837a
fs: make sure data stored into inode is properly seen before unlocking new inode
|
15 年之前 |