linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 22:26:49 to 2021-07-30 08:11:55 UTC [more...]

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-07-30  8:11 UTC  (17+ messages)
` [PATCH v27 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v27 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v27 03/10] fs/ntfs3: Add bitmap
` [PATCH v27 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v27 05/10] fs/ntfs3: Add attrib operations
` [PATCH v27 06/10] fs/ntfs3: Add compression
` [PATCH v27 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v27 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v27 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v27 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-07-30  8:09 UTC  (16+ messages)
` [PATCH 01/16] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [PATCH 02/16] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
` [PATCH 03/16] huge tmpfs: remove shrinklist addition from shmem_setattr()
` [PATCH 04/16] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [PATCH 05/16] huge tmpfs: move shmem_huge_enabled() upwards
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 07/16] memfd: memfd_create(name, MFD_HUGEPAGE) for shmem huge pages
` [PATCH 08/16] huge tmpfs: fcntl(fd, F_HUGEPAGE) and fcntl(fd, F_NOHUGEPAGE)
` [PATCH 09/16] huge tmpfs: decide stat.st_blksize by shmem_is_huge()
` [PATCH 10/16] tmpfs: fcntl(fd, F_MEM_LOCK) to memlock a tmpfs file
` [PATCH 11/16] tmpfs: fcntl(fd, F_MEM_LOCKED) to test if memlocked
` [PATCH 12/16] tmpfs: refuse memlock when fallocated beyond i_size
` [PATCH 13/16] mm: bool user_shm_lock(loff_t size, struct ucounts *)
` [PATCH 14/16] mm: user_shm_lock(,,getuc) and user_shm_unlock(,,putuc)
` [PATCH 15/16] tmpfs: permit changing size of memlocked file

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-07-30  7:59 UTC  (71+ messages)
` [PATCH 07/11] exportfs: Allow filehandle lookup to cross internal mount points
` [PATCH 04/11] VFS: export lookup_mnt()
` [PATCH 01/11] VFS: show correct dev num in mountinfo
` [PATCH 03/11] VFS: pass lookup_flags into follow_down()
` [PATCH 06/11] nfsd: include a vfsmount in struct svc_fh
` [PATCH 11/11] btrfs: use automount to bind-mount all subvol roots
  ` [RFC PATCH] btrfs: btrfs_mountpoint_expiry_timeout can be static
` [PATCH 10/11] btrfs: introduce mapping function from location to inum
` [PATCH 02/11] VFS: allow d_automount to create in-place bind-mount
` [PATCH 09/11] nfsd: Allow filehandle lookup to cross internal mount points
` [PATCH 08/11] nfsd: change get_parent_attributes() to nfsd_get_mounted_on()
` [PATCH 05/11] VFS: new function: mount_is_internal()

[PATCH v3 0/5] Add pidfd support to the fanotify API
 2021-07-30  5:03 UTC  (13+ messages)
` [PATCH v3 5/5] fanotify: add "

[PATCH v3 0/3] support booting of arbitrary non-blockdevice file systems
 2021-07-30  0:57 UTC  (4+ messages)
` [PATCH v3 3/3] fs: simplify get_filesystem_list / get_all_fs_names

[PATCH 0/1] Revert change in pipe reader wakeup behavior
 2021-07-29 23:01 UTC  (3+ messages)
` [PATCH 1/1] fs: pipe: wakeup readers everytime new data written is to pipe

RFC: switch iomap to an iterator model
 2021-07-29 20:33 UTC  (2+ messages)

[PATCH v2] iomap: Support inline data with block size < page size
 2021-07-29 17:26 UTC  (4+ messages)

MTD: How to get actual image size from MTD partition
 2021-07-29 17:11 UTC  (15+ messages)

[PATCH 5.10] io_uring: fix null-ptr-deref in io_sq_offload_start()
 2021-07-29 17:05 UTC 

[PATCH] fs: reduce pointers while using file_ra_state_init()
 2021-07-29 16:08 UTC  (5+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-29 14:24 UTC  (18+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "

[PATCH v14 000/138] Memory folios
 2021-07-29 13:39 UTC  (4+ messages)
` [PATCH v14 049/138] mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()

[PATCH v6 0/2] init/initramfs.c: make initramfs support pivot_root
 2021-07-29 13:25 UTC  (12+ messages)
` [PATCH v6 2/2] init/do_mounts.c: create second mount for initramfs

[PATCH v10 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-07-29  9:57 UTC  (20+ messages)
` [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v10 02/17] file: Export receive_fd() to modules
` [PATCH v10 03/17] vdpa: Fix code indentation
` [PATCH v10 04/17] vdpa: Fail the vdpa_reset() if fail to set device status to zero
` [PATCH v10 05/17] vhost-vdpa: Fail the vhost_vdpa_set_status() on reset failure
` [PATCH v10 06/17] vhost-vdpa: Handle the failure of vdpa_reset()
` [PATCH v10 07/17] virtio: Don't set FAILED status bit on device index allocation failure
` [PATCH v10 08/17] virtio_config: Add a return value to reset function
` [PATCH v10 09/17] virtio-vdpa: Handle the failure of vdpa_reset()
` [PATCH v10 10/17] virtio: Handle device reset failure in register_virtio_device()
` [PATCH v10 11/17] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v10 12/17] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v10 13/17] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v10 14/17] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v10 15/17] vduse: Implement an MMU-based software IOTLB
` [PATCH v10 16/17] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v10 17/17] Documentation: Add documentation for VDUSE

[RFC PATCH v2 1/3] misc_cgroup: add support for nofile limit
 2021-07-29  6:37 UTC  (9+ messages)

mmotm 2021-07-28-18-24 uploaded
 2021-07-29  1:25 UTC 

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-29  0:26 UTC  (11+ messages)
` [PATCH 3/9] f2fs: rework write preallocations

[syzbot] possible deadlock in iter_file_splice_write (2)
 2021-07-28 20:57 UTC  (3+ messages)

[PATCH] lib/string: Bring optimized memcmp from glibc
 2021-07-28 20:12 UTC  (2+ messages)

[PATCH v5 0/5] block: add a sequence number to disks
 2021-07-28 19:22 UTC  (4+ messages)

[GIT PULL] ext2 and reiserfs fixes for 5.14-rc4
 2021-07-28 17:48 UTC  (2+ messages)

[PATCH v26 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-07-28 16:23 UTC 

[PATCH] sched/uclamp: Introduce a method to transform UCLAMP_MIN into BOOST
 2021-07-28 15:34 UTC  (8+ messages)

[PATCH -next] filesystems/locking: fix Malformed table warning
 2021-07-28 13:20 UTC  (3+ messages)

[Cluster-devel] [GFS2 PATCH 10/10] gfs2: replace sd_aspace with sd_inode
 2021-07-28 13:16 UTC 

[vfs PATCH 0/2] Fix gfs2 setattr bug
 2021-07-28 13:14 UTC  (4+ messages)
` [vfs PATCH 1/2] fs: Move notify_change permission checks into may_setattr
` [vfs PATCH 2/2] gfs2: Switch to may_setattr in gfs2_setattr

FAN_REPORT_CHILD_FID
 2021-07-28  9:51 UTC  (12+ messages)

[PATCH] f2fs: remove broken support for allocating DIO writes
 2021-07-28  1:51 UTC 

[PATCH v2 4/4] fuse: support changing per-file DAX flag inside guest
 2021-07-28  0:39 UTC 

[syzbot] possible deadlock in pipe_lock (5)
 2021-07-27 23:57 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).