| Commit message (Expand) | Author | Age | Files | Lines |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | fs: rename inode_lock to inode_hash_lock | Dave Chinner | 2011-03-24 | 1 | -1/+0 |
* | fs: move i_sb_list out from under inode_lock | Dave Chinner | 2011-03-24 | 1 | -10/+10 |
* | fs: protect inode->i_state with inode->i_lock | Dave Chinner | 2011-03-24 | 1 | -6/+15 |
* | fsnotify: implement ordering between notifiers | Eric Paris | 2010-10-28 | 1 | -2/+7 |
* | split invalidate_inodes() | Al Viro | 2010-10-25 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 | 1 | -228/+103 |
|\ |
|
| * | fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called | Eric Paris | 2010-07-28 | 1 | -1/+1 |
| * | fsnotify: use _rcu functions for mark list traversal | Eric Paris | 2010-07-28 | 1 | -5/+5 |
| * | fsnotify: place marks on object in order of group memory address | Eric Paris | 2010-07-28 | 1 | -11/+29 |
| * | fanotify: clear all fanotify marks | Eric Paris | 2010-07-28 | 1 | -0/+8 |
| * | fsnotify: allow marks to not pin inodes in core | Eric Paris | 2010-07-28 | 1 | -8/+27 |
| * | fsnotify: split generic and inode specific mark code | Eric Paris | 2010-07-28 | 1 | -227/+19 |
| * | fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() | Andreas Gruenbacher | 2010-07-28 | 1 | -7/+19 |
| * | fsnotify: rename mark_entry to just mark | Eric Paris | 2010-07-28 | 1 | -74/+74 |
| * | fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark | Eric Paris | 2010-07-28 | 1 | -7/+7 |
| * | fsnotify: rename fsnotify_mark_entry to just fsnotify_mark | Eric Paris | 2010-07-28 | 1 | -24/+24 |
| * | fsnotify: add flags to fsnotify_mark_entries | Eric Paris | 2010-07-28 | 1 | -0/+2 |
| * | fsnotify: put inode specific fields in an fsnotify_mark in a union | Eric Paris | 2010-07-28 | 1 | -14/+14 |
| * | fsnotify: mount point listeners list and global mask | Eric Paris | 2010-07-28 | 1 | -0/+7 |
| * | fsnotify: add groups to fsnotify_inode_groups when registering inode watch | Eric Paris | 2010-07-28 | 1 | -0/+7 |
| * | fsnotify: allow addition of duplicate fsnotify marks | Eric Paris | 2010-07-28 | 1 | -3/+5 |
| * | fsnotify: duplicate fsnotify_mark_entry data between 2 marks | Eric Paris | 2010-07-28 | 1 | -1/+9 |
* | | simplify checks for I_CLEAR/I_FREEING | Al Viro | 2010-08-09 | 1 | -3/+3 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | fsnotify: do not set group for a mark before it is on the i_list | Eric Paris | 2009-10-18 | 1 | -3/+3 |
* | fsnotify: allow groups to set freeing_mark to null | Eric Paris | 2009-06-11 | 1 | -1/+2 |
* | fsnotify: handle filesystem unmounts with fsnotify marks | Eric Paris | 2009-06-11 | 1 | -0/+72 |
* | fsnotify: fsnotify marks on inodes pin them in core | Eric Paris | 2009-06-11 | 1 | -0/+7 |
* | fsnotify: parent event notification | Eric Paris | 2009-06-11 | 1 | -0/+17 |
* | fsnotify: add marks to inodes so groups can interpret how to handle those inodes | Eric Paris | 2009-06-11 | 1 | -0/+329 |