search for: fanotify

Displaying 20 results from an estimated 20 matches for "fanotify".

Did you mean: f_notify
2020 Feb 04
1
[Bug 14262] New: add continuous sync mode using inotify/fanotify/etc
https://bugzilla.samba.org/show_bug.cgi?id=14262 Bug ID: 14262 Summary: add continuous sync mode using inotify/fanotify/etc Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayne at opencoder.net Reporter: pabs3 at bonedaddy.net...
2019 Aug 06
2
Permissions not inherited when moving a file
...automatic recursive watchers. So your external service needs to create a separate watch for every directory which might be quite performance intensive when your share has multiple 100.000 directories (e.g. when some users develop nodejs applications with it's thousands of dependencies). 2.2 Fanotify: It was updated with kernel 5.1 and now supports notifications for file movements. https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.1-Fanotify-Improvements This however doesn't work with multiple namespaces which is a must for our use case (docker). So how do you mitigate t...
2019 Aug 06
2
Permissions not inherited when moving a file
...t; external service needs to create a separate watch for every directory >> which might be quite performance intensive when your share has >> multiple 100.000 directories (e.g. when some users develop nodejs >> applications with it's thousands of dependencies). >> 2.2 Fanotify: It was updated with kernel 5.1 and now supports >> notifications for file movements. >> https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.1-Fanotify-Improvements >> >> This however doesn't work with multiple namespaces which is a must >> for our...
2017 Jun 01
2
Get remote address when using direct-streamlocal@openssh.com.
I've a server where clients can connect to using direct-streamlocal at openssh.com. I want that the server "knows" the address of the client. I've tried using the peercredentials of the process connecting my server (which is a sshd process) and check the environment. I thought that in the environment the var SSH_CLIENT would be set, but that did not work. This sshd process has
2019 Aug 06
0
Permissions not inherited when moving a file
...automatic recursive watchers. So your external service needs to create a separate watch for every directory which might be quite performance intensive when your share has multiple 100.000 directories (e.g. when some users develop nodejs applications with it's thousands of dependencies). 2.2 Fanotify: It was updated with kernel 5.1 and now supports notifications for file movements. https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.1-Fanotify-Improvements This however doesn't work with multiple namespaces which is a must for our use case (docker). So how do you mitigate thi...
2019 Aug 06
0
Permissions not inherited when moving a file
...ers. So your > external service needs to create a separate watch for every directory > which might be quite performance intensive when your share has > multiple 100.000 directories (e.g. when some users develop nodejs > applications with it's thousands of dependencies). > 2.2 Fanotify: It was updated with kernel 5.1 and now supports > notifications for file movements. > https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.1-Fanotify-Improvements > > This however doesn't work with multiple namespaces which is a must for > our use case (docker). &...
2019 Aug 06
0
Permissions not inherited when moving a file
...ice needs to create a separate watch for every >>> directory which might be quite performance intensive when your share >>> has multiple 100.000 directories (e.g. when some users develop >>> nodejs applications with it's thousands of dependencies). >>> 2.2 Fanotify: It was updated with kernel 5.1 and now supports >>> notifications for file movements. >>> https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.1-Fanotify-Improvements >>> >>> This however doesn't work with multiple namespaces which is a must &...
2023 Aug 10
2
Spotlight indexing with fscrawler for multiple shares
...g away with a lot less complexity because I dont need to watch for changes in files. Because thats not something I'm indexing. If I'd be adding more metadata (even only size!) I have to verify that it stays correct and start to listen to "file X has changed" events somehow... fanotify seems like a sweet framework for that, but sadly ZFS is incompatible with it... Samba does not let me get this data efficiently either, so Im forced to regular scans of the whole fs.... which might take a while depending on the amount of files. Adding support for opensearch though shouldnt be...
2019 Aug 06
2
Permissions not inherited when moving a file
...ate a separate watch for every >>>> directory which might be quite performance intensive when your >>>> share has multiple 100.000 directories (e.g. when some users >>>> develop nodejs applications with it's thousands of dependencies). >>>> 2.2 Fanotify: It was updated with kernel 5.1 and now supports >>>> notifications for file movements. >>>> https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.1-Fanotify-Improvements >>>> >>>> This however doesn't work with multiple namespaces wh...
2017 Feb 09
0
Huge directory tree: Get files to sync via tools like sysdig
...tory an inotify watch must be created, taking about 1KB of kernel memory per watch. If you got a million directories this is a GB of unswapable memory use. Unfortunally the Linux kernel doesn't provide a better way yet, and I suppose other tools like sysdig suffer from the same issue. There is fanotify, but that doesn't report move event and thus is not useable for this task. Kind regards, Axel On Thu, Feb 9, 2017 at 10:05 AM, Thomas Güttler < guettliml at thomas-guettler.de> wrote: > Hi, > > we have a huge directory tree. > > > * 17M files (number of files) >...
2017 Feb 09
4
Huge directory tree: Get files to sync via tools like sysdig
Hi, we have a huge directory tree. * 17M files (number of files) * 2.2TBytes of data. * Only 0.1% changes per day Current pain: rsyncs directory tree traversal needs to long to discover the changed files. Only few files change. I discovered the tool sysdig which could be used to monitor the files which were changed. Then we could feed the list of changed files to rsync and avoid the
2018 May 24
0
[PATCH net-next v12 1/5] net: Introduce generic failover module
...14 @@ S: Maintained F: Documentation/hwmon/f71805f F: drivers/hwmon/f71805f.c +FAILOVER MODULE +M: Sridhar Samudrala <sridhar.samudrala at intel.com> +L: netdev at vger.kernel.org +S: Supported +F: net/core/failover.c +F: include/net/failover.h +F: Documentation/networking/failover.rst + FANOTIFY M: Jan Kara <jack at suse.cz> R: Amir Goldstein <amir73il at gmail.com> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 03ed492c4e14..0f4ba52b641d 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1421,6 +1421,8 @@ struct net_device_op...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...VER IP DRIVER: Use fallthrough; ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863): Use fallthrough; MICROCHIP LCDFB DRIVER: Use fallthrough; FREESCALE DIU FRAMEBUFFER DRIVER: Use fallthrough; SAMSUNG FRAMEBUFFER DRIVER: Use fallthrough; VIRTUAL BOX GUEST DEVICE DRIVER: Use fallthrough; FANOTIFY: Use fallthrough; MULTIFUNCTION DEVICES (MFD): Use fallthrough; MULTIPLEXER SUBSYSTEM: Use fallthrough; VOLTAGE AND CURRENT REGULATOR FRAMEWORK: Use fallthrough; RESET CONTROLLER FRAMEWORK: Use fallthrough; SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC): Use fallthrough;...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...VER IP DRIVER: Use fallthrough; ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863): Use fallthrough; MICROCHIP LCDFB DRIVER: Use fallthrough; FREESCALE DIU FRAMEBUFFER DRIVER: Use fallthrough; SAMSUNG FRAMEBUFFER DRIVER: Use fallthrough; VIRTUAL BOX GUEST DEVICE DRIVER: Use fallthrough; FANOTIFY: Use fallthrough; MULTIFUNCTION DEVICES (MFD): Use fallthrough; MULTIPLEXER SUBSYSTEM: Use fallthrough; VOLTAGE AND CURRENT REGULATOR FRAMEWORK: Use fallthrough; RESET CONTROLLER FRAMEWORK: Use fallthrough; SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC): Use fallthrough;...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...VER IP DRIVER: Use fallthrough; ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863): Use fallthrough; MICROCHIP LCDFB DRIVER: Use fallthrough; FREESCALE DIU FRAMEBUFFER DRIVER: Use fallthrough; SAMSUNG FRAMEBUFFER DRIVER: Use fallthrough; VIRTUAL BOX GUEST DEVICE DRIVER: Use fallthrough; FANOTIFY: Use fallthrough; MULTIFUNCTION DEVICES (MFD): Use fallthrough; MULTIPLEXER SUBSYSTEM: Use fallthrough; VOLTAGE AND CURRENT REGULATOR FRAMEWORK: Use fallthrough; RESET CONTROLLER FRAMEWORK: Use fallthrough; SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC): Use fallthrough;...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...VER IP DRIVER: Use fallthrough; ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863): Use fallthrough; MICROCHIP LCDFB DRIVER: Use fallthrough; FREESCALE DIU FRAMEBUFFER DRIVER: Use fallthrough; SAMSUNG FRAMEBUFFER DRIVER: Use fallthrough; VIRTUAL BOX GUEST DEVICE DRIVER: Use fallthrough; FANOTIFY: Use fallthrough; MULTIFUNCTION DEVICES (MFD): Use fallthrough; MULTIPLEXER SUBSYSTEM: Use fallthrough; VOLTAGE AND CURRENT REGULATOR FRAMEWORK: Use fallthrough; RESET CONTROLLER FRAMEWORK: Use fallthrough; SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC): Use fallthrough;...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...VER IP DRIVER: Use fallthrough; ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863): Use fallthrough; MICROCHIP LCDFB DRIVER: Use fallthrough; FREESCALE DIU FRAMEBUFFER DRIVER: Use fallthrough; SAMSUNG FRAMEBUFFER DRIVER: Use fallthrough; VIRTUAL BOX GUEST DEVICE DRIVER: Use fallthrough; FANOTIFY: Use fallthrough; MULTIFUNCTION DEVICES (MFD): Use fallthrough; MULTIPLEXER SUBSYSTEM: Use fallthrough; VOLTAGE AND CURRENT REGULATOR FRAMEWORK: Use fallthrough; RESET CONTROLLER FRAMEWORK: Use fallthrough; SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC): Use fallthrough;...
2011 Jan 05
52
Offline Deduplication for Btrfs
Here are patches to do offline deduplication for Btrfs. It works well for the cases it''s expected to, I''m looking for feedback on the ioctl interface and such, I''m well aware there are missing features for the userspace app (like being able to set a different blocksize). If this interface is acceptable I will flesh out the userspace app a little more, but I believe the
2018 May 22
7
[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers to provide an accelerated datapath to virtio-net enabled VMs in a transparent manner with no/minimal guest userspace changes. This also enables hypervisor controlled live migration to be supported with VMs that have direct attached SR-IOV VF devices. Patch 1 introduces a failover module that provides a generic interface for
2018 May 24
11
[PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers to provide an accelerated datapath to virtio-net enabled VMs in a transparent manner with no/minimal guest userspace changes. This also enables hypervisor controlled live migration to be supported with VMs that have direct attached SR-IOV VF devices. Patch 1 introduces a failover module that provides a generic interface for