summaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton2016-01-141-52/+14
* fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang2016-01-141-2/+1
* inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-11-051-1/+13
* inotify: hide internal kernel bits from fdinfoDave Hansen2015-11-051-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-051-10/+10
|\
| * inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-171-10/+10
* | fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara2015-09-043-39/+56
* | fsnotify: remove mark->free_listJan Kara2015-09-045-61/+40
* | fsnotify: fix check in inotify fdinfo printingJan Kara2015-09-041-1/+2
* | fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen2015-09-041-0/+10
|/
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-08-071-5/+25
* Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()"Linus Torvalds2015-07-211-14/+20
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-07-171-20/+14
* fs/notify: don't use module_init for non-modular inotify_user codePaul Gortmaker2015-06-161-2/+2
* fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose2015-03-121-1/+2
* fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-3/+3
* fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2015-02-102-9/+18
* fanotify: don't recalculate a marks mask if only the ignored mask changedLino Sanfilippo2015-02-101-3/+4
* fanotify: only destroy mark when both mask and ignored_mask are clearedLino Sanfilippo2015-02-101-2/+1
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-211-0/+1
|\
| * rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-061-0/+1
* | sched, fanotify: Deal with nested sleepsPeter Zijlstra2015-01-091-5/+5
|/
* fsnotify: remove destroy_list from fsnotify_markJan Kara2014-12-131-4/+4
* fsnotify: unify inode and mount marks handlingJan Kara2014-12-139-201/+148
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-103-50/+36
|\
| * Merge branch 'iov_iter' into for-nextAl Viro2014-12-085-31/+78
| |\
| * \ Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro2014-11-192-48/+34
| |\ \
| | * | fs: Convert show_fdinfo functions to voidJoe Perches2014-11-052-48/+34
| * | | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-2/+2
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-091-5/+4
|\ \ \ | |_|/ |/| |
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-161-6/+11
| |\ \
| * | | sched, inotify: Deal with nested sleepsPeter Zijlstra2014-10-281-5/+4
| | |/ | |/|
* | | fanotify: fix notification of groups with inode & mount marksJan Kara2014-11-135-25/+67
| |/ |/|
* | fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann2014-10-291-6/+11
|/
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-7/+1
|\
| * security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-7/+1
* | fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-091-1/+1
* | fsnotify: don't put user context if it was never assignedSasha Levin2014-10-091-2/+4
* | fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2014-10-092-4/+1
* | fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin2014-09-101-1/+1
* | fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin2014-09-101-2/+2
|/
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-062-2/+2
* fanotify: fix double free of pending permission eventsJan Kara2014-08-063-2/+37
* fsnotify: rename event handling functionsJan Kara2014-08-065-14/+15
* inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-1/+1
* fanotify: check file flags passed in fanotify_initHeinrich Schuchardt2014-06-041-0/+25
* fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt2014-06-041-0/+3
* fs/notify/mark.c: trivial cleanupDavid Cohen2014-06-041-1/+1
* fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt2014-06-041-7/+10
OpenPOWER on IntegriCloud