linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-16 19:05:54 to 2016-01-23 00:55:22 UTC [more...]

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2016-01-23  0:54 UTC  (6+ messages)
` [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs

mmotm 2016-01-22-16-43 uploaded
 2016-01-23  0:44 UTC 

Orangefs ABI documentation
 2016-01-23  0:12 UTC  (18+ messages)

fs: use-after-free in link_path_walk
 2016-01-22 23:08 UTC  (2+ messages)

[RFC PATCH] dax, ext2, ext4, XFS: fix data corruption race
 2016-01-22 23:06 UTC 

[PATCH v4] fuse: Add support for passthrough read/write
 2016-01-22 23:04 UTC  (5+ messages)

[PATCH v3 0/5] DAX fsync/msync fixes
 2016-01-22 21:36 UTC  (6+ messages)
` [PATCH v3 1/5] dax: never rely on bh.b_dev being set by get_block()
` [PATCH v3 2/5] dax: clear TOWRITE flag after flush is complete
` [PATCH v3 3/5] dax: improve documentation for fsync/msync
` [PATCH v3 4/5] dax: fix PMD handling "
` [PATCH v3 5/5] dax: fix clearing of holes in __dax_pmd_fault()

[PATCH v7 0/2] improve sync efficiency with sb inode wb list
 2016-01-22 21:01 UTC  (3+ messages)
` [PATCH v7 1/2] sb: add a new writeback list for sync
` [PATCH v7 2/2] wb: inode writeback list tracking tracepoints

[git pull] more vfs.git stuff
 2016-01-22 18:45 UTC  (4+ messages)

[PATCH -next] aio: Fix compile error due to unexpected use of cmpxchg()
 2016-01-22 18:44 UTC  (2+ messages)

[PATCH 0/7 V3] quota: add new quotactl Q_GETNEXTQUOTA
 2016-01-22 18:25 UTC  (8+ messages)
` [PATCH 1/7] quota: remove unused cmd argument from quota_quotaon()
` [PATCH 2/7] quota: add new quotactl Q_XGETNEXTQUOTA
` [PATCH 3/7] quota: add new quotactl Q_GETNEXTQUOTA
` [PATCH 4/7] xfs: don't overflow quota ID when initializing dqblk
` [PATCH 5/7] xfs: get quota inode from mp & flags rather than dqp
` [PATCH 6/7] xfs: Factor xfs_seek_hole_data into helper
` [PATCH 7/7] xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk

[PATCH v2 0/5] DAX fsync/msync fixes
 2016-01-22 16:17 UTC  (15+ messages)
` [PATCH v2 1/5] dax: never rely on bh.b_dev being set by get_block()
` [PATCH v2 2/5] dax: clear TOWRITE flag after flush is complete
` [PATCH v2 3/5] dax: improve documentation for fsync/msync
` [PATCH v2 4/5] dax: fix PMD handling "
` [PATCH v2 5/5] dax: fix clearing of holes in __dax_pmd_fault()

[PATCH 00/13] aio: thread (work queue) based aio and new aio functionality
 2016-01-22 15:41 UTC  (21+ messages)
` [PATCH 07/13] aio: enabled thread based async fsync

[PATCH RESEND] AFS: Correctly use 64-bit time for UUID
 2016-01-22 15:12 UTC  (2+ messages)
` [Y2038] "

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2016-01-22 14:39 UTC  (6+ messages)
` [PATCH v12 10/20] dax: Replace XIP documentation with DAX documentation

[PATCH v3 0/8] Support for transparent PUD pages for DAX files
 2016-01-22 14:11 UTC  (5+ messages)

[PATCH 0/7 V2] quota: add new quotactl Q_GETNEXTQUOTA
 2016-01-22 13:58 UTC  (12+ messages)
` [PATCH 1/7] quota: remove unused cmd argument from quota_quotaon()
` [PATCH 2/7] quota: add new quotactl Q_XGETNEXTQUOTA
` [PATCH 3/7] quota: add new quotactl Q_GETNEXTQUOTA
` [PATCH 4/7] xfs: don't overflow quota ID when initializing dqblk
` [PATCH 5/7] xfs: get quota inode from mp & flags rather than dqp
` [PATCH 6/7] xfs: Factor xfs_seek_hole_data into helper
` [PATCH 7/7] xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk

[LSF/MM TOPIC] Persistent Memory Error Handling
 2016-01-22 13:09 UTC  (4+ messages)
` [Lsf-pc] "

[LSF/MM TOPIC] Online filesystem check framework
 2016-01-22 12:04 UTC  (3+ messages)
` [Lsf-pc] "

spurious use after free bug in dio_bio_complete on scsi disks (with multipath)
 2016-01-22 11:14 UTC 

[vfs:orangefs-untested 10/10] fs/orangefs/orangefs-kernel.h:110:4: error: dereferencing pointer to incomplete type 'struct orangefs_kernel_op_s'
 2016-01-22  7:50 UTC 

[vfs:orangefs-untested 9/10] fs/orangefs/waitqueue.c:168:9: error: implicit declaration of function 'wait_for_cancellation_downcall'
 2016-01-22  7:38 UTC 

[PATCH 0/3] fs: FS_IOC_FS[GS]ETXATTR promotion
 2016-01-22  0:45 UTC  (11+ messages)
` [PATCH 1/3] fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion
` [PATCH 2/3] xfs: use FS_XFLAG definitions directly
` [PATCH 3/3] xfs: introduce per-inode DAX enablement

[PATCH 0/8] Support multi-order entries in the radix tree
 2016-01-22  0:28 UTC  (10+ messages)
` [PATCH 1/8] radix-tree: Add an explicit include of bitops.h
` [PATCH 2/8] radix tree test harness
` [PATCH 3/8] radix-tree: Cleanups
` [PATCH 4/8] radix_tree: Convert some variables to unsigned types
` [PATCH 5/8] radix_tree: Tag all internal tree nodes as indirect pointers
` [PATCH 6/8] radix_tree: Loop based on shift count, not height
` [PATCH 7/8] radix_tree: Add support for multi-order entries
` [PATCH 8/8] radix_tree: Add radix_tree_dump

[PATCH v7] fs: clear file privilege bits when mmap writing
 2016-01-21 23:41 UTC  (3+ messages)

DLM portion of commit 16e5c1fc needs reverting or fixing "convert a bunch of open-coded instances of memdup_user_nul()"
 2016-01-21 22:13 UTC 

[VFS PATCH] readahead: fix block ordering in __do_page_cache_readahead
 2016-01-21 21:03 UTC  (3+ messages)

[PATCH v6 0/2] improve sync efficiency with sb inode wb list
 2016-01-21 18:08 UTC  (10+ messages)
` [PATCH v6 1/2] sb: add a new writeback list for sync
` [PATCH v6 2/2] wb: inode writeback list tracking tracepoints

Business Proposition for you
 2016-01-21  0:08 UTC 

[GIT PULL] overlayfs update for 4.5
 2016-01-21 15:06 UTC 

[GIT PULL] fuse update for 4.5
 2016-01-21 15:00 UTC 

[vfs PATCH 0/4] vfs: Expand iomap interface to fiemap
 2016-01-21 13:43 UTC  (3+ messages)
` [vfs PATCH 1/4] VFS: move iomap infrastructure from exportfs.h, add iomap to aops

[PATCH v10 0/1] Enable capsule loader interface for efi firmware updating
 2016-01-21 12:35 UTC  (5+ messages)
` [PATCH v10 1/1] efi: a misc char interface for user to update efi firmware

[PATCH 0/5] DAX fsync/msync fixes
 2016-01-21  4:25 UTC  (7+ messages)
` [PATCH 1/5] dax: never rely on bh.b_dev being set by get_block()
` [PATCH 2/5] dax: clear TOWRITE flag after flush is complete
` [PATCH 3/5] dax: improve documentation for fsync/msync
` [PATCH 4/5] dax: fix PMD handling "
` [PATCH 5/5] dax: fix clearing of holes in __dax_pmd_fault()

[PATCH v3] fuse: Add support for passthrough read/write
 2016-01-21  0:15 UTC  (3+ messages)

mmotm 2016-01-20-16-10 uploaded
 2016-01-21  0:11 UTC 

[PATCH] fuse: Add support for fuse stacked I/O
 2016-01-20 23:24 UTC  (15+ messages)

[RFC 00/15] Add 64 bit timestamp support
 2016-01-20 23:17 UTC  (21+ messages)
` [Y2038] [RFC 02/15] vfs: Change all structures to support 64 bit time
                `  "

Sie benötigen eine Finanzierung?
 2016-01-20  1:32 UTC 

[PATCH v3] pipe: limit the per-user amount of pages allocated in pipes
 2016-01-20  0:11 UTC  (8+ messages)
` [PATCH v4] "

URGENT RESPONSE!!
 2016-01-19 13:24 UTC 

[PATCH v2 3/3] rewrite __generic_block_fiemap()
 2016-01-19  8:25 UTC 

You have received a new fax, document 00000897216
 2016-01-19  5:57 UTC 

[PATCH 00/35 v3] eparate operations from flags in the bio/request structs
 2016-01-18 18:15 UTC  (2+ messages)

[PATCH 0/4] quota: add new quotactl Q_XGETQUOTA2
 2016-01-18 15:40 UTC  (12+ messages)

[git pull] vfs.git regression fix
 2016-01-18  7:49 UTC  (7+ messages)

xfs deadlocks since upgrading to 4.1.15
 2016-01-18  7:20 UTC  (5+ messages)

crashblk: a block device crash emulator
 2016-01-18  2:24 UTC  (5+ messages)


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