index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
/
inode_mark.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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