Commit Graph

236 Commits (1b4f59e356cc94929305bd107b7f38eec62715ad)

Author SHA1 Message Date
Jens Axboe 7dcda1c96d fs: export empty_aops 14 years ago
Randy Dunlap b6d0ad686d fs: fix inode.c kernel-doc warning 14 years ago
Christoph Hellwig 0b2d0724e2 fs: simplify iget & friends 14 years ago
Dave Chinner 67a23c4946 fs: rename inode_lock to inode_hash_lock 14 years ago
Dave Chinner a66979abad fs: move i_wb_list out from under inode_lock 14 years ago
Dave Chinner 55fa6091d8 fs: move i_sb_list out from under inode_lock 14 years ago
Dave Chinner f283c86afe fs: remove inode_lock from iput_final and prune_icache 14 years ago
Dave Chinner 02afc410f3 fs: Lock the inode LRU list separately 14 years ago
Dave Chinner b2b2af8e61 fs: factor inode disposal 14 years ago
Dave Chinner 250df6ed27 fs: protect inode->i_state with inode->i_lock 14 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
Serge E. Hallyn e795b71799 userns: userns: check user namespace for task->file uid equivalence checks 14 years ago
Ben Hutchings eaae668d01 fs/inode: Fix kernel-doc format for inode_init_owner 14 years ago
Christoph Hellwig bab1d9444d prune back iprune_sem 14 years ago
NeilBrown 93b270f76e Fix over-zealous flush_disk when changing device size. 14 years ago
Miklos Szeredi 2aa15890f3 mm: prevent concurrent unmap_mapping_range() on the same inode 14 years ago
Nick Piggin ff0c7d15f9 fs: avoid inode RCU freeing for pseudo fs 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Nick Piggin 3e880fb5e4 fs: use fast counters for vfs caches 14 years ago
Nick Piggin 86c8749ede vfs: revert per-cpu nr_unused counters for dentry and inodes 14 years ago
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