linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-10 17:19:28 to 2019-07-12 23:43:26 UTC [more...]

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-12 23:42 UTC  (15+ messages)
` [PATCH 1/3] x86/Kconfig: Move ARCH_HAS_MEM_ENCRYPT to arch/Kconfig
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[PATCH RFC] fs: New zonefs file system
 2019-07-12 22:56 UTC  (6+ messages)

[PATCH] proc: Fix uninitialized byte read in get_mm_cmdline()
 2019-07-12 22:29 UTC  (6+ messages)

[PATCH] Revert "NFS: readdirplus optimization by cache mechanism" (memleak)
 2019-07-12 20:16 UTC  (3+ messages)

[PATCH 0/6] Mount and superblock notifications [ver #5]
 2019-07-12 20:11 UTC  (3+ messages)
` [PATCH 1/6] security: Add hooks to rule on setting a superblock or mount watch "

[PATCH v3 0/8] Inline Encryption Support
 2019-07-12 19:27 UTC  (11+ messages)
` [PATCH 1/8] block: Keyslot Manager for Inline Encryption
` [PATCH 2/8] block: Add encryption context to struct bio
` [PATCH 3/8] block: blk-crypto for Inline Encryption
` [PATCH 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH 5/8] scsi: ufs: UFS crypto API
` [PATCH 6/8] scsi: ufs: Add inline encryption support to UFS
` [PATCH 7/8] fscrypt: wire up fscrypt to use blk-crypto
` [PATCH 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt

[GIT PULL] xfs: new features for 5.3
 2019-07-12 18:02 UTC 

[PATCH 0/3] xfs: Fix races between readahead and hole punching
 2019-07-12 17:56 UTC  (10+ messages)
` [PATCH 1/3] mm: Handle MADV_WILLNEED through vfs_fadvise()
` [PATCH 2/3] fs: Export generic_fadvise()
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[RFC PATCH v6 0/1] Add dm verity root hash pkcs7 sig validation
 2019-07-12 17:33 UTC  (2+ messages)

[PATCH v2] Revert "NFS: readdirplus optimization by cache mechanism" (memleak)
 2019-07-12 16:10 UTC 

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-12 15:32 UTC  (19+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags

[PATCH v5 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-07-12 13:17 UTC  (3+ messages)
` [PATCH v5 0/3] "

[PATCH 5.2 11/61] block: fix .bi_size overflow
 2019-07-12 12:19 UTC 

[RFC PATCH] iomap: generalize IOMAP_INLINE to cover tail-packing case
 2019-07-12 11:54 UTC  (11+ messages)

[PATCH 0/4] per cpu cgroup numa suite
 2019-07-12 10:10 UTC  (22+ messages)
  ` [PATCH 1/4] numa: introduce per-cgroup numa balancing locality, statistic
  ` [PATCH 2/4] numa: append per-node execution info in memory.numa_stat
  ` [PATCH 3/4] numa: introduce numa group per task group
  ` [PATCH 4/4] numa: introduce numa cling feature
  ` [PATCH 0/4] per cgroup numa suite

UDF filesystem image with Write-Once UDF Access Type
 2019-07-12 10:02 UTC 

[PATCH v2 1/2] udf: refactor VRS descriptor identification
 2019-07-12  9:35 UTC  (7+ messages)
` [PATCH v2 2/2] udf: support 2048-byte spacing of VRS descriptors on 4K media

[PATCH] dax: Fix missed PMD wakeups
 2019-07-11 15:41 UTC  (21+ messages)

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-12  8:17 UTC  (19+ messages)
` [PATCH v9 01/18] kunit: test: add KUnit test runner core
` [PATCH v9 02/18] kunit: test: add test resource management API
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v9 05/18] kunit: test: add the concept of expectations
` [PATCH v9 06/18] kbuild: enable building KUnit
` [PATCH v9 07/18] kunit: test: add initial tests
` [PATCH v9 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v9 09/18] kunit: test: add support for test abort
` [PATCH v9 10/18] kunit: test: add tests for kunit "
` [PATCH v9 11/18] kunit: test: add the concept of assertions
` [PATCH v9 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v9 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v9 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v9 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v9 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v9 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v9 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

mmotm 2019-07-11-21-41 uploaded
 2019-07-12  6:20 UTC  (2+ messages)

[RFC PATCH] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-07-12  3:29 UTC  (11+ messages)
  ` [Non-DoD Source] "

[PATCH] fs/sync.c: Fix UBSAN Undefined behaviour in sync_file_range
 2019-07-12  2:28 UTC 

lift the xfs writepage code into iomap
 2019-07-11 21:31 UTC  (7+ messages)
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c

[PATCH 1/2] f2fs: include charset encoding information in the superblock
 2019-07-11 20:45 UTC  (2+ messages)
` [PATCH 2/2] f2fs: Support case-insensitive file name lookups

[SMB3][PATCH] fix copy_file_range when copying beyond end of source file
 2019-07-11 15:19 UTC  (3+ messages)

[PATCH v2 00/24] erofs: promote erofs from staging
 2019-07-11 14:57 UTC  (25+ messages)
` [PATCH v2 01/24] erofs: add on-disk layout
` [PATCH v2 02/24] erofs: add erofs in-memory stuffs
` [PATCH v2 03/24] erofs: add super block operations
` [PATCH v2 04/24] erofs: add raw address_space operations
` [PATCH v2 05/24] erofs: add inode operations
` [PATCH v2 06/24] erofs: support special inode
` [PATCH v2 07/24] erofs: add directory operations
` [PATCH v2 08/24] erofs: add namei functions
` [PATCH v2 09/24] erofs: support tracepoint
` [PATCH v2 10/24] erofs: update Kconfig and Makefile
` [PATCH v2 11/24] erofs: introduce xattr & posixacl support
` [PATCH v2 12/24] erofs: introduce tagged pointer
` [PATCH v2 13/24] erofs: add compression indexes support
` [PATCH v2 14/24] erofs: introduce superblock registration
` [PATCH v2 15/24] erofs: introduce erofs shrinker
` [PATCH v2 16/24] erofs: introduce workstation for decompression
` [PATCH v2 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v2 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v2 19/24] erofs: add erofs_allocpage()
` [PATCH v2 20/24] erofs: introduce generic decompression backend
` [PATCH v2 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v2 22/24] erofs: introduce the decompression frontend
` [PATCH v2 23/24] erofs: introduce cached decompression
` [PATCH v2 24/24] erofs: add document

[GIT PULL] vfs: standardize parameter checking for SETFLAGS/FSSETXATTR ioctls
 2019-07-11 14:18 UTC 

[PATCH 1/2] udf: refactor VRS descriptor identification
 2019-07-11 13:04 UTC  (2+ messages)
` [PATCH 2/2] udf: support 2048-byte spacing of VRS descriptors on 4K media

[GIT PULL] nfsd changes for 5.3
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] afs: Miscellany for 5.3
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] fscrypt updates for v5.3
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] file lease fix and tracepoint for v5.3
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] fsnotify changes for v5.3-rc1
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] vfs: fix copy_file_range bad behavior
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] iomap: new code for 5.3, part 1
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] ext2, udf, and quota fixes
 2019-07-11  4:40 UTC  (2+ messages)

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-07-11  3:07 UTC  (6+ messages)

[PATCH v7 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-10 20:27 UTC  (5+ messages)
` [PATCH v7 16/18] MAINTAINERS: add entry for KUnit the "

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


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