Commit Graph

204 Commits (1985f6fb8965a813aabd53a6b64ec54dd23bfdfb)

Author SHA1 Message Date
Miklos Szeredi a78ef704a8 vfs: protect i_nlink 13 years ago
Christoph Hellwig 62a3ddef61 vfs: fix spinning prevention in prune_icache_sb 13 years ago
Josh Boyer e096d0c7e2 lockdep: Add helper function for dir vs file i_mutex annotation 14 years ago
Linus Torvalds 3ddcd0569c vfs: optimize inode cache access patterns 14 years ago
Eric Dumazet c4ae0c6545 vfs: avoid call to inode_lru_list_del() if possible 14 years ago
Eric Dumazet f2ee7abf4c vfs: avoid taking inode_hash_lock on pipes and sockets 14 years ago
Eric Dumazet b12362bdb6 vfs: conditionally call inode_wb_list_del() 14 years ago
Eric Dumazet a209dfc7b0 vfs: dont chain pipe/anon/socket on superblock s_inodes list 14 years ago
Christoph Hellwig bd5fe6c5eb fs: kill i_alloc_sem 14 years ago
Dave Chinner 4f8c19fdf3 inode: remove iprune_sem 14 years ago
Dave Chinner b0d40c92ad superblock: introduce per-sb cache shrinker infrastructure 14 years ago
Dave Chinner 09cc9fc7a7 inode: move to per-sb LRU locks 14 years ago
Dave Chinner 98b745c647 inode: Make unused inode LRU per superblock 14 years ago
Dave Chinner fcb94f72d3 inode: convert inode_stat.nr_unused to per-cpu counters 14 years ago
Al Viro e7f5909707 kill useless checks for sb->s_op == NULL 14 years ago
Jan Kara 08142579b6 mm: fix assertion mapping->nrpages == 0 in end_writeback() 14 years ago
Christoph Hellwig f758eeabeb writeback: split inode_wb_list_lock into bdi_writeback.list_lock 14 years ago
Christoph Hellwig 4b4563dc80 fs: cosmetic inode.c cleanups 14 years ago
Ying Han 1495f230fa vmscan: change shrinker API by passing shrink_control struct 14 years ago
Peter Zijlstra 3d48ae45e7 mm: Convert i_mmap_lock to a mutex 14 years ago
Peter Zijlstra 97a894136f mm: Remove i_mmap_lock lockbreak 14 years ago
Heiko Carstens 9ce6e0be06 fs: add missing prefetch.h include 14 years ago
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