linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-03 00:37:35 to 2019-07-08 01:15:57 UTC [more...]

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-08  1:15 UTC  (12+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 02/10] procfs: switch magic-link modes to be more sane
` [PATCH v9 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [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 v9 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v9 07/10] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v9 08/10] open: openat2(2) syscall
` [PATCH v9 09/10] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v9 10/10] selftests: add openat2(2) selftests

RFC: use the iomap writepage path in gfs2
 2019-07-08  0:01 UTC  (3+ messages)

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

[RFC] dget_parent() misuse in xfs_filestream_get_parent()
 2019-07-07 23:22 UTC  (2+ messages)

[RFC][PATCHES] (hopefully) saner refcounting for mountpoint dentries
 2019-07-07 22:41 UTC  (10+ messages)
` [PATCH 1/6] __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore
  ` [PATCH 2/6] fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()
  ` [PATCH 3/6] Teach shrink_dcache_parent() to cope with mixed-filesystem shrink lists
  ` [PATCH 4/6] make struct mountpoint bear the dentry reference to mountpoint, not struct mount
  ` [PATCH 5/6] get rid of detach_mnt()
  ` [PATCH 6/6] switch the remnants of releasing the mountpoint away from fs_pin

[PATCH 0/3] f2fs: use generic helpers for FS_IOC_{SETFLAGS,FSSETXATTR}
 2019-07-07 20:42 UTC  (10+ 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 v6 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-07 18:54 UTC  (13+ messages)
` [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [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 3.16 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-07-07 18:13 UTC  (3+ messages)

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

mmotm 2019-07-06-22-00 uploaded
 2019-07-07  5:00 UTC 

[git pull] fix bogus default y in Kconfig (VALIDATE_FS_PARSER)
 2019-07-06 17:40 UTC  (2+ messages)

[BUG] mke2fs produces corrupt filesystem if badblock list contains a block under 251
 2019-07-06  4:02 UTC  (12+ messages)
          ` Question about ext4 testing: need to produce a high depth extent tree to verify mapping code

[PATCH v2] fs: Fix the default values of i_uid/i_gid on /proc/sys inodes
 2019-07-05 22:56 UTC  (4+ messages)

[GIT PULL] afs: Miscellany for 5.3
 2019-07-05 21:45 UTC 

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-07-05 21:30 UTC 

[PATCH v6 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-05 20:48 UTC  (24+ 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] dax: Fix missed PMD wakeups
 2019-07-05 20:47 UTC  (14+ messages)

[PATCH 0/4] bring parisc linux into the modern age by adding ext4 support to the bootloader
 2019-07-05 20:17 UTC  (5+ messages)
` [PATCH 1/4] iplboot: eliminate unused struct bootfs
` [PATCH 2/4] iplboot: update the ext2_fs.h header
` [PATCH 3/4] iplboot: add ext4 support
` [PATCH 4/4] palo: add support for formatting as ext4

[vfs:next-merge-candidate 54/91] init/do_mounts.c:388:30: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2019-07-05 20:11 UTC 

[PATCH 0/9] Keyrings, Block and USB notifications [ver #5]
 2019-07-05 14:40 UTC  (15+ 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 "

[PATCH] vfs: move_mount: reject moving kernel internal mounts
 2019-07-05 13:02 UTC  (11+ messages)
` general protection fault in do_move_mount (2)
        ` move_mount.2

mmotm 2019-07-04-15-01 uploaded
 2019-07-05  5:29 UTC  (13+ messages)
` mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)
` mmotm 2019-07-04-15-01 uploaded (mm/vmscan.c)

[git pull] do_move_mount() fix
 2019-07-05  2:55 UTC  (2+ messages)

[vfs:work.dcache 4/11] fs//ceph/dir.c:1258:33: error: expected identifier before '&' token
 2019-07-04 22:49 UTC 

[PATCH] erofs: promote erofs from staging
 2019-07-04 16:46 UTC  (5+ messages)

[PATCH] filesystem-dax: Disable PMD support
 2019-07-04 16:40 UTC  (19+ messages)

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

[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 

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

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

[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

kernel panic: corrupted stack end in dput
 2019-07-03 16:14 UTC  (4+ 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/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)

general protection fault in do_move_mount (2)
 2019-06-18 14:02 UTC  (2+ 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).