linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-01 14:59:18 to 2019-07-04 16:20:15 UTC [more...]

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-07-04 16:19 UTC  (3+ messages)

[PATCH 0/9] Keyrings, Block and USB notifications [ver #5]
 2019-07-04 16:04 UTC  (11+ messages)
` [PATCH 1/9] uapi: General notification ring definitions "
` [PATCH 4/9] General notification queue with user mmap()'able ring buffer "
` [PATCH 6/9] Add a general, global device notification watch list "
` [PATCH 8/9] usb: Add USB subsystem notifications "

[ANNOUNCE RESEND] xfs-linux: vfs-for-next updated to 7e328e5930ad
 2019-07-04 15:07 UTC 

[ANNOUNCE RESEND] xfs-linux: copy-file-range-fixes updated to fe0da9c09b2d
 2019-07-04 15:06 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 36a7347de097
 2019-07-04 15:02 UTC  (2+ messages)
` [ANNOUNCE] xfs-linux: vfs-for-next updated to 7e328e5930ad

[ANNOUNCE RESEND] xfs-linux: iomap-5.3-merge updated to 36a7347de097
 2019-07-04 14:59 UTC 

[PATCH] dax: Fix missed PMD wakeups
 2019-07-04 14:32 UTC  (9+ messages)

[PATCH] erofs: promote erofs from staging
 2019-07-04 14:18 UTC  (4+ messages)

io_uring question
 2019-07-04 11:21 UTC 

[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
 2019-07-04  7:37 UTC  (18+ messages)

INFO: task hung in io_uring_release
 2019-07-04  4:57 UTC  (4+ messages)

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

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-03 23:40 UTC  (12+ messages)
` [PATCH v5 07/18] kunit: test: add initial tests

RFC: use the iomap writepage path in gfs2
 2019-07-03 22:35 UTC  (17+ messages)
` [PATCH 01/15] FOLD: iomap: make the discard_page method optional
` [PATCH 02/15] FOLD: iomap: make ->submit_ioend optional
` [PATCH 03/15] iomap: zero newly allocated mapped blocks
` [PATCH 04/15] iomap: warn on inline maps iomap_writepage_map
` [PATCH 05/15] iomap: move struct iomap_page to iomap.c
` [PATCH 06/15] HACK: disable lockdep annotation in iomap_dio_rw
` [PATCH 07/15] gfs2: use page_offset in gfs2_page_mkwrite
` [PATCH 08/15] gfs2: remove the unused gfs2_stuffed_write_end function
` [PATCH 09/15] gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
` [PATCH 10/15] gfs2: merge gfs2_writepage_common into gfs2_writepage
` [PATCH 11/15] gfs2: mark stuffed_readpage static
` [PATCH 12/15] gfs2: use iomap_bmap instead of generic_block_bmap
` [PATCH 13/15] gfs2: implement gfs2_block_zero_range using iomap_zero_range
` [PATCH 14/15] gfs2: don't use buffer_heads in gfs2_allocate_page_backing
` [PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode

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

bcachefs status update (it's done cooking; let's get this sucker merged)
 2019-07-03 18:03 UTC  (22+ messages)
          ` pagecache locking (was: bcachefs status update) merged)
                            ` pagecache locking
            ` [PATCH] mm: Support madvise_willneed override by Filesystems

kernel panic: corrupted stack end in dput
 2019-07-03 16:14 UTC  (4+ messages)

[PATCH] filesystem-dax: Disable PMD support
 2019-07-03 15:47 UTC  (18+ messages)

[PATCH 1/4] fs/posix_acl: apply umask if superblock disables ACL support
 2019-07-03 12:47 UTC  (4+ messages)
` [PATCH 2/4] fs/ext4/acl: apply umask if ACL support is disabled
` [PATCH 3/4] linux/fs.h: fix umask on NFS with CONFIG_FS_POSIX_ACL=n
` [PATCH 4/4] nfs/super: check NFS_CAP_ACLS instead of the NFS version

[PATCH] fs/seq_file: Replace a seq_printf() call by seq_puts() in seq_hex_dump()
 2019-07-03 11:01 UTC  (3+ messages)
  `  "

[RFC PATCH] iomap: generalize IOMAP_INLINE to cover tail-packing case
 2019-07-03  7:55 UTC 

[PATCH] posix_acl: fix stale posix_acl_update_mode() comment
 2019-07-03  5:07 UTC 

[PATCH 0/4] per cpu cgroup numa suite
 2019-07-03  3:34 UTC  (5+ 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

about patch <-f2fs-run-discard-jobs-when-put_super>
 2019-07-03  2:56 UTC  (2+ messages)

[PATCH AUTOSEL 5.1 03/39] idr: Fix idr_get_next race with idr_remove
 2019-07-03  2:14 UTC 

[PATCH 0/3] f2fs: use generic helpers for FS_IOC_{SETFLAGS,FSSETXATTR}
 2019-07-03  1:58 UTC  (7+ messages)
` [PATCH 1/3] f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
` [PATCH 2/3] f2fs: use generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/3] f2fs: remove redundant check from f2fs_setflags_common()

[PATCH 0/6] fsinfo: Add mount topology query [ver #15]
 2019-07-03  1:42 UTC  (5+ messages)
` [PATCH 4/6] vfs: Allow mount information to be queried by fsinfo() "

[PATCH v2] fat: Add nobarrier to workaround the strange behavior of device
 2019-07-02 22:49 UTC  (2+ messages)

[BUG] mke2fs produces corrupt filesystem if badblock list contains a block under 251
 2019-07-03  0:37 UTC  (7+ messages)

[PATCH next] sysctl: add proc_dointvec_jiffies_minmax to limit the min/max write value
 2019-07-02 19:32 UTC  (6+ messages)

[PATCH 01/11] vfs: syscall: Add fsinfo() to query filesystem information [ver #15]
 2019-07-02 19:10 UTC  (8+ messages)
` [PATCH 00/11] VFS: Introduce filesystem information query syscall "
  ` fsinfo(2) manpage

[PATCH 0/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs
 2019-07-02 18:41 UTC  (6+ messages)
` [PATCH 2/2] "

general protection fault in do_move_mount (2)
 2019-07-02 18:22 UTC  (14+ messages)
    ` [PATCH] vfs: move_mount: reject moving kernel internal mounts

kernel panic: corrupted stack end in dput
 2019-07-02 13:21 UTC  (2+ messages)

[PATCH v6 0/4] vfs: make immutable files actually immutable
 2019-07-02 10:45 UTC  (5+ messages)
` [PATCH 4/4] vfs: don't allow most setxattr to immutable files
  ` [PATCH v2 "

Reminder: 5 open syzbot bugs in "fs/fuse" subsystem
 2019-07-02  5:26 UTC 

[PATCH V2] block: fix .bi_size overflow
 2019-07-02  1:54 UTC  (6+ messages)

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

Project Analysis
 2019-07-01 18:59 UTC 

[RFC PATCH v6 0/1] Add dm verity root hash pkcs7 sig validation
 2019-07-01 18:19 UTC  (2+ messages)
` [RFC PATCH v6 1/1] "

[PATCH RFC 00/11] iomap: regroup code by functional area
 2019-07-01 17:59 UTC  (14+ messages)
` [PATCH 01/11] iomap: start moving code to fs/iomap/
` [PATCH 02/11] iomap: move the swapfile code into a separate file
` [PATCH 03/11] iomap: move the file mapping reporting "
` [PATCH 04/11] iomap: move the SEEK_HOLE "
` [PATCH 05/11] iomap: move the direct IO "
` [PATCH 06/11] iomap: move the buffered write "
` [PATCH 07/11] iomap: move the buffered read "
` [PATCH 08/11] iomap: move the page management "
` [PATCH 09/11] iomap: move the page migration "
` [PATCH 10/11] iomap: move the main iteration "
` [PATCH 11/11] iomap: move internal declarations into fs/iomap/

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

[PATCH 00/16] Cache open file descriptors in knfsd
 2019-07-01 15:39 UTC  (4+ 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).