| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 | 11 | -339/+360 |
|\ |
|
| * | fanotify: use both marks when possible | Eric Paris | 2010-07-28 | 1 | -1/+1 |
| * | fsnotify: pass both the vfsmount mark and inode mark | Eric Paris | 2010-07-28 | 1 | -2/+5 |
| * | fsnotify: remove global fsnotify groups lists | Eric Paris | 2010-07-28 | 1 | -15/+0 |
| * | fsnotify: remove group->mask | Eric Paris | 2010-07-28 | 1 | -11/+0 |
| * | fsnotify: remove the global masks | Eric Paris | 2010-07-28 | 1 | -2/+0 |
| * | fsnotify: send fsnotify_mark to groups in event handling functions | Eric Paris | 2010-07-28 | 1 | -3/+4 |
| * | fsnotify: srcu to protect read side of inode and vfsmount locks | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | fsnotify: store struct file not struct path | Eric Paris | 2010-07-28 | 2 | -29/+24 |
| * | fsnotify: fsnotify_add_notify_event should return an event | Eric Paris | 2010-07-28 | 1 | -7/+5 |
| * | fanotify: groups can specify their f_flags for new fd | Eric Paris | 2010-07-28 | 1 | -2/+5 |
| * | fsnotify: check to make sure all fsnotify bits are unique | Eric Paris | 2010-07-28 | 1 | -0/+9 |
| * | inotify: force inotify and fsnotify use same bits | Eric Paris | 2010-07-28 | 1 | -0/+9 |
| * | inotify: allow users to request not to recieve events on unlinked children | Eric Paris | 2010-07-28 | 2 | -0/+2 |
| * | fanotify: drop the useless priority argument | Eric Paris | 2010-07-28 | 2 | -3/+1 |
| * | fsnotify: initialize mask in fsnotify_perm | Eric Paris | 2010-07-28 | 1 | -3/+5 |
| * | fanotify: userspace interface for permission responses | Eric Paris | 2010-07-28 | 1 | -0/+5 |
| * | fanotify: permissions and blocking | Eric Paris | 2010-07-28 | 2 | -0/+30 |
| * | fsnotify: new fsnotify hooks and events types for access decisions | Eric Paris | 2010-07-28 | 3 | -5/+30 |
| * | sysctl extern cleanup: inotify | Dave Young | 2010-07-28 | 1 | -0/+5 |
| * | dnotify: move dir_notify_enable declaration | Alexey Dobriyan | 2010-07-28 | 2 | -3/+1 |
| * | fsnotify: use unsigned char * for dentry->d_name.name | Eric Paris | 2010-07-28 | 2 | -10/+11 |
| * | fsnotify: intoduce a notification merge argument | Eric Paris | 2010-07-28 | 1 | -1/+4 |
| * | fsnotify: add group priorities | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | fanotify: clear all fanotify marks | Eric Paris | 2010-07-28 | 2 | -0/+7 |
| * | fanotify: allow ignored_masks to survive modify | Eric Paris | 2010-07-28 | 1 | -1/+3 |
| * | fsnotify: allow ignored_mask to survive modification | Eric Paris | 2010-07-28 | 1 | -0/+1 |
| * | fanotify: allow users to set an ignored_mask | Eric Paris | 2010-07-28 | 1 | -1/+3 |
| * | fsnotify: ignored_mask - excluding notification | Eric Paris | 2010-07-28 | 1 | -0/+3 |
| * | fsnotify: allow marks to not pin inodes in core | Eric Paris | 2010-07-28 | 1 | -2/+5 |
| * | fanotify: remove fanotify.h declarations | Andreas Gruenbacher | 2010-07-28 | 1 | -7/+0 |
| * | fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNT | Andreas Gruenbacher | 2010-07-28 | 1 | -2/+2 |
| * | fanotify: hooks the fanotify_mark syscall to the vfsmount code | Eric Paris | 2010-07-28 | 1 | -1/+3 |
| * | fanotify: should_send_event needs to handle vfsmounts | Eric Paris | 2010-07-28 | 1 | -0/+2 |
| * | fsnotify: Infrastructure for per-mount watches | Andreas Gruenbacher | 2010-07-28 | 2 | -0/+12 |
| * | fsnotify: vfsmount marks generic functions | Eric Paris | 2010-07-28 | 1 | -0/+2 |
| * | fsnotify/vfsmount: add fsnotify fields to struct vfsmount | Andreas Gruenbacher | 2010-07-28 | 1 | -1/+5 |
| * | fsnotify: split generic and inode specific mark code | Eric Paris | 2010-07-28 | 1 | -2/+3 |
| * | fanotify: Add pids to events | Andreas Gruenbacher | 2010-07-28 | 2 | -0/+2 |
| * | fanotify: send events using read | Eric Paris | 2010-07-28 | 1 | -0/+24 |
| * | fanotify: fanotify_mark syscall implementation | Eric Paris | 2010-07-28 | 1 | -0/+13 |
| * | fanotify: sys_fanotify_mark declartion | Eric Paris | 2010-07-28 | 1 | -0/+3 |
| * | fanotify: fanotify_init syscall implementation | Eric Paris | 2010-07-28 | 1 | -0/+4 |
| * | fanotify: fanotify_init syscall declaration | Eric Paris | 2010-07-28 | 1 | -0/+2 |
| * | fanotify: fscking all notification system | Eric Paris | 2010-07-28 | 2 | -0/+41 |
| * | fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict | Signed-off-by: Wu Fengguang | 2010-07-28 | 2 | -2/+2 |
| * | vfs: introduce FMODE_NONOTIFY | Eric Paris | 2010-07-28 | 3 | -9/+29 |
| * | fsnotify: rename mark_entry to just mark | Eric Paris | 2010-07-28 | 1 | -13/+13 |
| * | fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark | Eric Paris | 2010-07-28 | 1 | -2/+2 |