Commit Graph

159 Commits (e702d3cf29143327679ce2e2a60775eaf829f377)

Author SHA1 Message Date
Eric Paris a178d2027d IMA: move read counter into struct inode 14 years ago
Al Viro 63997e98a3 split invalidate_inodes() 14 years ago
Christoph Hellwig a031878670 fs: fold invalidate_list into invalidate_inodes 14 years ago
Christoph Hellwig d895a1c96a fs: do not drop inode_lock in dispose_list 14 years ago
Nick Piggin 7ccf19a804 fs: inode split IO and LRU lists 14 years ago
Christoph Hellwig 99a3891924 fs: fix buffer invalidation in invalidate_list 14 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 14 years ago
Eric Dumazet f991bd2e14 fs: introduce a per-cpu last_ino allocator 14 years ago
Al Viro 7de9c6ee3e new helper: ihold() 14 years ago
Christoph Hellwig 646ec4615c fs: remove inode_add_to_list/__inode_add_to_list 14 years ago
Christoph Hellwig f7899bd547 fs: move i_count increments into find_inode/find_inode_fast 14 years ago
Christoph Hellwig ad5e195ac9 fs: Stop abusing find_inode_fast in iunique 14 years ago
Dave Chinner 4c51acbc66 fs: Factor inode hash operations into functions 14 years ago
Nick Piggin 9e38d86ff2 fs: Implement lazy LRU updates for inodes 14 years ago
Dave Chinner cffbc8aa33 fs: Convert nr_inodes and nr_unused to per-cpu counters 14 years ago
Al Viro 1d3382cbf0 new helper: inode_unhashed() 14 years ago
Al Viro a8dade34e3 unexport invalidate_inodes 14 years ago
Namhyung Kim a3314a0ed3 lockdep: fixup checking of dir inode annotation 14 years ago
Christoph Hellwig 56b0dacfa2 fs: mark destroy_inode static 14 years ago
Al Viro b70a3e0702 All filesystems that need invalidate_inode_buffers() are doing that explicitly 15 years ago
Al Viro b57922d97f convert remaining ->clear_inode() to ->evict_inode() 15 years ago
Al Viro 45321ac543 Make ->drop_inode() just return whether inode needs to be dropped 15 years ago
Al Viro 30140837f2 fs/inode.c:clear_inode() is gone 15 years ago
Al Viro 644da5960d fs/inode.c:evict() doesn't care about delete vs. non-delete paths now 15 years ago
Al Viro 07958f9f5b ->delete_inode() is gone 15 years ago
Al Viro b0683aa638 new helper: end_writeback() 15 years ago
Al Viro 661074e91b Take ->i_bdev/->i_cdev handling out of clear_inode() 15 years ago
Al Viro c6287315cb generic_detach_inode() can be static now 15 years ago
Al Viro be7ce4161f New method - evict_inode() 15 years ago
Al Viro b4272d4c81 unify fs/inode.c callers of clear_inode() 15 years ago
Al Viro a4ffdde6e5 simplify checks for I_CLEAR/I_FREEING 15 years ago
Eric Paris e61ce86737 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark 15 years ago
Eric Paris 2dfc1cae4c inotify: remove inotify in kernel interface 15 years ago
Dave Chinner 7f8275d0d6 mm: add context argument to shrinker callback 15 years ago
Dmitry Monakhov a1bd120d13 vfs: Add inode uid,gid,mode init helper 15 years ago
Richard Kennedy 2e147f1ef7 fs: inode.c use atomic_inc_return in __iget 15 years ago
Eric Paris 9d5ed77dad security: remove dead hook inode_delete 15 years ago
Christoph Hellwig 907f4554e2 dquot: move dquot initialization responsibility into the filesystem 15 years ago
Christoph Hellwig 257ba15ced dquot: move dquot drop responsibility into the filesystem 15 years ago
Christoph Hellwig eaff8079d4 kill I_LOCK 15 years ago
Mimi Zohar 6c21a7fb49 LSM: imbed ima calls in the security hooks 16 years ago
Andi Kleen ce06e0b21d vfs: optimize touch_time() too 16 years ago
Andi Kleen b12536c270 vfs: optimization for touch_atime() 16 years ago
Jan Kara 22fe404218 vfs: split generic_forget_inode() so that hugetlbfs does not have to copy it 16 years ago
Manish Katiyar af0d9ae811 fs/inode.c: add dev-id and inode number for debugging in init_special_inode() 16 years ago
Nick Piggin 88e0fbc452 fs: turn iprune_mutex into rwsem 16 years ago
Alexey Dobriyan 6e1d5dcc2b const: mark remaining inode_operations as const 16 years ago
Jan Kara 580be0837a fs: make sure data stored into inode is properly seen before unlocking new inode 16 years ago
Jens Axboe 2c96ce9f20 fs: remove bdev->bd_inode_backing_dev_info 16 years ago
Christoph Hellwig 2e00c97e2c vfs: add __destroy_inode 16 years ago