linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-17 14:35:30 to 2017-01-21 08:01:47 UTC [more...]

[PATCH v5 00/55] xfs: online scrub/repair support
 2017-01-21  8:01 UTC  (15+ messages)
` [PATCH 01/55] xfs: fix toctou race when locking an inode to access the data map
` [PATCH 02/55] xfs: fail _dir_open when readahead fails
` [PATCH 03/55] xfs: filter out obviously bad btree pointers
` [PATCH 04/55] xfs: check for obviously bad level values in the bmbt root
` [PATCH 05/55] xfs: verify free block header fields
` [PATCH 06/55] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 07/55] xfs: provide a query_range function for "
` [PATCH 08/55] xfs: create a function to query all records in a btree
` [PATCH 09/55] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 10/55] xfs: report shared extents in getfsmapx
` [PATCH 11/55] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 12/55] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 13/55] xfs: query the per-AG reservation counters
` [PATCH 14/55] xfs: add scrub tracepoints

[patch] fs/affs: affs_bread() doesn't return ERR_PTRs
 2017-01-21  4:48 UTC 

[PATCH] Fix a race in put_mountpoint
 2017-01-21  4:15 UTC  (21+ messages)
    ` [PATCH] mnt: Protect the mountpoint hashtable with mount_lock
      ` [REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
                ` [REVIEW][PATCH 1/2] mnt: Fix propagate_mount_busy to notice all cases of busy mounts
                  ` [REVIEW][PATCH 2/2] mnt: Tuck mounts under others instead of creating shadow/side mounts
                      ` [PATCH v5] "

[LSF/MM TOPIC] Badblocks checking/representation in filesystems
 2017-01-21  0:23 UTC  (38+ messages)
        ` [Lsf-pc] "

mmotm 2017-01-20-16-20 uploaded
 2017-01-21  0:21 UTC 

[ATTEND] many topics
 2017-01-21  0:11 UTC  (9+ messages)
` [Lsf-pc] "

[PATCH] mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
 2017-01-20 23:33 UTC 

fs, net: deadlock between bind/splice on af_unix
 2017-01-20 22:52 UTC  (11+ messages)

Happy 2017
 2017-01-20 10:43 UTC 

[LSF/MM TOPIC] Network filesystem cache management system call
 2017-01-20 18:08 UTC  (10+ messages)
    ` [Lsf-pc] "

[PATCH 00/13] dax, pmem: move cpu cache maintenance to libnvdimm
 2017-01-20 17:28 UTC  (17+ messages)
` [PATCH 01/13] x86, dax, pmem: remove indirection around memcpy_from_pmem()
` [PATCH 02/13] block, dax: introduce dax_operations
` [PATCH 03/13] x86, dax, pmem: introduce 'copy_from_iter' dax operation
` [PATCH 04/13] dax, pmem: introduce an optional 'flush' "
` [PATCH 05/13] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
` [PATCH 06/13] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm
` [PATCH 07/13] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
` [PATCH 08/13] x86, libnvdimm, dax: stop abusing __copy_user_nocache
` [PATCH 09/13] libnvdimm, pmem: implement cache bypass for all copy_from_iter() operations
` [PATCH 10/13] libnvdimm, pmem: fix persistence warning
` [PATCH 11/13] libnvdimm, nfit: enable support for volatile ranges
` [PATCH 12/13] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region
` [PATCH 13/13] libnvdimm, pmem: disable dax flushing for 'cache flush on fail' platforms

Sync took ~8 hours to complete on a UDF DVD+RW with very complex directory structure
 2017-01-20 15:27 UTC  (3+ messages)

[PATCH] fs/buffer: use i_blocksize()
 2017-01-20 14:29 UTC 

[ANNOUNCE] util-linux v2.29.1
 2017-01-20 14:28 UTC 

[PATCH 0/22 v3] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-01-20 13:21 UTC  (23+ messages)
` [PATCH 01/22] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/22] inotify: Remove inode pointers from debug messages
` [PATCH 03/22] fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
` [PATCH 04/22] audit: Abstract hash key handling
` [PATCH 05/22] fsnotify: Update comments
` [PATCH 06/22] fsnotify: Attach marks to object via dedicated head structure
` [PATCH 07/22] inotify: Do not drop mark reference under idr_lock
` [PATCH 08/22] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 09/22] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 10/22] fsnotify: Remove special handling of mark destruction on group shutdown
` [PATCH 11/22] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 12/22] fsnotify: Pass SRCU index into handle_event handler
` [PATCH 13/22] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 14/22] fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
` [PATCH 15/22] fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
` [PATCH 16/22] fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
` [PATCH 17/22] fsnotify: Rename fsnotify_clear_marks_by_group_flags()
` [PATCH 18/22] fsnotify: Remove fsnotify_detach_group_marks()
` [PATCH 19/22] fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
` [PATCH 20/22] fsnotify: Drop inode_mark.c
` [PATCH 21/22] fsnotify: Add group pointer in fsnotify_init_mark()
` [PATCH 22/22] fsnotify: Move ->free_mark callback to fsnotify_ops

[PATCH 0/2] overlayfs: support freeze/thaw/syncfs
 2017-01-20 12:03 UTC  (9+ messages)
` [PATCH 1/2] ovl: support freeze/thaw super
` [PATCH 2/2] ovl: properly implement sync_filesystem()

[GIT PULL] overlayfs fix for 4.10-rc5
 2017-01-20 10:43 UTC 

[GIT PULL] fuse fixes for 4.10-rc5
 2017-01-20 10:40 UTC 

[PATCH 1/1 linux-next] udf: return inappropriate ioctl instead of argument error
 2017-01-20 10:19 UTC  (2+ messages)

[RFC 1/1 linux-next] udf: allow implicit blocksize specification during mount
 2017-01-20 10:12 UTC  (2+ messages)

[LSF/MM TOPIC ATTEND] thawing the fsnotify subsyetm
 2017-01-20  8:47 UTC  (2+ messages)

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-01-19  9:44 UTC  (13+ messages)
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

[LSF/MM ATTEND] block: multipage bvec upstreaming & next step
 2017-01-19  8:27 UTC  (3+ messages)

[PATCH v3 2/2] nsfs: Add an ioctl() to return owner UID of a userns
 2017-01-19  2:12 UTC  (3+ messages)

mmotm 2017-01-18-14-57 uploaded
 2017-01-18 22:58 UTC 

[PATCH 1/2] vfs: add detection of inode validation
 2017-01-18 19:17 UTC  (4+ messages)
` [PATCH 2/2] ext4: add detection of i_nlink

[PATCH V2 0/7 linux-next] make FS exportable plus some clean-up
 2017-01-18 18:46 UTC  (2+ messages)

[patch] hfs: fix hfs_readdir()
 2017-01-18 17:28 UTC  (3+ messages)
` [patch resend] hfs: fix "

[LSF/MM TOPIC] Future direction of DAX
 2017-01-18 17:22 UTC  (16+ messages)
` [Lsf-pc] "

[PATCH] fs: Initialize tmp.b_page in generic_block_bmap()
 2017-01-18 16:32 UTC  (2+ messages)

[PATCH 1/2] FS-Cache: Initialise stores_lock in netfs cookie
 2017-01-18 14:29 UTC  (2+ messages)
` [PATCH 2/2] fscache: Clear outstanding writes when disabling a cookie

[PATCH] ceph/iov_iter: fix bad iov_iter handling in ceph splice codepaths
 2017-01-18 12:14 UTC  (6+ messages)
` [PATCH v2] "

[LSF/MM TOPIC] Un-addressable device memory and block/fs implications
 2017-01-18 11:00 UTC  (3+ messages)
` [LSF/MM ATTEND] "
  ` [Lsf-pc] "

Geschäftsvorschlag
 2017-01-14 23:24 UTC 

utimensat EACCES vs. EPERM in 4.8+
 2017-01-18  8:23 UTC  (12+ messages)

[LSF/MM TOPIC] online filesystem repair
 2017-01-18  0:37 UTC  (5+ messages)

[PATCH RESEND] coredump: Ensure proper size of sparse core files
 2017-01-17 21:01 UTC  (5+ messages)

linux-next 0112 tree breaks fs DAX
 2017-01-17 20:25 UTC  (6+ messages)

[PATCH 1/2] ns: Allow ns_entries to have custom symlink content
 2017-01-17 20:00 UTC  (3+ messages)
` [PATCH 2/2] pidns: Expose task pid_ns_for_children to userspace

[LSF/MM ATTEND] FS jitter testing, network caching, Lustre, cluster filesystems
 2017-01-17 17:41 UTC  (19+ messages)
        ` Authentication Contexts for network file systems and Containers was "
          ` [Lsf-pc] "
` [Lsf-pc] "

[LSF/MM ATTEND] blk-mq I/O scheduling, Btrfs, VFS topics
 2017-01-17 15:55 UTC  (2+ messages)

[LSF/MM TOPIC] sharing pages between mappings
 2017-01-17 15:46 UTC  (4+ messages)
` [Lsf-pc] "


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