linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-13 13:21:05 to 2017-03-16 16:13:12 UTC [more...]

repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-03-16 16:13 UTC  (3+ messages)

[LSF/MM TOPIC] Performance of seekdir(SEEK_HOLE/DATA) and FIEMAP
 2017-03-16 16:09 UTC 

fsx tests on DAX started to fail with msync failure on 0307 -next tree
 2017-03-16 15:53 UTC  (4+ messages)
` [PATCH] dax: fix regression in dax_writeback_mapping_range()

[PATCH 0/33 v5] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-03-16 15:52 UTC  (57+ messages)
` [PATCH 01/33] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/33] inotify: Remove inode pointers from debug messages
` [PATCH 03/33] fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
` [PATCH 04/33] audit: Abstract hash key handling
` [PATCH 05/33] fsnotify: Update comments
` [PATCH 06/33] fsnotify: Move mark list head from object into dedicated structure
` [PATCH 07/33] fsnotify: Move object pointer to fsnotify_mark_connector
` [PATCH 08/33] fsnotify: Make fsnotify_mark_connector hold inode reference
` [PATCH 09/33] fsnotify: Remove indirection from mark list addition
` [PATCH 10/33] fsnotify: Move fsnotify_destroy_marks()
` [PATCH 11/33] fsnotify: Move locking into fsnotify_recalc_mask()
` [PATCH 12/33] fsnotify: Move locking into fsnotify_find_mark()
` [PATCH 13/33] fsnotify: Determine lock in fsnotify_destroy_marks()
` [PATCH 14/33] fsnotify: Remove indirection from fsnotify_detach_mark()
` [PATCH 15/33] fsnotify: Remove useless list deletion and comment
` [PATCH 16/33] fsnotify: Lock object list with connector lock
` [PATCH 17/33] fsnotify: Free fsnotify_mark_connector when there is no mark attached
` [PATCH 18/33] inotify: Do not drop mark reference under idr_lock
` [PATCH 19/33] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 20/33] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 21/33] fsnotify: Remove special handling of mark destruction on group shutdown
` [PATCH 22/33] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 23/33] fsnotify: Pass fsnotify_iter_info into handle_event handler
` [PATCH 24/33] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 25/33] fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
` [PATCH 26/33] fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
` [PATCH 27/33] fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
` [PATCH 28/33] fsnotify: Rename fsnotify_clear_marks_by_group_flags()
` [PATCH 29/33] fsnotify: Remove fsnotify_detach_group_marks()
` [PATCH 30/33] fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
` [PATCH 31/33] fsnotify: Drop inode_mark.c
` [PATCH 32/33] fsnotify: Add group pointer in fsnotify_init_mark()
` [PATCH 33/33] fsnotify: Move ->free_mark callback to fsnotify_ops

[PATCH] fscrypt: eliminate ->prepare_context() operation
 2017-03-16 15:18 UTC  (2+ messages)

[PATCH 0/8 v3] No wait AIO
 2017-03-16 14:33 UTC  (14+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_RW_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH v3 00/16] Cleanup chardev instances with helper function
 2017-03-16 13:22 UTC  (8+ messages)
` [PATCH v3 01/16] chardev: add helper function to register char devs with a struct device
` [PATCH v3 05/16] gpiolib: utilize new cdev_device_add helper function
    ` [rtc-linux] "
` [PATCH v3 16/16] switchtec: utilize new device_add_cdev "

[PATCH v4] statx: optimize copy of struct statx to userspace
 2017-03-16 11:41 UTC  (2+ messages)

[PATCH] ext4: Add statx support
 2017-03-16 11:35 UTC 

[RFC 1/2] fanotify: new event FAN_MODIFY_DIR
 2017-03-16 10:38 UTC  (22+ messages)
` [RFC 2/2] fanotify: emit FAN_MODIFY_DIR on filesystem changes

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-16 10:18 UTC  (6+ messages)
` [RFC PATCH] mm: retry writepages() on ENOMEM when doing an data integrity writeback

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-16  8:21 UTC  (42+ messages)
` [RFC PATCH 01/13] mm: Add mm_struct argument to 'mmap_region'
` [RFC PATCH 02/13] mm: Add mm_struct argument to 'do_mmap' and 'do_mmap_pgoff'
` [RFC PATCH 03/13] mm: Rename 'unmap_region' and add mm_struct argument
` [RFC PATCH 04/13] mm: Add mm_struct argument to 'get_unmapped_area' and 'vm_unmapped_area'
` [RFC PATCH 05/13] mm: Add mm_struct argument to 'mm_populate' and '__mm_populate'
` [RFC PATCH 06/13] mm/mmap: Export 'vma_link' and 'find_vma_links' to mm subsystem
` [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init'
` [RFC PATCH 08/13] kernel/fork: Define explicitly which mm_struct to duplicate during fork
` [RFC PATCH 09/13] mm/memory: Add function to one-to-one duplicate page ranges
` [RFC PATCH 10/13] mm: Introduce first class virtual address spaces
` [RFC PATCH 11/13] mm/vas: Introduce VAS segments - shareable address space regions
` [RFC PATCH 12/13] mm/vas: Add lazy-attach support for first class virtual address spaces
` [RFC PATCH 13/13] fs/proc: Add procfs "

Bcachefs - encryption, fsck, and more
 2017-03-16  0:01 UTC 

[PATCH v1 0/3] VFS changes for NFSv4.2 "inter" server-to-server COPY op
 2017-03-15 18:09 UTC  (5+ messages)
` [PATCH v1 2/3] VFS permit cross device vfs_copy_file_range

[PATCH] fscrypt: remove broken support for detecting keyring key revocation
 2017-03-15 17:12 UTC  (4+ messages)

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-15 16:40 UTC  (7+ messages)

[PATCH v10 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-03-15  9:11 UTC  (9+ messages)
` [PATCH v10 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID

select fails to verify all file descriptors are valid
 2017-03-15  5:34 UTC  (2+ messages)

[PATCH 1/3] ubifs: remove filename from debug messages in ubifs_readdir
 2017-03-15  1:31 UTC  (3+ messages)
` [PATCH 2/3] ubifs: fix debug messages for an invalid filename in ubifs_dump_node
` [PATCH 3/3] ubifs: fix debug messages for an invalid filename in ubifs_dump_inode

(unknown),
 2017-03-14 23:24 UTC 

mmotm 2017-03-14-15-41 uploaded
 2017-03-14 22:41 UTC 

[PATCH] initramfs: use vfs_stat/lstat directly
 2017-03-14 21:49 UTC 

[PATCH 0/25 v4] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-03-14 15:49 UTC  (4+ messages)
` [PATCH 06/25] fsnotify: Attach marks to object via dedicated head structure

v4.7--v4.10+: ext4: repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-03-14 15:18 UTC  (5+ messages)

[RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF
 2017-03-14  2:57 UTC  (9+ messages)
` Compat 32-bit syscall entry from 64-bit task!?

[PATCH v6A 00/19] xfs: online scrub support
 2017-03-13 22:34 UTC  (3+ messages)

[patch 2/3] kcmp: Add KCMP_EPOLL_TFD mode to compare epoll target files
 2017-03-13 18:37 UTC  (4+ messages)

[PATCH v2] statx: optimize copy of struct statx to userspace
 2017-03-13 18:11 UTC  (9+ messages)

[PATCH] writeback: fix memory leak in wb_queue_work()
 2017-03-13 14:54 UTC  (3+ messages)

[RFC][PATCH 0/6] fanotify: super block root watch
 2017-03-13 13:20 UTC  (7+ messages)
` [RFC][PATCH 1/6] fanotify: add a "
` [RFC][PATCH 2/6] fanotify: report events to sb root with fanotify_file_event_info
` [RFC][PATCH 3/6] fanotify: pass file handle on sb root watcher events
` [RFC][PATCH 4/6] fanotify: report file name to root inode watch with FS_EVENT_ON_CHILD
` [RFC][PATCH 5/6] fanotify: export FAN_ONDIR to user
` [RFC][PATCH 6/6] fanotify: filter events by root mark mount point


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).