linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-19 16:06:42 to 2019-06-22 04:46:23 UTC [more...]

KASAN: use-after-free Read in tomoyo_realpath_from_path
 2019-06-22  4:45 UTC  (5+ messages)
  ` [PATCH] tomoyo: Don't check open/getattr permission on sockets
        ` [PATCH v2] "

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-22  0:54 UTC  (9+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core

[PATCH 0/6] Btrfs iomap
 2019-06-22  0:46 UTC  (10+ messages)
` [PATCH 1/6] iomap: Use a IOMAP_COW/srcmap for a read-modify-write I/O
` [PATCH 2/6] iomap: Read page from srcmap for IOMAP_COW
` [PATCH 3/6] iomap: Check iblocksize before transforming page->private
` [PATCH 4/6] btrfs: Add a simple buffered iomap write
` [PATCH 5/6] btrfs: Add CoW in iomap based writes
` [PATCH 6/6] btrfs: remove buffered write code made unnecessary

[PATCH v6 0/6] Enable THP for text section of non-shmem files
 2019-06-22  0:05 UTC  (7+ messages)
` [PATCH v6 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v6 2/6] filemap: update offset check "
` [PATCH v6 3/6] mm,thp: stats for file backed THP
` [PATCH v6 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v6 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v6 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH v4 0/7] vfs: make immutable files actually immutable
 2019-06-21 23:57 UTC  (8+ messages)
` [PATCH 1/7] mm/fs: don't allow writes to immutable files
` [PATCH 2/7] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/7] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/7] vfs: don't allow most setxattr to immutable files
` [PATCH 5/7] xfs: refactor setflags to use setattr code directly
` [PATCH 6/7] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 7/7] vfs: don't allow writes to swap files

[PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-21 23:56 UTC  (5+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints

[PATCH] quota: honor quote type in Q_XGETQSTAT[V] calls
 2019-06-21 23:27 UTC 

[PATCH V3 0/7] Consolidate FS read I/O callbacks code
 2019-06-21 22:15 UTC  (12+ messages)
` [PATCH V3 1/7] FS: Introduce read callbacks
` [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS
` [PATCH V3 3/7] fscrypt: remove struct fscrypt_ctx
` [PATCH V3 4/7] fs/mpage.c: Integrate read callbacks
` [PATCH V3 6/7] Add decryption support for sub-pagesized blocks

[PATCH RESEND] befs: Removed incorrect check
 2019-06-21 18:44 UTC 

[PATCH RESEND] befs: Allow file sizes beyond 2GiB
 2019-06-21 18:42 UTC 

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
 2019-06-21 14:50 UTC  (7+ messages)
` [PATCH 02/25] vfs: Allow fsinfo() to query what's in an fs_context "

[PATCH v5 0/6] Enable THP for text section of non-shmem files
 2019-06-21 13:43 UTC  (12+ messages)
` [PATCH v5 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v5 2/6] filemap: update offset check "
` [PATCH v5 3/6] mm,thp: stats for file backed THP
` [PATCH v5 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v5 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v5 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH v14 0/7] virtio pmem driver
 2019-06-21 13:34 UTC  (8+ messages)
` [PATCH v14 1/7] libnvdimm: nd_region flush callback support
` [PATCH v14 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v14 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v13 4/7] dm: enable synchronous dax
` [PATCH v14 5/7] dax: check synchronous mapping is supported
` [PATCH v14 6/7] ext4: disable map_sync for async flush
` [PATCH v14 7/7] xfs: "

[PATCH v2 0/8] staging: erofs: decompression inplace approach
 2019-06-21 10:42 UTC  (21+ messages)
` [PATCH v2 1/8] staging: erofs: add compacted ondisk compression indexes
` [PATCH v2 2/8] staging: erofs: add compacted compression indexes support
` [PATCH v2 3/8] staging: erofs: move per-CPU buffers implementation to utils.c
` [PATCH v2 4/8] staging: erofs: move stagingpage operations to compress.h
` [PATCH v2 5/8] staging: erofs: introduce generic decompression backend
` [PATCH v2 6/8] staging: erofs: introduce LZ4 decompression inplace
` [PATCH v2 7/8] staging: erofs: switch to new decompression backend
` [PATCH v2 8/8] staging: erofs: integrate decompression inplace

[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-21  3:17 UTC  (19+ messages)
` [PATCH v5 01/16] fs-verity: add a documentation file
` [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
` [PATCH v5 03/16] fs-verity: add UAPI header
` [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v5 06/16] fs-verity: add inode and superblock fields
` [PATCH v5 07/16] fs-verity: add the hook for file ->open()
` [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
` [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
` [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v5 12/16] fs-verity: add SHA-512 support
` [PATCH v5 13/16] fs-verity: support builtin file signatures
` [PATCH v5 14/16] ext4: add basic fs-verity support
` [PATCH v5 15/16] ext4: add fs-verity read support
` [PATCH v5 16/16] f2fs: add fs-verity support

[PATCH v3 0/6] vfs: make immutable files actually immutable
 2019-06-21  0:54 UTC  (11+ messages)
` [PATCH 1/6] mm/fs: don't allow writes to immutable files
` [PATCH 2/6] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 4/6] vfs: don't allow most setxattr to immutable files

a few questions about pagevc_lookup_entries
 2019-06-20 22:03 UTC  (2+ messages)

[PATCH v2 0/3] Add dirty range scoping to jbd2
 2019-06-20 21:29 UTC  (7+ messages)
` [PATCH v2 1/3] mm: add filemap_fdatawait_range_keep_errors()
` [PATCH v2 2/3] jbd2: introduce jbd2_inode dirty range scoping
` [PATCH v2 3/3] ext4: use "

[GIT PULL] fuse fixes for 5.2-rc6
 2019-06-20 21:25 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 5.2-rc6
 2019-06-20 21:25 UTC  (2+ messages)

[GIT PULL] Two fixes for 5.2-rc6
 2019-06-20 18:05 UTC  (2+ messages)

[PATCH v4 0/6] [PATCH v3 0/6] Enable THP for text section of non-shmem files
 2019-06-20 17:42 UTC  (9+ messages)
` [PATCH v4 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v4 2/6] filemap: update offset check "
` [PATCH v4 3/6] mm,thp: stats for file backed THP
` [PATCH v4 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v4 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v4 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH 0/3] Add dirty range scoping to jbd2
 2019-06-20 17:22 UTC  (9+ messages)
` [PATCH 1/3] mm: add filemap_fdatawait_range_keep_errors()
` [PATCH 2/3] jbd2: introduce jbd2_inode dirty range scoping
` [PATCH 3/3] ext4: use "

mmotm 2019-06-19-20-32 uploaded
 2019-06-20 16:44 UTC  (3+ messages)
` mmotm 2019-06-19-20-32 uploaded (drivers/base/memory.c)

[PATCH next] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl max_softirq_time_usecs
 2019-06-20 15:14 UTC 

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-20 14:52 UTC  (10+ messages)

[PATCH 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-20 13:46 UTC  (10+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
  ` [PATCH v2 "
` [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints

[PATCH v3 0/7] Hexdump Enhancements
 2019-06-20 10:50 UTC  (7+ messages)

[SMB3][PATCH] fix copy_file_range when copying beyond end of source file
 2019-06-20  5:46 UTC  (8+ messages)

[PATCH] fs: Move mark_inode_dirty out of __generic_write_end
 2019-06-20  4:47 UTC  (2+ messages)

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-06-20  4:40 UTC  (3+ messages)
` [PATCH 05/13] vfs: don't parse "silent" option

bcachefs status update (it's done cooking; let's get this sucker merged)
 2019-06-19 22:37 UTC  (11+ messages)
  ` pagecache locking (was: bcachefs status update) merged)

[PATCH v4 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-19 19:13 UTC  (8+ messages)
` [PATCH v4 14/16] ext4: add basic fs-verity support

[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
 2019-06-19 19:10 UTC  (2+ messages)
` [RFC PATCH v5 1/1] "

d_lookup: Unable to handle kernel paging request
 2019-06-19 17:09 UTC  (12+ messages)

[PATCH 0/9] keys: Namespacing [ver #4]
 2019-06-19 16:48 UTC  (10+ messages)
` [PATCH 1/9] keys: Simplify key description management "
` [PATCH 2/9] keys: Cache the hash value to avoid lots of recalculation "
` [PATCH 3/9] keys: Add a 'recurse' flag for keyring searches "
` [PATCH 4/9] keys: Namespace keyring names "
` [PATCH 5/9] keys: Move the user and user-session keyrings to the user_namespace "
` [PATCH 6/9] keys: Include target namespace in match criteria "
` [PATCH 7/9] keys: Garbage collect keys for which the domain has been removed "
` [PATCH 8/9] keys: Network namespace domain tag "
` [PATCH 9/9] keys: Pass the network namespace into request_key mechanism "

[PATCH 0/9] keys: Namespacing [ver #4]
 2019-06-19 16:09 UTC  (5+ messages)
` [PATCH 3/9] keys: Add a 'recurse' flag for keyring searches "
` [PATCH 4/9] keys: Namespace keyring names "
` [PATCH 5/9] keys: Move the user and user-session keyrings to the user_namespace "


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