linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-29 22:34:28 to 2019-07-03 03:29:29 UTC [more...]

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

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] filesystem-dax: Disable PMD support
 2019-07-03  1:39 UTC  (18+ messages)

[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
 2019-07-02 21:33 UTC  (8+ messages)

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

[PATCH v6 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-03  1:25 UTC  (19+ 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] "

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

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-02 20:57 UTC  (6+ messages)
` [PATCH v5 07/18] kunit: test: add initial tests

[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  (7+ messages)

[PATCH 00/11] VFS: Introduce filesystem information query syscall [ver #15]
 2019-07-02 19:10 UTC  (8+ messages)
` [PATCH 01/11] vfs: syscall: Add fsinfo() to query filesystem information "
` 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  (16+ messages)
    ` [PATCH] vfs: move_mount: reject moving kernel internal mounts

[PATCH] fs/seq_file: Replace a seq_printf() call by seq_puts() in seq_hex_dump()
 2019-07-02 16:38 UTC 

kernel panic: corrupted stack end in dput
 2019-07-02 13:21 UTC  (3+ 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 "

INFO: task hung in io_uring_release
 2019-07-02  6:00 UTC  (2+ messages)

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  (7+ 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

RFC: use the iomap writepage path in gfs2
 2019-07-01 21:54 UTC  (16+ 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

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)

[ANNOUNCE] xfs-linux: iomap-for-next updated to 36a7347de097
 2019-07-01 16:06 UTC 

[PATCH 00/16] Cache open file descriptors in knfsd
 2019-07-01 15:39 UTC  (24+ messages)
` [PATCH 01/16] sunrpc: add a new cache_detail operation for when a cache is flushed
  ` [PATCH 02/16] locks: create a new notifier chain for lease attempts
    ` [PATCH 03/16] notify: export symbols for use by the knfsd file cache
      ` [PATCH 04/16] vfs: Export flush_delayed_fput for use by knfsd
        ` [PATCH 05/16] nfsd: add a new struct file caching facility to nfsd
          ` [PATCH 06/16] nfsd: hook up nfsd_write to the new nfsd_file cache
            ` [PATCH 07/16] nfsd: hook up nfsd_read to the "
              ` [PATCH 08/16] nfsd: hook nfsd_commit up "
                ` [PATCH 09/16] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
                  ` [PATCH 10/16] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
                    ` [PATCH 11/16] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
                      ` [PATCH 12/16] nfsd: have nfsd_test_lock use "
                        ` [PATCH 13/16] nfsd: rip out the raparms cache
                          ` [PATCH 14/16] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
                            ` [PATCH 15/16] nfsd: Fix up some unused variable warnings
                              ` [PATCH 16/16] nfsd: Fix the documentation for svcxdr_tmpalloc()

[PATCH 0/6] Mount and superblock notifications [ver #5]
 2019-07-01 14:52 UTC  (5+ messages)
` [PATCH 2/6] Adjust watch_queue documentation to mention mount and superblock watches. "

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-07-01 14:31 UTC  (12+ messages)
` [PATCH v4 2/3] initramfs: read metadata from special file METADATA!!!
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata

[RFC iproute2 1/1] ip: netns: add mounted state file for each netns
 2019-07-01 12:34 UTC  (5+ messages)
` [RFC iproute2 0/1] iproute2 netns mount race issue and solution?

[PATCH] fs: change last_ino type to unsigned long
 2019-07-01 11:21 UTC  (6+ messages)

[PATCH v5 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-07-01 18:32 UTC  (4+ messages)
` [PATCH v5 2/3][v4.9.y] infiniband: fix race condition between infiniband mlx4, mlx5 driver "
` [PATCH v5 3/3] [v4.9.y] coredump: fix race condition between collapse_huge_page() "
` [PATCH v5 0/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() "

[PATCH RFC] iomap: introduce IOMAP_TAIL
 2019-07-01 10:22 UTC  (12+ messages)

[RFC PATCH v3 00/15] Slab Movable Objects (SMO)
 2019-07-01  9:26 UTC  (12+ messages)
` [RFC PATCH v3 14/15] dcache: Implement partial shrink via Slab Movable Objects
            ` shrink_dentry_list() logics change (was Re: [RFC PATCH v3 14/15] dcache: Implement partial shrink via Slab Movable Objects)

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-07-01  8:45 UTC  (2+ messages)

[PATCH] block: fix .bi_size overflow
 2019-07-01  6:46 UTC  (3+ messages)

Project Analysis
 2019-06-30 17:04 UTC 

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-30 15:34 UTC  (3+ messages)

d_lookup: Unable to handle kernel paging request
 2019-06-29 22:56 UTC  (13+ 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).