linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-02 10:37:53 to 2021-08-04 16:10:24 UTC [more...]

[PATCH v5 00/23] File system wide monitoring
 2021-08-04 16:06 UTC  (23+ messages)
` [PATCH v5 01/23] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v5 02/23] fanotify: Fold event size calculation to its own function
` [PATCH v5 03/23] fanotify: Split fsid check from other fid mode checks
` [PATCH v5 04/23] fsnotify: Reserve mark bits for backends
` [PATCH v5 05/23] fanotify: Split superblock marks out to a new cache
` [PATCH v5 06/23] inotify: Don't force FS_IN_IGNORED
` [PATCH v5 07/23] fsnotify: Add helper to detect overflow_event
` [PATCH v5 08/23] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v5 09/23] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v5 10/23] fsnotify: Allow events reported with an empty inode
` [PATCH v5 11/23] fsnotify: Support FS_ERROR event type
` [PATCH v5 12/23] fanotify: Expose helper to estimate file handle encoding length
` [PATCH v5 13/23] fanotify: Allow file handle encoding for unhashed events
` [PATCH v5 14/23] fanotify: Encode invalid file handler when no inode is provided
` [PATCH v5 15/23] fanotify: Require fid_mode for any non-fd event
` [PATCH v5 16/23] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v5 17/23] fanotify: Preallocate per superblock mark error event
` [PATCH v5 18/23] fanotify: Handle FAN_FS_ERROR events
` [PATCH v5 19/23] fanotify: Report fid info for file related file system errors
` [PATCH v5 20/23] fanotify: Emit generic error info type for error event
` [PATCH v5 21/23] ext4: Send notifications on error
` [PATCH v5 22/23] samples: Add fs error monitoring example

[PATCH v10 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-08-04 15:43 UTC  (39+ messages)
` [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v10 02/17] file: Export receive_fd() to modules
` [PATCH v10 03/17] vdpa: Fix code indentation
` [PATCH v10 04/17] vdpa: Fail the vdpa_reset() if fail to set device status to zero
` [PATCH v10 05/17] vhost-vdpa: Fail the vhost_vdpa_set_status() on reset failure
` [PATCH v10 07/17] virtio: Don't set FAILED status bit on device index allocation failure
` [PATCH v10 10/17] virtio: Handle device reset failure in register_virtio_device()
` [PATCH v10 16/17] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v10 17/17] Documentation: Add documentation for VDUSE

[REGRESSION?] Simultaneous writes to a reader-less, non-full pipe can hang
 2021-08-04 15:37 UTC 

[PATCH v5 00/12] gfs2: Fix mmap + page fault deadlocks
 2021-08-04 15:24 UTC  (18+ messages)
` [PATCH v5 01/12] iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
` [PATCH v5 02/12] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH v5 03/12] Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH v5 04/12] Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH v5 05/12] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH v5 06/12] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH v5 07/12] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH v5 08/12] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH v5 09/12] iomap: Support restarting direct I/O requests after user copy failures
` [PATCH v5 10/12] iomap: Add done_before argument to iomap_dio_rw
` [PATCH v5 11/12] iov_iter: Introduce noio flag to disable page faults
` [PATCH v5 12/12] gfs2: Fix mmap + page fault deadlocks for direct I/O

[PATCH v1] fs/epoll: use a per-cpu counter for user's watches count
 2021-08-04 15:22 UTC  (2+ messages)

Allowed operations on O_PATH handles
 2021-08-04 14:20 UTC  (3+ messages)

[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-08-04 14:08 UTC  (21+ messages)
` [PATCH 01/16] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [PATCH 04/16] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 07/16] memfd: memfd_create(name, MFD_HUGEPAGE) for shmem huge pages
` [PATCH 08/16] huge tmpfs: fcntl(fd, F_HUGEPAGE) and fcntl(fd, F_NOHUGEPAGE)
` [PATCH 10/16] tmpfs: fcntl(fd, F_MEM_LOCK) to memlock a tmpfs file

[PATCH RESEND 1/3] initramfs: move unnecessary memcmp from hot path
 2021-08-04 13:37 UTC  (4+ messages)

[PATCH v3 0/5] Add pidfd support to the fanotify API
 2021-08-04 12:39 UTC  (19+ messages)
` [PATCH v3 5/5] fanotify: add "

[PATCH v2 0/3] erofs: iomap support for uncompressed cases
 2021-08-04 11:22 UTC  (11+ messages)
` [PATCH v2 1/3] erofs: iomap support for non-tailpacking DIO
` [PATCH v2 2/3] erofs: dax support for non-tailpacking regular file
` [PATCH v2 3/3] erofs: convert all uncompressed cases to iomap

[PATCH v3 0/8] fuse,virtiofs: support per-file DAX
 2021-08-04  7:24 UTC  (13+ messages)
` [PATCH v3 1/8] fuse: add fuse_should_enable_dax() helper
` [PATCH v3 2/8] fuse: Make DAX mount option a tri-state
` [PATCH v3 3/8] fuse: support per-file DAX
` [PATCH v3 4/8] fuse: negotiate if server/client supports "
` [PATCH v3 5/8] fuse: enable "
` [PATCH v3 6/8] fuse: mark inode DONT_CACHE when per-file DAX indication changes
` [PATCH v3 7/8] fuse: support changing per-file DAX flag inside guest
` [PATCH v3 8/8] fuse: show '-o dax=inode' option only when FUSE server supports
` [PATCH virtiofsd 0/3] virtiofsd: support per-file DAX
  ` [PATCH virtiofsd 1/3] virtiofsd: expand fuse protocol to "
  ` [PATCH virtiofsd 2/3] virtiofsd: support per-file DAX negotiation in FUSE_INIT
  ` [PATCH virtiofsd 3/3] virtiofsd: support per-file DAX in FUSE_LOOKUP

[PATCH v2 0/4] virtiofs,fuse: support per-file DAX
 2021-08-04  6:51 UTC  (8+ messages)

[GIT PULL] vboxsf fixes for 5.14-1
 2021-08-04  6:38 UTC  (10+ messages)

[PATCH 0/2] Fix /proc/sys/fs/nfs/nsm_use_hostnames on big endian machines
 2021-08-04  2:12 UTC  (6+ messages)
` [PATCH 1/2] sysctl: introduce new proc handler proc_dobool
` [PATCH 2/2] lockd: change the proc_handler for nsm_use_hostnames

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-03 22:29 UTC  (28+ messages)
` [PATCH 01/11] VFS: show correct dev num in mountinfo
                ` A Third perspective on BTRFS nfsd subvol dev/inode number issues

[PATCH 1/2] iomap: Use kmap_local_page instead of kmap_atomic
 2021-08-03 19:31 UTC  (2+ messages)
` [PATCH 2/2] iomap: Add another assertion to inline data handling

[PATCH 0/4] Performance optimization for no fsnotify marks
 2021-08-03 18:03 UTC  (5+ messages)
` [PATCH 1/4] fsnotify: replace igrab() with ihold() on attach connector
` [PATCH 2/4] fsnotify: count s_fsnotify_inode_refs for attached connectors
` [PATCH 3/4] fsnotify: count all objects with "
` [PATCH 4/4] fsnotify: optimize the case of no marks of any type

[ANNOUNCE] xfs-linux: iomap-5.15-merge updated to f1f264b4c134
 2021-08-03 17:00 UTC 

iomap 5.15 branch construction 
 2021-08-03 16:42 UTC  (9+ messages)

[PATCH v4 08/16] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
 2021-08-03 16:19 UTC  (9+ messages)
` [fsnotify] 4c40d6efc8: unixbench.score -3.3% regression

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-08-03 15:41 UTC  (8+ messages)
` [PATCH] Restyle comments to better align with kernel-doc

Dirty bits and sync writes
 2021-08-03 15:28 UTC 

mmotm 2021-08-02-18-51 uploaded
 2021-08-03  5:59 UTC  (4+ messages)
` mmotm 2021-08-02-18-51 uploaded (struct user_struct when CONFIG_EPOLL is not set)

[PATCH] f2fs: remove broken support for allocating DIO writes
 2021-08-03  1:34 UTC  (8+ messages)

[PATCH v9] iomap: Support file tail packing
 2021-08-03  0:17 UTC  (5+ messages)
    ` [PATCH v10] iomap: support reading inline data from non-zero pos

[PATCH] iomap: Fix some typos and bad grammar
 2021-08-02 22:33 UTC  (4+ messages)

A Third perspective on BTRFS nfsd subvol dev/inode number issues
 2021-08-02 21:50 UTC  (2+ messages)

[PATCH] Log if a core dump is aborted due to changed file permissions
 2021-08-02 21:40 UTC  (3+ messages)

[PATCH V5] mm: compaction: support triggering of proactive compaction by user
 2021-08-02 20:41 UTC  (4+ messages)

[PATCH 0/1] Revert change in pipe reader wakeup behavior
 2021-08-02 18:59 UTC  (7+ messages)
` [PATCH 1/1] fs: pipe: wakeup readers everytime new data written is to pipe

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-02 12:42 UTC  (13+ messages)
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "

[PATCH v4 01/21] namei: add mapping aware lookup helper
 2021-08-02 12:24 UTC  (2+ messages)

[PATCH 0/1] pagemap: swap location for shared pages
 2021-08-02 12:20 UTC  (3+ messages)

[PATCH AUTOSEL 5.13 001/104] pipe: make pipe writes always wake up readers
 2021-08-02 10:56 UTC  (2+ messages)

[PATCH v4] mount_setattr.2: New manual page documenting the mount_setattr() system call
 2021-08-02 10:42 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).