public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-19 05:23:13 to 2019-10-23 07:11:54 UTC [more...]

[PATCH] Add prctl support for controlling PF_MEMALLOC V2
 2019-10-23  7:11 UTC  (8+ messages)

[PATCH v5 00/12] ext4: port direct I/O to iomap infrastructure
 2019-10-23  6:51 UTC  (41+ messages)
` [PATCH v5 01/12] ext4: move set iomap routines into separate helper ext4_set_iomap()
` [PATCH v5 02/12] ext4: iomap that extends beyond EOF should be marked dirty
` [PATCH v5 03/12] ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper
` [PATCH v5 04/12] ext4: introduce new callback for IOMAP_REPORT
` [PATCH v5 05/12] iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()
` [PATCH v5 06/12] xfs: Use iomap_dio_rw_wait()
` [PATCH v5 07/12] ext4: introduce direct I/O read using iomap infrastructure
` [PATCH v5 08/12] ext4: update direct I/O read to do trylock in IOCB_NOWAIT cases
` [PATCH v5 09/12] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v5 12/12] ext4: introduce direct I/O write using iomap infrastructure
` [PATCH v5 11/12] ext4: reorder map->m_flags checks in ext4_set_iomap()
` [PATCH v5 10/12] ext4: move inode extension check out from ext4_iomap_alloc()

[PATCH -next] virtiofs: remove unused variable 'fc'
 2019-10-23  6:21 UTC 

[PATCH man-pages] Document encoded I/O
 2019-10-23  6:06 UTC  (24+ messages)
` [RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
  ` [RFC PATCH v2 1/5] fs: add O_ENCODED open flag
  ` [RFC PATCH v2 2/5] fs: add RWF_ENCODED for reading/writing compressed data
  ` [RFC PATCH v2 5/5] btrfs: implement RWF_ENCODED writes

[PATCH 0/8] staging: exfat: Code cleanups
 2019-10-23  5:27 UTC  (9+ messages)
` [PATCH 1/8] staging: exfat: Clean up namespace pollution, part 1
` [PATCH 2/8] staging: exfat: Remove FAT/VFAT mount support, "
` [PATCH 3/8] staging: exfat: Remove FAT/VFAT mount support, part 2
` [PATCH 4/8] staging: exfat: Cleanup static entries in exfat.h
` [PATCH 5/8] staging: exfat: Clean up static definitions in exfat_cache.c
` [PATCH 6/8] staging: exfat: More static cleanups for exfat_core.c
` [PATCH 7/8] staging: exfat: Finished code movement for static cleanups in exfat_core.c
` [PATCH 8/8] staging: exfat: Update TODO

[PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-10-23  3:33 UTC  (3+ messages)
` [PATCH v2 1/2] fs/buffer.c: support fscrypt in block_read_full_page()
` [PATCH v2 2/2] ext4: Enable encryption for subpage-sized blocks

[PATCH v6 00/43] compat_ioctl: remove most of fs/compat_ioctl.c
 2019-10-23  3:17 UTC  (10+ messages)
` [PATCH v6 10/43] compat_ioctl: move rtc handling into rtc-dev.c
  ` [Y2038] "
` [PATCH v6 11/43] compat_ioctl: move drivers to compat_ptr_ioctl

[PATCH] hugetlbfs: add O_TMPFILE support
 2019-10-23  2:55 UTC  (6+ messages)

[PATCH] virtiofs: Remove set but not used variable 'fc'
 2019-10-23  2:02 UTC 

Is rename(2) atomic on FAT?
 2019-10-23  0:10 UTC  (4+ messages)

mmotm 2019-10-22-17-07 uploaded
 2019-10-23  0:07 UTC 

INFO: task hung in d_alloc_parallel (2)
 2019-10-22 22:44 UTC 

[PATCH RESEND 1/1] vfs: Really check for inode ptr in lookup_fast
 2019-10-22 20:11 UTC  (6+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-22 20:06 UTC  (13+ messages)
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[PATCH] fs: exFAT read-only driver GPL implementation by Paragon Software
 2019-10-22 17:13 UTC  (11+ messages)
  ` [PATCH] "

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-22 16:51 UTC  (14+ messages)
` [PATCH 1/5] fs/stat: Define DAX statx attribute
` [PATCH 2/5] fs/xfs: Isolate the physical DAX flag from effective
` [PATCH 3/5] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [PATCH 4/5] fs/xfs: Clean up DAX support check
` [PATCH 5/5] fs/xfs: Allow toggle of physical DAX flag

[PATCH 0/3] fscrypt: support for inline-encryption-optimized policies
 2019-10-22 16:43 UTC  (11+ messages)
` [PATCH 1/3] fscrypt: add "
` [PATCH 2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies
` [PATCH 3/3] f2fs: "

[PATCH] aio: Fix io_pgetevents() struct __compat_aio_sigset layout
 2019-10-22 12:45 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH v2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-22  8:15 UTC  (6+ messages)

[PATCH v2] fs/dax: Fix pmd vs pte conflict detection
 2019-10-22  7:27 UTC  (2+ messages)

[LTP] [PATCH v2] syscalls/copy_file_range02: skip if cross-fs isn't supported
 2019-10-22  6:13 UTC 

xfs COW cleanups v3
 2019-10-22  1:45 UTC  (14+ messages)
` [PATCH 01/12] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 02/12] xfs: remove xfs_reflink_dirty_extents
` [PATCH 03/12] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 04/12] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 05/12] xfs: fill out the srcmap in iomap_begin
` [PATCH 06/12] xfs: factor out a helper to calculate the end_fsb
` [PATCH 07/12] xfs: split out a new set of read-only iomap ops
` [PATCH 08/12] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 09/12] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 10/12] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 11/12] xfs: cleanup xfs_direct_write_iomap_begin
` [PATCH 12/12] xfs: improve the IOMAP_NOWAIT check for COW inodes

[ANNOUNCE] xfs-linux: iomap-for-next updated to c039b9979272
 2019-10-22  1:42 UTC 

Mysterious fs ioctl
 2019-10-22  1:22 UTC 

[Project Quota]file owner could change its project ID?
 2019-10-21 23:35 UTC  (10+ messages)

[vfs:fixes 2/2] fs/aio.c:2196:38: note: in expansion of macro 'NULL'
 2019-10-21 22:49 UTC 

[PATCH] docs: ioctl-number: document fscrypt ioctl numbers
 2019-10-21 20:29 UTC  (2+ messages)

[PATCH] proc: fix inode uid/gid writeback race
 2019-10-21 18:32 UTC  (4+ messages)

[RESEND trivial] fs: Fix Kconfig indentation
 2019-10-21 17:29 UTC 

[PATCH] fs: proc: Clarify warnings for invalid proc dir names
 2019-10-21 17:29 UTC  (2+ messages)

[PATCH] fs/dax: Fix pmd vs pte conflict detection
 2019-10-21 14:44 UTC  (7+ messages)

[PATCH] cramfs: fix usage on non-MTD device
 2019-10-21 14:04 UTC  (3+ messages)

[PATCH 0/5] virtiofs: Fix couple of deadlocks
 2019-10-21 13:58 UTC  (8+ messages)
` [PATCH 1/5] virtiofs: Do not end request in submission context
` [PATCH 5/5] virtiofs: Retry request submission from worker context

mmotm 2019-10-18-22-40 uploaded
 2019-10-19 17:47 UTC  (2+ messages)

[PATCH v4] splice: only read in as much information as there is pipe buffer space
 2019-10-19 16:11 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to b7b293bdaaf4
 2019-10-19  8:13 UTC  (2+ messages)

KASAN: use-after-free Read in fuse_request_end
 2019-10-19  5:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox