linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-02 02:24:56 to 2019-08-05 00:23:35 UTC [more...]

[PATCH v2 0/13] Btrfs iomap
 2019-08-05  0:11 UTC  (21+ messages)
` [PATCH 01/13] iomap: Use a IOMAP_COW/srcmap for a read-modify-write I/O
` [PATCH 02/13] iomap: Read page from srcmap for IOMAP_COW
` [PATCH 03/13] btrfs: Eliminate PagePrivate for btrfs data pages
` [PATCH 04/13] btrfs: Add a simple buffered iomap write
` [PATCH 05/13] btrfs: Add CoW in iomap based writes
` [PATCH 06/13] btrfs: remove buffered write code made unnecessary
` [PATCH 07/13] btrfs: basic direct read operation
` [PATCH 08/13] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 09/13] btrfs: Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 10/13] iomap: use a function pointer for dio submits
` [PATCH 11/13] btrfs: Use iomap_dio_rw for performing direct I/O writes
` [PATCH 12/13] btrfs: Remove btrfs_dio_data and __btrfs_direct_write
` [PATCH 13/13] btrfs: update inode size during bio completion

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-08-04 23:55 UTC  (4+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (41+ messages)
` [PATCH 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH 03/34] net/ceph: "
` [PATCH 04/34] x86/kvm: "
` [PATCH 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH 07/34] drm/radeon: "
` [PATCH 09/34] media/v4l2-core/mm: "
` [PATCH 10/34] genwqe: "
` [PATCH 11/34] scif: "
` [PATCH 12/34] vmci: "
` [PATCH 14/34] oradax: "
` [PATCH 15/34] staging/vc04_services: "
` [PATCH 16/34] drivers/tee: "
` [PATCH 17/34] vfio: "
` [PATCH 20/34] xen: "
` [PATCH 26/34] mm/gup_benchmark.c: "
` [PATCH 31/34] nfs: "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 22:49 UTC  (35+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH v2 03/34] net/ceph: "
` [PATCH v2 04/34] x86/kvm: "
` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 07/34] drm/radeon: "
` [PATCH v2 08/34] media/ivtv: "
` [PATCH v2 09/34] media/v4l2-core/mm: "
` [PATCH v2 10/34] genwqe: "
` [PATCH v2 11/34] scif: "
` [PATCH v2 12/34] vmci: "
` [PATCH v2 13/34] rapidio: "
` [PATCH v2 14/34] oradax: "
` [PATCH v2 15/34] staging/vc04_services: "
` [PATCH v2 16/34] drivers/tee: "
` [PATCH v2 17/34] vfio: "
` [PATCH v2 18/34] fbdev/pvr2fb: "
` [PATCH v2 19/34] fsl_hypervisor: "
` [PATCH v2 20/34] xen: "
` [PATCH v2 21/34] fs/exec.c: "
` [PATCH v2 22/34] orangefs: "
` [PATCH v2 23/34] uprobes: "
` [PATCH v2 24/34] futex: "
` [PATCH v2 25/34] mm/frame_vector.c: "
` [PATCH v2 26/34] mm/gup_benchmark.c: "
` [PATCH v2 27/34] mm/memory.c: "
` [PATCH v2 28/34] mm/madvise.c: "
` [PATCH v2 29/34] mm/process_vm_access.c: "
` [PATCH v2 30/34] crypt: "
` [PATCH v2 31/34] fs/nfs: "
` [PATCH v2 32/34] goldfish_pipe: "
` [PATCH v2 33/34] kernel/events/core.c: "
` [PATCH v2 34/34] fs/binfmt_elf: "

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-04 21:37 UTC  (24+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 02/24] shrinkers: use will_defer for GFP_NOFS sensitive shrinkers
` [PATCH 03/24] mm: factor shrinker work calculations
` [PATCH 04/24] shrinker: defer work only to kswapd
` [PATCH 09/24] xfs: don't allow log IO to be throttled
` [PATCH 16/24] xfs: Lower CIL flush limit for large logs

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-08-04 14:59 UTC  (3+ messages)
` [PATCH 2/6] iomap: copy the xfs writeback code to iomap.c

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-04  9:42 UTC  (14+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
          ` [f2fs-dev] "
` [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
      ` [f2fs-dev] "

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-08-03 22:27 UTC  (4+ messages)
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[GIT PULL] xfs: cleanups for 5.3-rc3
 2019-08-03 21:07 UTC  (4+ messages)

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-03 20:24 UTC  (17+ messages)
` [PATCH 09/20] ext4: Initialize timestamps limits
` [PATCH 19/20] pstore: fs superblock limits

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

[PATCH] iomap: Fix trivial typo
 2019-08-03 16:34 UTC  (2+ messages)

KASAN: use-after-free Read in blkdev_direct_IO
 2019-08-03  7:43 UTC  (2+ messages)

[PATCH] Fix cuse ENOMEM ioctl breakage in 4.20.0
 2019-08-03  6:47 UTC  (6+ messages)

[PATCH v3 0/8] Inline Encryption Support
 2019-08-02 20:51 UTC  (5+ messages)
` [PATCH 2/8] block: Add encryption context to struct bio
` [PATCH 3/8] block: blk-crypto for Inline Encryption

[PATCH] dax: dax_layout_busy_page() should not unmap cow pages
 2019-08-02 19:37 UTC  (2+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-02 19:33 UTC  (4+ messages)

[PATCH 0/3] Fuse definitions for virtiofs
 2019-08-02 17:15 UTC  (4+ messages)
` [PATCH 1/3] fuse: Add 'setupmapping'
` [PATCH 2/3] fuse: add 'removemapping'
` [PATCH 3/3] fuse: Add map_alignment for setup/remove mapping

[patch V2 0/7] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-08-02 15:29 UTC  (10+ messages)
` [patch V2 6/7] fs/jbd2: Make state lock a spinlock

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-08-02 15:29 UTC  (16+ messages)
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[RFC 0/2] iomap & xfs support for large pages
 2019-08-02 14:54 UTC  (8+ messages)
` [PATCH 1/2] iomap: Support "

[PATCH AUTOSEL 5.2 68/76] sched/fair: Don't free p->numa_faults with concurrent readers
 2019-08-02 13:19 UTC 

[PATCH AUTOSEL 4.19 38/42] sched/fair: Don't free p->numa_faults with concurrent readers
 2019-08-02 13:22 UTC 

[PATCH AUTOSEL 4.14 28/30] sched/fair: Don't free p->numa_faults with concurrent readers
 2019-08-02 13:24 UTC 

[PATCH v6 00/24] erofs: promote erofs from staging
 2019-08-02 12:53 UTC  (25+ messages)
` [PATCH v6 01/24] erofs: add on-disk layout
` [PATCH v6 02/24] erofs: add erofs in-memory stuffs
` [PATCH v6 03/24] erofs: add super block operations
` [PATCH v6 04/24] erofs: add raw address_space operations
` [PATCH v6 05/24] erofs: add inode operations
` [PATCH v6 06/24] erofs: support special inode
` [PATCH v6 07/24] erofs: add directory operations
` [PATCH v6 08/24] erofs: add namei functions
` [PATCH v6 09/24] erofs: support tracepoint
` [PATCH v6 10/24] erofs: update Kconfig and Makefile
` [PATCH v6 11/24] erofs: introduce xattr & posixacl support
` [PATCH v6 12/24] erofs: introduce tagged pointer
` [PATCH v6 13/24] erofs: add compression indexes support
` [PATCH v6 14/24] erofs: introduce superblock registration
` [PATCH v6 15/24] erofs: introduce erofs shrinker
` [PATCH v6 16/24] erofs: introduce workstation for decompression
` [PATCH v6 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v6 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v6 19/24] erofs: add erofs_allocpage()
` [PATCH v6 20/24] erofs: introduce generic decompression backend
` [PATCH v6 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v6 22/24] erofs: introduce the decompression frontend
` [PATCH v6 23/24] erofs: introduce cached decompression
` [PATCH v6 24/24] erofs: add document

UDF filesystem image with Write-Once UDF Access Type
 2019-08-02 10:28 UTC  (5+ messages)

[PATCH v5 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-08-02  7:51 UTC  (2+ messages)

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-02  7:37 UTC  (13+ messages)

[RFC] configfs_unregister_group() API
 2019-08-02  6:52 UTC  (3+ messages)

Bug#921146: Program mksquashfs from squashfs-tools 1:4.3-11 does not make use all CPU cores
 2019-08-02  6:50 UTC  (5+ 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).