linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-09 18:59:03 to 2017-03-15 10:46:48 UTC [more...]

[PATCH 0/33 v5] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-03-15 10:46 UTC  (25+ 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 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 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 23/33] fsnotify: Pass fsnotify_iter_info into handle_event handler
` [PATCH 24/33] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 27/33] fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
` [PATCH 31/33] fsnotify: Drop inode_mark.c
` [PATCH 32/33] fsnotify: Add group pointer in fsnotify_init_mark()

[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

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-15  8:35 UTC  (5+ messages)

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

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

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

[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

[PATCH] fscrypt: remove broken support for detecting keyring key revocation
 2017-03-14 23:48 UTC  (3+ messages)

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

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

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

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

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-14 21:14 UTC  (32+ 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 "

[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

[PATCH v3 00/16] Cleanup chardev instances with helper function
 2017-03-14 15:28 UTC  (3+ messages)
` [PATCH v3 05/16] gpiolib: utilize new cdev_device_add "
    ` [rtc-linux] "

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  (22+ messages)
` [PATCH 01/19] xfs: query the per-AG reservation counters
` [PATCH 02/19] xfs: add scrub tracepoints
` [PATCH 03/19] xfs: create an ioctl to scrub AG metadata
` [PATCH 04/19] xfs: generic functions to scrub metadata and btrees
` [PATCH 05/19] xfs: scrub the backup superblocks
` [PATCH 06/19] xfs: scrub AGF and AGFL
` [PATCH 07/19] xfs: scrub the AGI
` [PATCH 08/19] xfs: support scrubbing free space btrees
` [PATCH 09/19] xfs: support scrubbing inode btrees
` [PATCH 10/19] xfs: support scrubbing rmap btree
` [PATCH 11/19] xfs: support scrubbing refcount btree
` [PATCH 12/19] xfs: scrub inodes
` [PATCH 13/19] xfs: scrub inode block mappings
` [PATCH 14/19] xfs: scrub directory/attribute btrees
` [PATCH 15/19] xfs: scrub directory metadata
` [PATCH 16/19] xfs: scrub directory freespace
` [PATCH 17/19] xfs: scrub extended attributes
` [PATCH 18/19] xfs: scrub symbolic links
` [PATCH 19/19] xfs: scrub realtime bitmap/summary

[PATCH v4] statx: optimize copy of struct statx to userspace
 2017-03-13 22:28 UTC 

[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

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-13 10:54 UTC  (3+ messages)

quota: dqio_mutex design
 2017-03-13  8:44 UTC  (4+ messages)

[PATCH v3] statx: optimize copy of struct statx to userspace
 2017-03-13  1:00 UTC  (3+ messages)

[PATCH v2] fs: Remove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
 2017-03-12  4:59 UTC 

[PATCH] statx: optimize copy of struct statx to userspace
 2017-03-11 21:44 UTC  (3+ messages)

[PATCH] statx: remove incorrect part of vfs_statx() comment
 2017-03-11 19:27 UTC  (2+ messages)

[PATCH] statx: reject unknown flags when using NULL path
 2017-03-11  6:58 UTC 

[PATCH] Documentation/filesystems: fix documentation for ->getattr()
 2017-03-11  5:44 UTC  (2+ messages)

[PATCH] fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checks
 2017-03-11  1:05 UTC  (5+ messages)

linux-next: WARNING: CPU: 1 PID: 24110 at fs/dcache.c:1445 umount_check+0x81/0x90
 2017-03-11  0:35 UTC  (2+ messages)

[PATCH 1/2] f2fs: le16_to_cpu for xattr->e_value_size
 2017-03-11  0:04 UTC  (3+ messages)
` [PATCH 2/2] f2fs: declare static functions
` [f2fs-dev] [PATCH 1/2] f2fs: le16_to_cpu for xattr->e_value_size

[PATCH v2] NFS: switch back to to ->iterate()
 2017-03-10 22:07 UTC 

[LFS/MM TOPIC][LFS/MM ATTEND]: - Storage Stack and Driver Testing methodology
 2017-03-10 19:37 UTC  (2+ messages)

[PATCH] fuse: rename struct fuse_arg to fuse_out_arg
 2017-03-10 16:20 UTC 

[RFC PATCH] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
 2017-03-10 11:41 UTC  (7+ messages)
` [tpmdd-devel] "

[patch 1/3] procfs: fdinfo -- Extend information about epoll target files
 2017-03-10  8:16 UTC 

[patch 0/3] fs,epoll: Add ability to call kcmp to find target files
 2017-03-10  8:16 UTC 

statx manpage
 2017-03-10  5:01 UTC  (6+ messages)
` [PATCH] xfs: report crtime and attribute flags to statx

[PATCH v2 0/9] mm/fs: get PG_error out of the writeback reporting business
 2017-03-10  3:08 UTC  (10+ messages)
` [PATCH v2 1/9] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v2 2/9] mm: drop "wait" parameter from write_one_page
` [PATCH v2 3/9] mm: clear any AS_* errors when returning error on any fsync or close
` [PATCH v2 5/9] dax: set error in mapping when writeback fails

[PATCH] f2fs: add fault injection on f2fs_truncate
 2017-03-10  1:54 UTC  (3+ messages)
` [PATCH v2] "

mmotm 2017-03-09-16-19 uploaded
 2017-03-10  0:20 UTC 

[PATCH] block, writeback: wait for writeback to finish before detaching wb
 2017-03-09 23:53 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 1/4] f2fs: fix wrong error injection for evict_inode
 2017-03-09 23:41 UTC  (5+ messages)
` [PATCH 2/4] f2fs: build stat_info before orphan inode recovery
  ` [f2fs-dev] "
  ` [PATCH 2/4 v2] "

[RFC v1 01/19] fs: Don't copy beyond the end of the file
 2017-03-09 21:55 UTC  (11+ messages)

[PATCH] f2fs: allocate a bio for discarding when actually issuing it
 2017-03-09 22:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 01/27] afs: Fix missing put_page()
 2017-03-09 18:58 UTC  (2+ messages)
` [PATCH 27/27] afs: Fix abort on signal while waiting for call completion


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