All of lore.kernel.org
 help / color / mirror / Atom feed
* ext4: Onchange?
@ 2017-05-01 19:51 Dietrich Hoppe
  2017-05-01 20:16 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Dietrich Hoppe @ 2017-05-01 19:51 UTC (permalink / raw)
  To: linux-ext4

Hi,

is there any way to register an OnChange-function, that is called by the ext4 file system whenever a change occurs (i.e. create, delete, rename, move a file).

Regards
Dietrich Hoppe

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ext4: Onchange?
  2017-05-01 19:51 ext4: Onchange? Dietrich Hoppe
@ 2017-05-01 20:16 ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2017-05-01 20:16 UTC (permalink / raw)
  To: Dietrich Hoppe, linux-ext4

On 5/1/17 2:51 PM, Dietrich Hoppe wrote:
> Hi,
> 
> is there any way to register an OnChange-function, that is called by
> the ext4 file system whenever a change occurs (i.e. create, delete,
> rename, move a file).
> 
> Regards Dietrich Hoppe
> 

Take a look at inotify in the linux kernel

https://lwn.net/Articles/604686/
https://en.wikipedia.org/wiki/Inotify
http://www.lanedo.com/filesystem-monitoring-linux-kernel/

etc

-Eric

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-01 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-01 19:51 ext4: Onchange? Dietrich Hoppe
2017-05-01 20:16 ` Eric Sandeen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.