aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAge
* fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose2015-03-12
* fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-22
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2015-02-10
* fanotify: don't recalculate a marks mask if only the ignored mask changedLino Sanfilippo2015-02-10
* fanotify: only destroy mark when both mask and ignored_mask are clearedLino Sanfilippo2015-02-10
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-21
|\
| * rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-06
* | sched, fanotify: Deal with nested sleepsPeter Zijlstra2015-01-09
|/
* fsnotify: remove destroy_list from fsnotify_markJan Kara2014-12-13
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-10
|\
| * Merge branch 'iov_iter' into for-nextAl Viro2014-12-08
| |\
| * \ Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro2014-11-19
| |\ \
| | * | fs: Convert show_fdinfo functions to voidJoe Perches2014-11-05
| * | | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-10
|\ \ \ | |_|/ |/| |
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-16
| |\ \
| * | | sched, inotify: Deal with nested sleepsPeter Zijlstra2014-10-28
| | |/ | |/|
* | | fanotify: fix notification of groups with inode & mount marksJan Kara2014-11-13
| |/ |/|
* | fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann2014-10-29
|/
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-11
|\
| * security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-09
* | fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-09
* | fsnotify: don't put user context if it was never assignedSasha Levin2014-10-09
* | fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2014-10-09
* | fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin2014-09-10
* | fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin2014-09-10
|/
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-06
* fanotify: fix double free of pending permission eventsJan Kara2014-08-06
* fsnotify: rename event handling functionsJan Kara2014-08-06
* inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-04
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-04
* fs/notify/mark.c: trivial cleanupDavid Cohen2014-06-04
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-04
* fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods2014-05-06
* fanotify: move unrelated handling from copy_event_to_user()Jan Kara2014-04-03
* fanotify: reorganize loop in fanotify_read()Jan Kara2014-04-03
* fanotify: convert access_mutex to spinlockJan Kara2014-04-03
* fanotify: use fanotify event structure for permission response processingJan Kara2014-04-03
* fanotify: remove useless bypass_perm checkJan Kara2014-04-03
* fsnotify: Allocate overflow events with proper typeJan Kara2014-02-25
* fanotify: Handle overflow in case of permission eventsJan Kara2014-02-25
* fsnotify: Fix detection whether overflow event is queuedJan Kara2014-02-25
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-18
* fanotify: Fix use after free for permission eventsJan Kara2014-01-29
* fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara2014-01-29
* fanotify: Fix use after free in mask checkingJan Kara2014-01-29
* compat: fix sys_fanotify_markHeiko Carstens2014-01-28