linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-03 02:47:07 to 2020-04-28 15:07:46 UTC [more...]

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-04-28 15:07 UTC  (16+ messages)
` [PATCH 01/11] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap
` [PATCH 04/11] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 05/11] fs: mark __generic_block_fiemap static
` [PATCH 06/11] fs: move the fiemap definitions out of fs.h
` [PATCH 07/11] iomap: fix the iomap_fiemap prototype
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 10/11] fs: remove the access_ok() check in ioctl_fiemap
` [PATCH 11/11] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache

[PATCH v4] ovl: whiteout inode sharing
 2020-04-28 13:32 UTC  (9+ messages)

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-04-27 10:38 UTC  (24+ messages)
` [PATCH 1/5] ext4: Fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 2/5] ext4: Rename fiemap_check_ranges() to make it ext4 specific
` [PATCH 3/5] vfs: EXPORT_SYMBOL for fiemap_check_ranges()
` [PATCH 4/5] overlayfs: Check for range bounds before calling i_op->fiemap()
` [PATCH 5/5] ext4: Get rid of ext4_fiemap_check_ranges

fix fiemap for ext4 bitmap files (+ cleanups)
 2020-04-27  9:58 UTC  (9+ messages)
` [PATCH 1/8] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [PATCH 2/8] ext4: fix fiemap size checks for bitmap files
` [PATCH 3/8] ext4: split _ext4_fiemap
` [PATCH 4/8] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 5/8] fs: mark __generic_block_fiemap static
` [PATCH 6/8] fs: move the fiemap definitions out of fs.h
` [PATCH 7/8] iomap: fix the iomap_fiemap prototype
` [PATCH 8/8] fs: move fiemap range validation into the file systems instances

[PATCH v5] ovl: whiteout inode sharing
 2020-04-24  2:55 UTC 

[PATCH v2] overlayfs: inherit SB_NOSEC flag from upperdir
 2020-04-23 14:36 UTC  (2+ messages)

[PATCH] overlayfs: set MS_NOSEC flag for overlayfs
 2020-04-23 10:25 UTC  (5+ messages)

[PATCH 0/2] overlayfs: Fix overlayfs on virtiofs open(O_TRUNC) issue
 2020-04-22 13:08 UTC  (3+ messages)
` [PATCH 1/2] overlayfs: ovl_setattr() should clear ATTR_FILE from attr->ia_valid
` [PATCH 2/2] overlayfs: ovl_setattr() should clear ATTR_OPEN

[PATCH] overlayfs: Pass O_TRUNC flag to underlying filesystem
 2020-04-22  8:31 UTC  (5+ messages)

[PATCH] ovl: sync dirty data when remounting to ro mode
 2020-04-22  8:26 UTC  (4+ messages)

[PATCH] generic/484: test data integrity for rdonly remount
 2020-04-22  4:52 UTC 

[PATCH] ovl: skip overlayfs superblocks at global sync
 2020-04-21  9:36 UTC  (9+ messages)

[PATCH 0/3] Overlayfs use index dir as work dir
 2020-04-21  9:25 UTC  (10+ messages)
` [PATCH 1/3] ovl: cleanup non-empty directories in ovl_indexdir_cleanup()
` [PATCH 2/3] ovl: prepare to copy up without workdir
` [PATCH 3/3] ovl: index dir act as work dir

[PATCH 0/2] Prepare for running unionmount testssuite from
 2020-04-21  5:57 UTC  (12+ messages)
` [PATCH 1/2] Stop using bind mounts for --samefs
` [PATCH 2/2] Configure custom layers via environment variables

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (2+ messages)

[PATCH v2] overlay: another test for dropping nlink below zero
 2020-04-20 10:34 UTC 

[PATCH v2] overlay/029: fix test failure with nfs_export feature enabled
 2020-04-20 10:27 UTC 

[PATCH] overlay/029: fix test failure with index feature enabled
 2020-04-19 17:54 UTC  (5+ messages)

[PATCH v3] overlay/072: test for whiteout inode sharing
 2020-04-19 16:00 UTC  (2+ messages)

[PATCH] overlay: another test for dropping nlink below zero
 2020-04-19 15:42 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 04/78] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-18 14:39 UTC 

[PATCH AUTOSEL 4.19 03/47] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-18 14:41 UTC 

[PATCH AUTOSEL 5.5 04/75] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-18 14:07 UTC 

[PATCH AUTOSEL 5.6 04/73] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-18 13:47 UTC 

[PATCH v11] ovl: Improving syncfs efficiency
 2020-04-17  9:26 UTC  (12+ messages)

WARNING in iomap_apply
 2020-04-16 14:58 UTC 

WARNING in iomap_apply
 2020-04-16  7:38 UTC  (5+ messages)
` [RFC 1/1] ext4: Fix overflow case for map.m_len in ext4_iomap_begin_*

[PATCH v3] ovl: whiteout inode sharing
 2020-04-16  7:10 UTC  (11+ messages)

[PATCH 00/34] fs: convert remaining docs to ReST file format
 2020-04-16  1:10 UTC  (3+ messages)
` [PATCH 01/34] docs: filesystems: fix references for doc files there

[PATCH AUTOSEL 5.6 117/129] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-15 11:34 UTC 

[PATCH AUTOSEL 5.5 096/106] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-15 11:42 UTC 

[PATCH AUTOSEL 5.4 75/84] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-15 11:44 UTC 

[PATCH AUTOSEL 4.19 35/40] ovl: fix value of i_ino for lower hardlink corner case
 2020-04-15 11:46 UTC 

[PATCH v2] overlay/072: test for whiteout inode sharing
 2020-04-14  6:16 UTC  (4+ messages)

[PATCH 1/2] common: add a helper for setting module param
 2020-04-13 12:14 UTC  (10+ messages)
` [PATCH 2/2] overlay/072: test for sharing inode with whiteout files

[PATCH] ovl: resolve more conflicting mount options
 2020-04-10  6:52 UTC  (3+ messages)

[ANNOUNCE] unionmount-testsuite: master branch updated to 509b1e7
 2020-04-09 18:27 UTC  (5+ messages)
` Fwd: "
  ` [ANNOUNCE] unionmount-testsuite: master branch updated to 1724ef2
    ` [ANNOUNCE] unionmount-testsuite: master branch updated to dc24a45
      ` [ANNOUNCE] unionmount-testsuite: master branch updated to a9a4f4f

[PATCH] overlay/06[89]: fix test run with nfs_export feature enabled by default
 2020-04-09 14:09 UTC 

[PATCH v2] ovl: sharing inode with different whiteout files
 2020-04-09 13:33 UTC  (11+ messages)

[GIT PULL] overlayfs update for 5.7
 2020-04-09  4:55 UTC  (2+ messages)

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 15:45 UTC 

[PATCH] ovl: sharing inode with different whiteout files
 2020-04-03 12:22 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).