linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-03 15:41:18 to 2019-09-05 02:10:23 UTC [more...]

[PATCH 0/2] Btrfs: add interface for writing compressed extents directly
 2019-09-05  2:10 UTC  (4+ messages)
` [PATCH 1/2] fs: export rw_verify_area()
` [PATCH 2/2] btrfs: add ioctl for directly writing compressed data

[PATCH v6 00/24] erofs: promote erofs from staging
 2019-09-05  1:03 UTC  (40+ messages)
` [PATCH 00/21] erofs: patchset addressing Christoph's comments
  ` [PATCH v2 00/25] "
    ` [PATCH v2 01/25] erofs: remove all the byte offset comments
    ` [PATCH v2 02/25] erofs: on-disk format should have explicitly assigned numbers
    ` [PATCH v2 03/25] erofs: some macros are much more readable as a function
    ` [PATCH v2 04/25] erofs: kill __packed for on-disk structures
    ` [PATCH v2 05/25] erofs: update erofs_inode_is_data_compressed helper
    ` [PATCH v2 06/25] erofs: use feature_incompat rather than requirements
    ` [PATCH v2 07/25] erofs: better naming for erofs inode related stuffs
    ` [PATCH v2 08/25] erofs: kill erofs_{init,exit}_inode_cache
    ` [PATCH v2 09/25] erofs: use erofs_inode naming
    ` [PATCH v2 10/25] erofs: update erofs_fs.h comments
    ` [PATCH v2 11/25] erofs: update comments in inode.c
    ` [PATCH v2 12/25] erofs: better erofs symlink stuffs
    ` [PATCH v2 13/25] erofs: use dsb instead of layout for ondisk super_block
    ` [PATCH v2 14/25] erofs: kill verbose debug info in erofs_fill_super
    ` [PATCH v2 15/25] erofs: localize erofs_grab_bio()
    ` [PATCH v2 16/25] erofs: kill prio and nofail of erofs_get_meta_page()
    ` [PATCH v2 17/25] erofs: kill __submit_bio()
    ` [PATCH v2 18/25] erofs: add "erofs_" prefix for common and short functions
    ` [PATCH v2 19/25] erofs: kill all erofs specific fault injection
    ` [PATCH v2 20/25] erofs: kill use_vmap module parameter
    ` [PATCH v2 21/25] erofs: save one level of indentation
    ` [PATCH v2 22/25] erofs: rename errln/infoln/debugln to erofs_{err,info,dbg}
    ` [PATCH v2 23/25] erofs: use read_mapping_page instead of sb_bread
    ` [PATCH v2 24/25] erofs: always use iget5_locked
    ` [PATCH v2 25/25] erofs: use read_cache_page_gfp for erofs_get_meta_page

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-04 23:44 UTC  (25+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
` [PATCH v12 02/12] clone3: switch to copy_struct_from_user()
` [PATCH v12 03/12] sched_setattr: switch to copy_struct_{to,from}_user()
` [PATCH v12 04/12] perf_event_open: switch to copy_struct_from_user()
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 06/12] procfs: switch magic-link modes to be more sane
` [PATCH v12 07/12] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v12 08/12] namei: O_BENEATH-style path resolution flags
` [PATCH v12 09/12] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v12 11/12] open: openat2(2) syscall
` [PATCH v12 12/12] selftests: add openat2(2) selftests

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-09-04 23:12 UTC  (8+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease

[PATCH 00/11] Keyrings, Block and USB notifications [ver #8]
 2019-09-04 22:28 UTC  (13+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks "

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-09-04 22:25 UTC  (11+ messages)

"beyond 2038" warnings from loopback mount is noisy
 2019-09-04 20:56 UTC  (22+ messages)
      ` [PATCH] ext4: Reduce ext4 timestamp warnings

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-04 19:31 UTC  (13+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCH v4 00/16] virtio-fs: shared file system for virtual machines
 2019-09-04 18:58 UTC  (5+ messages)
` [PATCH v4 15/16] virtio-fs: add virtiofs filesystem

[PATCH] fuse: reserve byteswapped init opcodes
 2019-09-04 18:53 UTC  (3+ messages)

[PATCH RFC V5] fs: New zonefs file system
 2019-09-04 18:15 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 68494b8e248f
 2019-09-04 18:11 UTC 

iomap_dio_rw ->end_io improvements
 2019-09-04 17:45 UTC  (10+ messages)
` [PATCH 2/2] iomap: move the iomap_dio_rw ->end_io callback into a structure

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-09-04 16:54 UTC  (11+ messages)

[PATCH 0/2] udf: Verify domain identifier
 2019-09-04 16:22 UTC  (4+ messages)
` [PATCH 1/2] udf: Verify domain identifier fields

[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
 2019-09-04 15:54 UTC  (9+ messages)

[PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] [ver #7]
 2019-09-04 15:17 UTC  (25+ messages)
` [PATCH 00/11] Keyrings, Block and USB notifications "
  ` [PATCH 06/11] Add a general, global device notification watch list "
  ` [PATCH 08/11] usb: Add USB subsystem notifications "
  ` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "

[RFC] - vfs: Null pointer dereference issue with symlink create and read of symlink
 2019-09-04 14:39 UTC  (4+ messages)

possible deadlock in io_submit_one (2)
 2019-09-04 14:29 UTC  (4+ messages)
  ` [PATCH] fuse: disable irqs for fuse_iqueue::waitq.lock

[PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
 2019-09-04 14:02 UTC  (6+ messages)

"fs/namei.c: keep track of nd->root refcount status" causes boot panic
 2019-09-04 12:39 UTC  (10+ messages)

[PATCH] fuse: fix memleak in cuse_channel_open
 2019-09-04  8:46 UTC  (2+ messages)

[PATCH v5 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-09-04  8:28 UTC  (16+ messages)
` [PATCH v5 1/2] mm: Allow the page cache to allocate large pages
` [PATCH v5 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[fs/namei.c] e013ec23b8: WARNING:at_fs/dcache.c:#dentry_free
 2019-09-04  6:52 UTC  (2+ messages)
  ` [LKP] "

Possible FS race condition between iterate_dir and d_alloc_parallel
 2019-09-04  6:15 UTC  (4+ messages)

[PATCH v2] xfsprogs: io/copy_range: cover corner case (fd_in == fd_out)
 2019-09-04  3:24 UTC  (3+ messages)
  `  "

[PATCH] xfsprogs: io/copy_range: cover corner case (fd_in == fd_out)
 2019-09-04  3:30 UTC  (5+ messages)
        `  "

[PATCH V4] fs: New zonefs file system
 2019-09-04  2:14 UTC  (6+ messages)

[QUESTION] `FUSE_3.1' not found error when calling fuse_new()
 2019-09-04  0:45 UTC  (2+ messages)

[PATCH v2 1/3] fuse: on 64-bit store time in d_fsdata directly
 2019-09-03 21:08 UTC  (2+ messages)

[PATCH v2 00/26] nfs: Mount API conversion
 2019-09-03 20:32 UTC  (27+ messages)
` [PATCH v2 01/26] saner calling conventions for nfs_fs_mount_common()
` [PATCH v2 02/26] nfs: stash server into struct nfs_mount_info
` [PATCH v2 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v2 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v2 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v2 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v2 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v2 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v2 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v2 10/26] nfs: merge xdev and remote file_system_type
` [PATCH v2 11/26] nfs: unexport nfs_fs_mount_common()
` [PATCH v2 12/26] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v2 13/26] nfs: get rid of mount_info ->fill_super()
` [PATCH v2 14/26] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v2 15/26] nfs: get rid of ->set_security()
` [PATCH v2 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v2 17/26] NFS: Constify mount argument match tables
` [PATCH v2 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v2 19/26] NFS: Split nfs_parse_mount_options()
` [PATCH v2 20/26] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v2 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v2 22/26] NFS: Do some tidying of the parsing code
` [PATCH v2 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v2 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v2 25/26] NFS: Add fs_context support
` [PATCH v2 26/26] NFS: Attach supplementary error information to fs_context

[PATCH] fanotify: remove always false comparison in copy_fid_to_user
 2019-09-03 20:10 UTC  (3+ messages)

[PATCH] unicode: Move static keyword to the front of declarations
 2019-09-03 19:52 UTC  (2+ messages)

kernel BUG at ./include/linux/highmem.h:LINE!
 2019-09-03 19:05 UTC 

[PATCH v4 1/6] x86,s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
 2019-09-03 18:53 UTC  (3+ messages)
` [PATCH v4 1/6] x86, s390: "

[PATCH] sysctl: Inline braces for ctl_table and ctl_table_header
 2019-09-03 15:49 UTC 

[PATCH 06/11] Add a general, global device notification watch list [ver #7]
 2019-09-03  8:34 UTC 


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