aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+26
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-0/+2
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro1-6/+27
2016-10-08Merge branch 'work.iget' into work.miscAl Viro1-7/+34
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher1-0/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-3/+3
2016-09-27vfs: Add current_time() apiDeepa Dinamani1-0/+23
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi1-6/+27
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+3
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro1-4/+3
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi1-1/+0
2016-08-03vfs: fix deadlock in file_remove_privs() on overlayfsMiklos Szeredi1-3/+3
2016-08-02radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov1-1/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+7
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-0/+2
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman1-0/+7
2016-07-03iget_locked et.al.: make sure we don't return bad inodesAl Viro1-7/+34
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-6/+6
2016-05-02parallel lookups machinery, part 2Al Viro1-0/+1
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-2/+2
2016-02-16writeback: initialize inode members that track writeback historyTahsin Erdogan1-0/+6
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+6
2015-11-09fs/inode.c: fix kernel-doc warningRandy Dunlap1-0/+1
2015-08-18inode: don't softlockup when evicting inodesJosef Bacik1-0/+14
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner1-4/+4
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-15/+13
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-20/+46
2015-06-30vfs: avoid creation of inode number 0 in get_next_inoCarlos Maiolino1-1/+5
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-23fs: Call security_ops->inode_killpriv on truncateJan Kara1-3/+2
2015-06-23fs: Provide function telling whether file_remove_privs() will do anythingJan Kara1-12/+32
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-5/+8
2015-06-23fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-0/+1
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown1-9/+21
2015-05-10libfs: simple_follow_link()Al Viro1-0/+1
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-14/+0
2015-04-15VFS: fs/inode.c helpers: d_inode() annotationsDavid Howells1-3/+3
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-16/+90
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+7
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-4/+4
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-4/+3
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+0
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-1/+0
2015-02-05vfs: add find_inode_nowait() functionTheodore Ts'o1-0/+50
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-16/+40
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-13/+0
2015-01-16locks: add a new struct file_locking_context pointer to struct inodeJeff Layton1-1/+2
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+8
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-1/+1
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro1-3/+8
2014-11-10vfs: Remove i_dquot field from inodeJan Kara1-3/+0
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-0/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-7/+0
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski1-3/+7
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+31
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+12
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-04-01vfs: lock_two_nondirectories: allow directory argsJ. Bruce Fields1-13/+12
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-0/+31
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-1/+5
2013-11-09vfs: rename I_MUTEX_QUOTA now that it's not used for quotasJ. Bruce Fields1-2/+2
2013-11-09vfs: don't use PARENT/CHILD lock classes for non-directoriesJ. Bruce Fields1-5/+5
2013-11-09vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields1-0/+36
2013-11-09iget/iget5: don't bother with ->i_lock until we find a matchAl Viro1-14/+6
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-3/+4
2013-09-10inode: move inode to a different list inside lockGlauber Costa1-1/+1
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner1-105/+70
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner1-2/+5
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-9/+9
2013-09-03constify touch_atime()Al Viro1-1/+1
2013-06-29allow the temp files created by open() to be linked toAl Viro1-1/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-04-13vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal1-1/+1
2013-04-09pipe: fold file_operations instances in oneAl Viro1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-12/+7
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini1-1/+1
2012-11-26writeback: put unused inodes to LRU after writeback completionJan Kara1-2/+14
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+8
2012-07-31fs: Skip atime update on frozen filesystemJan Kara1-2/+6
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara1-2/+2
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block1-0/+2
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-18/+106
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-16/+40
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-0/+47
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang1-0/+65
2012-05-29fs: fix inode.c kernel-doc warningsRandy Dunlap1-2/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-4/+11
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-0/+2
2012-05-06writeback: Avoid iput() from flusher threadJan Kara1-1/+7
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-3/+3
2012-05-06vfs: Move waiting for inode writeback from end_writeback() to evict_inode()Jan Kara1-1/+2
2012-05-03userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman1-3/+3
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman1-4/+2
2012-03-20trim includes in inode.cAl Viro1-11/+1
2012-03-20switch touch_atime to struct pathAl Viro1-2/+3
2012-03-20vfs: turn generic_drop_inode() into static inlineAl Viro1-11/+0
2012-03-10restore smp_mb() in unlock_new_inode()Al Viro1-0/+1
2012-03-10vfs: Correctly set the dir i_mutex lockdep classTyler Hicks1-2/+1
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-4/+4
2012-01-17vfs: remove printk from set_nlink()Miklos Szeredi1-3/+0
2012-01-10mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov1-0/+2
2012-01-06vfs: count unlinked inodesMiklos Szeredi1-0/+85
2012-01-03switch inode_init_owner() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-2/+1
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2011-11-02vfs: protect i_nlinkMiklos Szeredi1-1/+1
2011-10-28vfs: fix spinning prevention in prune_icache_sbChristoph Hellwig1-1/+1
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer1-9/+15
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds1-0/+1
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet1-1/+2
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet1-3/+3
2011-08-01vfs: conditionally call inode_wb_list_del()Eric Dumazet1-1/+3
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+30
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds1-3/+2
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet1-9/+30
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-2/+1
2011-07-20inode: remove iprune_semDave Chinner1-21/+0
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner1-108/+9
2011-07-20inode: move to per-sb LRU locksDave Chinner1-14/+13
2011-07-20inode: Make unused inode LRU per superblockDave Chinner1-11/+80
2011-07-20inode: convert inode_stat.nr_unused to per-cpu countersDave Chinner1-5/+11
2011-07-20kill useless checks for sb->s_op == NULLAl Viro1-1/+1
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara1-0/+7
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-3/+2
2011-05-27fs: cosmetic inode.c cleanupsChristoph Hellwig1-49/+5
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+5
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-1/+1
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra1-1/+0
2011-05-22fs: add missing prefetch.h includeHeiko Carstens1-0/+1
2011-04-05fs: export empty_aopsJens Axboe1-1/+8
2011-03-27fs: fix inode.c kernel-doc warningRandy Dunlap1-1/+1
2011-03-24fs: simplify iget & friendsChristoph Hellwig1-179/+83
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner1-50/+61
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-4/+8
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-20/+23
2011-03-24fs: remove inode_lock from iput_final and prune_icacheDave Chinner1-14/+3
2011-03-24fs: Lock the inode LRU list separatelyDave Chinner1-9/+30
2011-03-24fs: factor inode disposalDave Chinner1-63/+41
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-46/+104
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-5/+8
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn1-0/+17
2011-03-21fs/inode: Fix kernel-doc format for inode_init_ownerBen Hutchings1-1/+1
2011-03-16prune back iprune_semChristoph Hellwig1-18/+14
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+8
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-1/+8
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-7/+15
2011-01-07fs: avoid inode RCU freeing for pseudo fsNick Piggin1-0/+6
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2011-01-07fs: use fast counters for vfs cachesNick Piggin1-7/+10
2011-01-07vfs: revert per-cpu nr_unused counters for dentry and inodesNick Piggin1-10/+7
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-190/+336
2010-10-26IMA: move read counter into struct inodeEric Paris1-0/+1
2010-10-25split invalidate_inodes()Al Viro1-2/+44
2010-10-25fs: fold invalidate_list into invalidate_inodesChristoph Hellwig1-27/+16
2010-10-25fs: do not drop inode_lock in dispose_listChristoph Hellwig1-18/+2
2010-10-25fs: inode split IO and LRU listsNick Piggin1-19/+34
2010-10-25fs: fix buffer invalidation in invalidate_listChristoph Hellwig1-9/+7
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-2/+2
2010-10-25fs: introduce a per-cpu last_ino allocatorEric Dumazet1-7/+38
2010-10-25new helper: ihold()Al Viro1-0/+9
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig1-38/+32
2010-10-25fs: move i_count increments into find_inode/find_inode_fastChristoph Hellwig1-11/+6
2010-10-25fs: Stop abusing find_inode_fast in iuniqueChristoph Hellwig1-5/+25
2010-10-25fs: Factor inode hash operations into functionsDave Chinner1-45/+55
2010-10-25fs: Implement lazy LRU updates for inodesNick Piggin1-26/+60
2010-10-25fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner1-19/+45
2010-10-25new helper: inode_unhashed()Al Viro1-3/+3
2010-10-25unexport invalidate_inodesAl Viro1-1/+0
2010-10-25lockdep: fixup checking of dir inode annotationNamhyung Kim1-1/+1
2010-10-25fs: mark destroy_inode staticChristoph Hellwig1-1/+1
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-7/+1
2010-08-09All filesystems that need invalidate_inode_buffers() are doing that explicitlyAl Viro1-1/+0
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+0
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-79/+34
2010-08-09fs/inode.c:clear_inode() is goneAl Viro1-24/+4
2010-08-09fs/inode.c:evict() doesn't care about delete vs. non-delete paths nowAl Viro1-4/+4
2010-08-09->delete_inode() is goneAl Viro1-2/+0
2010-08-09new helper: end_writeback()Al Viro1-0/+12
2010-08-09Take ->i_bdev/->i_cdev handling out of clear_inode()Al Viro1-4/+4
2010-08-09generic_detach_inode() can be static nowAl Viro1-2/+1
2010-08-09New method - evict_inode()Al Viro1-1/+3
2010-08-09unify fs/inode.c callers of clear_inode()Al Viro1-19/+17
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-8/+8
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-1/+1
2010-07-28inotify: remove inotify in kernel interfaceEric Paris1-6/+0
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1