linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 06:04:15 to 2021-08-17 21:28:38 UTC [more...]

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-08-17 21:28 UTC  (23+ messages)
        ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                ` [PATCH] "

[PATCH v10 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-08-17 21:06 UTC  (25+ messages)
` [PATCH v10 01/14] fs: export rw_verify_area()
` [PATCH v10 02/14] fs: export variant of generic_write_checks without iov_iter
` [PATCH v10 03/14] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v10 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v10 05/14] btrfs: support different disk extent size for delalloc
` [PATCH v10 06/14] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v10 07/14] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v10 08/14] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v10 09/14] btrfs: add BTRFS_IOC_ENCODED_WRITE
` [PATCH v10 10/14] btrfs: add send stream v2 definitions
` [PATCH v10 11/14] btrfs: send: write larger chunks when using stream v2
` [PATCH v10 12/14] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v10 13/14] btrfs: send: send compressed extents with encoded writes
` [PATCH v10 14/14] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v10 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v10 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v10 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v10 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v10 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v10 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v10 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v10 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v10 09/10] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v10 10/10] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH 0/7] add simple copy support
 2021-08-17 20:41 UTC  (17+ messages)
    ` [PATCH 1/7] block: make bio_map_kern() non static
    ` [PATCH 2/7] block: Introduce queue limits for copy-offload support
    ` [PATCH 3/7] block: copy offload support infrastructure
    ` [PATCH 4/7] block: Introduce a new ioctl for simple copy
    ` [PATCH 5/7] block: add emulation "
    ` [PATCH 6/7] nvme: add simple copy support
    ` [PATCH 7/7] dm kcopyd: add simple copy offload support
      ` [dm-devel] "

[PATCH] f2fs: remove broken support for allocating DIO writes
 2021-08-17 20:27 UTC  (12+ messages)

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-17 19:34 UTC  (7+ messages)
` [PATCH] VFS/BTRFS/NFSD: provide more unique inode number for btrfs export

[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
 2021-08-17 19:00 UTC  (31+ messages)
` [PATCH v4 1/8] fuse: add fuse_should_enable_dax() helper
` [PATCH v4 2/8] fuse: Make DAX mount option a tri-state
` [PATCH v4 3/8] fuse: support per-file DAX
` [PATCH v4 4/8] fuse: negotiate if server/client supports "
` [PATCH v4 5/8] fuse: enable "
` [PATCH v4 6/8] fuse: mark inode DONT_CACHE when per-file DAX indication changes
  ` [Virtio-fs] "
` [PATCH v4 7/8] fuse: support changing per-file DAX flag inside guest
` [PATCH v4 8/8] fuse: show '-o dax=inode' option only when FUSE server supports
` [virtiofsd PATCH v4 0/4] virtiofsd: support per-file DAX
  ` [virtiofsd PATCH v4 1/4] virtiofsd: add .ioctl() support
  ` [virtiofsd PATCH v4 2/4] virtiofsd: expand fuse protocol to support per-file DAX
  ` [virtiofsd PATCH v4 3/4] virtiofsd: support per-file DAX negotiation in FUSE_INIT
    ` [Virtio-fs] "
  ` [virtiofsd PATCH v4 4/4] virtiofsd: support per-file DAX in FUSE_LOOKUP
    ` [Virtio-fs] "
  ` [Virtio-fs] [PATCH v4 0/8] fuse,virtiofs: support per-file DAX

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17 18:43 UTC  (25+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-17 16:50 UTC  (12+ messages)
                    ` Removing Mandatory Locks

[syzbot] INFO: task hung in fuse_launder_page
 2021-08-17 16:21 UTC  (3+ messages)

[PATCHi, man-pages] mount_namespaces.7: More clearly explain "locked mounts"
 2021-08-17 15:51 UTC  (5+ messages)

[PATCHSET 0/2] dax: fix broken pmem poison narrative
 2021-08-17 15:46 UTC  (6+ messages)
` [PATCH 1/2] xfs: use DAX block device zeroout for FSDAX file ZERO_RANGE operations
` [PATCH 2/2] ext4: "

[PATCH] fuse: Use kmap_local_page()
 2021-08-17 15:41 UTC 

[PATCH] x86/mm: fix kern_addr_valid to cope with existing but not present entries
 2021-08-17 14:02 UTC  (3+ messages)

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-17 11:01 UTC  (9+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH v2 2/7] kernel/fork: factor out replacing the current MM exe_file
` [PATCH v2 3/7] kernel/fork: always deny write access to "
` [PATCH v2 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH v2 5/7] mm: remove VM_DENYWRITE
` [PATCH v2 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH v2 7/7] fs: update documentation of get_write_access() and friends

[PATCH v6 00/21] File system wide monitoring
 2021-08-17 10:08 UTC  (26+ messages)
` [PATCH v6 04/21] fsnotify: Reserve mark flag bits for backends
` [PATCH v6 05/21] fanotify: Split superblock marks out to a new cache
` [PATCH v6 10/21] fsnotify: Support FS_ERROR event type
` [PATCH v6 12/21] fanotify: Encode invalid file handle when no inode is provided
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event
` [PATCH v6 17/21] fanotify: Report fid info for file related file system errors
` [PATCH v6 18/21] fanotify: Emit generic error info type for error event
` [PATCH v6 19/21] ext4: Send notifications on error
` [PATCH v6 21/21] docs: Document the FAN_FS_ERROR event

[BUG] general protection fault when reading /proc/kcore
 2021-08-17  8:20 UTC  (12+ messages)

mmotm 2021-08-16-22-16 uploaded
 2021-08-17  5:16 UTC 

switch iomap to an iterator model v2
 2021-08-17  2:37 UTC  (12+ messages)
` [PATCH 11/30] iomap: add the new iomap_iter model
  ` [PATCH v2.1 "
` [PATCH 19/30] iomap: switch iomap_bmap to use iomap_iter
  ` [PATCH v2.1 "
` [PATCH 24/30] iomap: remove iomap_apply
  ` [PATCH v2.1 "
` [PATCH 31/30] iomap: move iomap iteration code to iter.c

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-17  1:59 UTC  (11+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 8/9] md: Implement dax_holder_operations

[syzbot] KASAN: use-after-free Read in __d_alloc (2)
 2021-08-17  1:14 UTC  (2+ messages)

[PATCH] docs: fs: Refactor directory-locking.rst for better reading
 2021-08-16 22:26 UTC 

[syzbot] KFENCE: use-after-free in kvm_fastop_exception
 2021-08-16 22:01 UTC  (2+ messages)

[PATCH v4 0/5] virtiofs: propagate sync() to file server
 2021-08-16 19:46 UTC  (7+ messages)
` [PATCH v4 5/5] "

[PATCH v5 00/12] gfs2: Fix mmap + page fault deadlocks
 2021-08-16 19:14 UTC  (3+ messages)

[PATCH v2 0/2] iter revert problems
 2021-08-16 15:35 UTC  (2+ messages)

(no subject)
 2021-08-16 14:21 UTC  (16+ messages)
` [RFC PATCH 1/4] fs/ntfs3: Use new api for mounting
` [RFC PATCH 2/4] fs/ntfs3: Remove unnecesarry mount option noatime
` your mail
  ` [RFC PATCH 0/4] fs/ntfs3: Use new mount api and change some opts

[ANNOUNCE] util-linux v2.37.2
 2021-08-16 13:46 UTC 

[PATCH] fuse: Fix deadlock on open(O_TRUNC)
 2021-08-16 13:16 UTC  (3+ messages)

[PATCH] fs/ntfs3: Use linux/log2 is_power_of_2 function
 2021-08-16 10:37 UTC 

[PATCH v9 00/11] io_uring: add mkdir and [sym]linkat support
 2021-08-16 10:24 UTC  (6+ messages)

fs/binfmt_elf: Integer Overflow vulnerability report
 2021-08-16  6:20 UTC  (2+ messages)

[PATCH v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-08-16  6:03 UTC  (9+ messages)
` [PATCH v7 1/8] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v7 2/8] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v7 3/8] fsdax: Replace mmap entry in case of CoW
` [PATCH v7 4/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v7 5/8] iomap: Introduce iomap_iter2 for two files
` [PATCH v7 6/8] fsdax: Dedup file range to use a compare function
` [PATCH v7 7/8] fsdax: Introduce dax_iomap_ops for end of reflink
` [PATCH v7 8/8] fs/xfs: Add dax dedupe support


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