linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 23:20:37 to 2020-05-24 19:17:27 UTC [more...]

fiemap cleanups v4
 2020-05-24 19:17 UTC  (13+ messages)
` [PATCH 1/9] ext4: split _ext4_fiemap
` [PATCH 2/9] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 3/9] fs: mark __generic_block_fiemap static
` [PATCH 4/9] fs: move the fiemap definitions out of fs.h
` [PATCH 5/9] iomap: fix the iomap_fiemap prototype
` [PATCH 6/9] fs: move fiemap range validation into the file systems instances
` [PATCH 7/9] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 8/9] fs: remove the access_ok() check in ioctl_fiemap
` [PATCH 9/9] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache

[PATCH 0/2] Prepare for running unionmount testssuite from
 2020-05-24 10:28 UTC  (15+ messages)
` [PATCH 2/2] Configure custom layers via environment variables

[PATCH] ovl: fix out of bounds access warning in ovl_check_fb_len()
 2020-05-23 13:21 UTC 

KASAN: slab-out-of-bounds Read in ovl_check_fb_len
 2020-05-23 11:33 UTC  (3+ messages)

[PATCH] ovl: make private mounts longterm
 2020-05-23  4:07 UTC  (7+ messages)

[PATCH v12] ovl: improve syncfs efficiency
 2020-05-22 14:40 UTC  (6+ messages)

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-22 10:05 UTC 

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-22  6:35 UTC  (27+ 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 0/5] ext4/overlayfs: fiemap related fixes
 2020-05-22  4:56 UTC  (18+ messages)
` [PATCH 4/5] overlayfs: Check for range bounds before calling i_op->fiemap()

[GIT PULL] overlayfs fixes for 5.7-rc7
 2020-05-20 19:30 UTC  (2+ messages)

[PATCH v2] generic/597: test data integrity for rdonly remount
 2020-05-20 15:09 UTC  (2+ messages)

[RFC PATCH v3 0/9] Suppress negative dentry
 2020-05-20 14:44 UTC  (24+ messages)
` [RFC PATCH v3 1/9] fs/dcache: Introduce a new lookup flag LOOKUP_DONTCACHE_NEGATIVE
` [RFC PATCH v3 2/9] ovl: Suppress negative dentry in lookup
` [RFC PATCH v3 3/9] cifs: Adjust argument for lookup_positive_unlocked()
` [RFC PATCH v3 4/9] debugfs: "
` [RFC PATCH v3 5/9] ecryptfs: Adjust argument for lookup_one_len_unlocked()
` [RFC PATCH v3 6/9] exportfs: "
` [RFC PATCH v3 7/9] kernfs: Adjust argument for lookup_positive_unlocked()
` [RFC PATCH v3 8/9] nfsd: "
` [RFC PATCH v3 9/9] quota: "

[PATCH] overlay/031: fix failure with whiteout inode sharing
 2020-05-20  8:53 UTC 

[PATCH] generic/484: test data integrity for rdonly remount
 2020-05-18  2:36 UTC  (3+ messages)

[PATCH v5] overlay: test for whiteout inode sharing
 2020-05-17 16:47 UTC  (5+ messages)
` 回复:[PATCH "

[PATCH v3] ovl: potential crash in ovl_fid_to_fh()
 2020-05-13 15:08 UTC 

[PATCH v4] overlay/072: test for whiteout inode sharing
 2020-05-13 10:54 UTC  (11+ messages)
` [PATCH v4] overlay: "

[RFC PATCH v2] ovl: suppress negative dentry in lookup
 2020-05-13  2:15 UTC  (6+ messages)

[RFC PATCH] ovl: suppress negative dentry in lookup
 2020-05-11 12:52 UTC  (3+ messages)

[PATCH 0/2] Overlayfs tests for file handle bugs
 2020-05-06 10:22 UTC  (3+ messages)
` [PATCH 1/2] open_by_handle: add option -z to query file handle size
` [PATCH 2/2] overlay: regression test for two file handle bugs

[PATCH] overlay: return required buffer size for file handles
 2020-05-06 10:22 UTC  (3+ messages)

[bug report] ovl: make sure that real fid is 32bit aligned in memory
 2020-05-05 18:33 UTC  (6+ messages)
  ` [PATCH] ovl: potential crash in ovl_fid_to_fh()
      ` [PATCH v2] "

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-05-05 10:44 UTC  (34+ 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

system hang on a syncfs test with nfs_export enabled
 2020-05-02  9:17 UTC  (5+ messages)
` 回复:system "

[RESEND PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2020-05-01  6:37 UTC  (3+ messages)

[PATCH v4] ovl: whiteout inode sharing
 2020-04-28 15:15 UTC  (10+ messages)

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


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