linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-25 00:22:39 to 2017-03-01 15:39:56 UTC [more...]

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-01 15:38 UTC  (13+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_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

[RFC] failure atomic writes for file systems and block devices
 2017-03-01 15:17 UTC  (23+ messages)
` [PATCH 01/12] uapi/fs: add O_ATOMIC to the open flags
` [PATCH 02/12] iomap: pass IOMAP_* flags to actors
` [PATCH 03/12] iomap: add a IOMAP_ATOMIC flag
` [PATCH 04/12] fs: add a BH_Atomic flag
` [PATCH 05/12] fs: add a F_IOINFO fcntl
` [PATCH 06/12] xfs: cleanup is_reflink checks
` [PATCH 07/12] xfs: implement failure-atomic writes
` [PATCH 08/12] xfs: implement the F_IOINFO fcntl
` [PATCH 09/12] block: advertize max atomic write limit
` [PATCH 10/12] block_dev: set REQ_NOMERGE for O_ATOMIC writes
` [PATCH 11/12] block_dev: implement the F_IOINFO fcntl
` [PATCH 12/12] nvme: export the atomic write limit

mm: GPF in bdi_put
 2017-03-01 15:05 UTC  (7+ messages)

[PATCH] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
 2017-03-01 15:02 UTC  (3+ messages)

overlayfs: allowing for changes to lowerdir
 2017-03-01 11:15 UTC  (7+ messages)

v4.7--v4.10+: ext4: repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-03-01 11:45 UTC 

[PATCH 0/5] fs genetic refcounter conversions
 2017-03-01 10:42 UTC  (6+ messages)
` [PATCH 1/5] fs: convert mb_cache_entry.e_refcnt from atomic_t to refcount_t
` [PATCH 2/5] fs: convert posix_acl.a_refcount "
` [PATCH 3/5] fs: convert mnt_namespace.count "
` [PATCH 4/5] fs: convert super_block.s_active "
` [PATCH 5/5] fs: convert userfaultfd_ctx.refcount "

[PATCH 1/2] vfs: implement fchmodat2() syscall
 2017-03-01  9:01 UTC  (7+ messages)
` [PATCH 2/2] x86: wire up "

[GIT PULL] f2fs update for 4.11
 2017-03-01  6:22 UTC 

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-01  4:46 UTC 

[PATCH] mnt: allow to add a mount into an existing group
 2017-03-01  3:20 UTC  (3+ messages)

[RFC PATCH v7 0/9] vfs/xfs/ext4: GETFSMAP support
 2017-03-01  2:22 UTC  (11+ messages)
` [PATCH 1/9] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/9] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/9] xfs: provide a query_range function for "
` [PATCH 4/9] xfs: create a function to query all records in a btree
` [PATCH 5/9] xfs: add a couple of queries to iterate free extents in the rtbitmap
` [PATCH 6/9] xfs: implement the GETFSMAP ioctl
` [PATCH 7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 8/9] xfs: report realtime space information via the rtbitmap
` [PATCH 9/9] ext4: support GETFSMAP ioctls

repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-02-28 22:22 UTC 

[PATCH 00/19] Kernel subsystem refcounter conversions
 2017-03-01  0:16 UTC  (6+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t

[PATCH] xattr: Remove meaningless error variable assignment
 2017-02-28 22:31 UTC 

[GIT PULL] nfsd changes for 4.11
 2017-02-28 21:23 UTC 

[LSF/MM TOPIC] do we really need PG_error at all?
 2017-02-28 20:45 UTC  (15+ messages)
              ` [Lsf-pc] "

[PATCH 1/3] fs/libfs: use SEEK_CUR/SET
 2017-02-28 19:45 UTC  (3+ messages)
` [PATCH 2/3] nfs: "
` [PATCH 3/3] fs/mpage: fix a comment "get_blocks" to "get_block"

[PATCH v2 00/16] Cleanup chardev instances with helper function
 2017-02-28 18:27 UTC  (30+ messages)
  ` [PATCH v2 01/16] chardev: add helper function to register char devs with a struct device
  ` [PATCH v2 02/16] device-dax: fix cdev leak
  ` [PATCH v2 03/16] device-dax: utilize new cdev_device_add helper function
  ` [PATCH v2 04/16] input: "
  ` [PATCH v2 05/16] gpiolib: "
  ` [PATCH v2 06/16] tpm-chip: "
  ` [PATCH v2 07/16] platform/chrome: cros_ec_dev - "
  ` [PATCH v2 08/16] IB/ucm: "
  ` [PATCH v2 09/16] infiniband: utilize the new cdev_set_parent function
  ` [PATCH v2 10/16] iio:core: utilize new cdev_device_add helper function
  ` [PATCH v2 11/16] media: "
  ` [PATCH v2 12/16] mtd: "
  ` [PATCH v2 13/16] rapidio: "
  ` [PATCH v2 14/16] rtc: "
  ` [PATCH v2 15/16] scsi: "
  ` [PATCH v2 16/16] switchtec: utilize new device_add_cdev "

[PATCH 0/2] Introducing the eXtensible Array (xarray)
 2017-02-28 18:13 UTC  (3+ messages)
` [PATCH 1/2] Add XArray
` [PATCH 2/2] XArray: Convert IDR and add test suite

[RFC 2/3] kcmp: Add KCMP_EPOLL_TFD mode to compare epoll target files
 2017-02-28 17:12 UTC  (4+ messages)
    ` [RFC v2 "

[RFC 0/3] fs,epoll: Add ability to call kcmp to find target files
 2017-02-28 17:11 UTC  (4+ messages)

rsync: page allocation stalls in kernel 4.9.10 to a VessRAID NAS
 2017-02-28 16:13 UTC 

[PATCH] dax: constify second argument of dax_iomap_pmd_fault
 2017-02-28 16:38 UTC  (2+ messages)

LTP write03 writev07 xfs failures
 2017-02-28 16:10 UTC  (7+ messages)

[PATCH 1/3] f2fs: remove build_free_nids() during checkpoint
 2017-02-28 10:52 UTC  (13+ messages)
` [PATCH 2/3] f2fs: add bitmaps for empty or full NAT blocks
  ` [f2fs-dev] "
  ` [PATCH 2/3 v2] "
    ` [f2fs-dev] "

Ext4 new shutdown ioctl fails generic/04{4,5,6}
 2017-02-28  5:13 UTC  (2+ messages)

[PATCH] f2fs: add F2FS_DIRTY_DATA to has_not_enough_free_secs and need_SSR
 2017-02-27 23:37 UTC  (4+ messages)

mmotm 2017-02-27-15-18 uploaded
 2017-02-27 23:19 UTC 

[PATCH] f2fs: avoid to issue redundant discard commands
 2017-02-27 21:43 UTC 

[PATCH] mm,fs,dax: mark dax_iomap_pmd_fault as const
 2017-02-27 20:38 UTC  (2+ messages)

[PATCH 1/1] f2fs: Fix zoned block device support
 2017-02-27 18:49 UTC  (2+ messages)

[RFC][PATCH 00/10] On inode::i_count and the usage vs reference count issue
 2017-02-27 14:44 UTC  (11+ messages)
` [RFC][PATCH 07/10] orangefs: Use RCU for destroy_inode
` [RFC][PATCH 09/10] locking/refcount: Provide refcount_dec_unless()

LTP write03 writev07 xfs failures
 2017-02-27  5:03 UTC 

[PATCH 1/4] f2fs: avoid very large discard command
 2017-02-27  2:09 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/3] fs: Support compiling out the pivot_root syscall
 2017-02-26  1:14 UTC  (10+ messages)
` [PATCH 1/3] fs: Makes functions used by pivot_root accessible
` [PATCH 2/3] fs: Extracts pivot_root so it can be made optional
      ` [PATCH 0/1] fs: Support compiling out the pivot_root syscall
        ` [PATCH 1/1] fs: Allows for the pivot_root syscall to be optional
` [PATCH 3/3] fs: Allows for the pivot_root syscall to be omitted

[PATCH v4 0/5] vfs: Add timestamp range check support
 2017-02-25 18:56 UTC  (8+ messages)
` [PATCH v4 1/5] vfs: Add file timestamp range support
` [PATCH v4 2/5] vfs: Add checks for filesystem timestamp limits
` [PATCH v4 3/5] ext4: Initialize timestamps limits
` [PATCH v4 4/5] vfs: Add timestamp_truncate() api
` [PATCH v4 5/5] utimes: Clamp the timestamps before update

[PATCH] f2fs: change the codes of checking CP_CRC_RECOVERY_FLAG to macro
 2017-02-25 18:46 UTC  (10+ messages)
` [PATCH v2] "

[GIT PULL] Orangefs update for 4.11 merge window
 2017-02-25 17:09 UTC 

[PATCH RFC] coredump: virtualize core dump path configuration
 2017-02-25 16:48 UTC  (3+ messages)

[PATCH 1/3] f2fs: clean up codes in get_ssr_segment
 2017-02-25  2:16 UTC  (10+ messages)
` [PATCH 3/3] f2fs: provide more chance for node and data to get ssr segment


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