linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-17 02:37:45 to 2019-10-21 23:46:19 UTC [more...]

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-21 23:46 UTC  (11+ 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

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

[PATCH] aio: Fix io_pgetevents() struct __compat_aio_sigset layout
 2019-10-21 22:51 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH 0/3] fscrypt: support for inline-encryption-optimized policies
 2019-10-21 23:03 UTC  (4+ messages)
` [PATCH 1/3] fscrypt: add "
` [PATCH 2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies
` [PATCH 3/3] f2fs: "

[PATCH] Add prctl support for controlling PF_MEMALLOC V2
 2019-10-21 22:52 UTC  (2+ messages)

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

[PATCH v5 00/12] ext4: port direct I/O to iomap infrastructure
 2019-10-21 22:38 UTC  (25+ 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()

Is rename(2) atomic on FAT?
 2019-10-21 21:44 UTC  (2+ messages)

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

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

[RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
 2019-10-21 19:07 UTC  (28+ messages)
` [PATCH man-pages] Document encoded I/O
` [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 3/5] btrfs: generalize btrfs_lookup_bio_sums_dio()
` [RFC PATCH v2 4/5] btrfs: implement RWF_ENCODED reads
` [RFC PATCH v2 5/5] btrfs: implement RWF_ENCODED writes

[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] hugetlbfs: add O_TMPFILE support
 2019-10-21 17:17 UTC  (4+ messages)

[PATCH v2] fs/dax: Fix pmd vs pte conflict detection
 2019-10-21 16:29 UTC 

[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

[PATCH] fs: exFAT read-only driver GPL implementation by Paragon Software
 2019-10-21 12:01 UTC  (10+ messages)

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 

xfs COW cleanups v3
 2019-10-19 14:44 UTC  (13+ 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 b7b293bdaaf4
 2019-10-19  8:13 UTC  (2+ messages)

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

[PATCH 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-10-19  3:16 UTC  (4+ messages)
` [PATCH 1/2] fs/buffer.c: support fscrypt in block_read_full_page()

[PATCH AUTOSEL 4.19 045/100] exec: load_script: Do not exec truncated interpreter path
 2019-10-18 22:04 UTC 

[PATCH AUTOSEL 4.4 05/21] exec: load_script: Do not exec truncated interpreter path
 2019-10-18 22:09 UTC 

[PATCH AUTOSEL 4.9 08/29] exec: load_script: Do not exec truncated interpreter path
 2019-10-18 22:08 UTC 

[PATCH AUTOSEL 4.14 16/56] exec: load_script: Do not exec truncated interpreter path
 2019-10-18 22:07 UTC 

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-18 20:29 UTC  (9+ messages)
` [PATCH 08/26] mm: directed shrinker work deferral
` [PATCH 25/26] xfs: rework unreferenced inode lookups

[PATCH v6 00/43] compat_ioctl: remove most of fs/compat_ioctl.c
 2019-10-18 14:18 UTC  (11+ messages)
` [PATCH v6 10/43] compat_ioctl: move rtc handling into rtc-dev.c
  ` [Y2038] "
` [PATCH v6 16/43] compat_ioctl: move isdn/capi ioctl translation into driver
  ` [Y2038] "
` [PATCH v6 31/43] compat_ioctl: move WDIOC handling into wdt drivers
  ` [Y2038] "

[PATCH v2 linux-kselftest-test 0/3] kunit: support building core/tests as modules
 2019-10-18 12:21 UTC  (9+ messages)
` [PATCH v2 linux-kselftest-test 1/3] kunit: allow kunit tests to be loaded as a module

[PATCH 2/2] hfsplus: add a check for hfs_bnode_find
 2019-10-18  8:52 UTC  (5+ messages)

[PATCH] f*xattr: allow O_PATH descriptors
 2019-10-18  7:55 UTC 

lift the xfs writepage code into iomap v8
 2019-10-18  7:20 UTC  (25+ messages)
` [PATCH 01/14] iomap: iomap that extends beyond EOF should be marked dirty
` [PATCH 02/14] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 03/14] xfs: set IOMAP_F_NEW more carefully
` [PATCH 04/14] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 05/14] xfs: refactor the ioend merging code
` [PATCH 06/14] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 07/14] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 08/14] iomap: zero newly allocated mapped blocks
` [PATCH 09/14] iomap: lift common tracing code from xfs to iomap
` [PATCH 10/14] iomap: lift the xfs writeback code "
` [PATCH 11/14] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 12/14] iomap: move struct iomap_page out of iomap.h
` [PATCH 13/14] iomap: cleanup iomap_ioend_compare
` [PATCH 14/14] iomap: pass a struct page to iomap_finish_page_writeback

[PATCH] iomap: enhance writeback error message
 2019-10-18  7:14 UTC  (3+ messages)

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-18  0:27 UTC  (11+ messages)
                  ` [RFC] csum_and_copy_from_user() semantics

[GIT PULL] xfs: fixes for 5.4-rc4
 2019-10-17 21:25 UTC  (2+ messages)

KCSAN: data-race in task_dump_owner / task_dump_owner
 2019-10-17 18:32 UTC  (4+ messages)

A bug in fuse/cuse causing crashes
 2019-10-17 18:04 UTC  (2+ messages)

[PATCH] iomap: iomap that extends beyond EOF should be marked dirty
 2019-10-17 14:48 UTC  (5+ messages)
` [PATCH v2] "

[RFC PATCH 03/21] pipe: Use head and tail pointers for the ring, not cursor and length
 2019-10-17 10:53 UTC  (4+ messages)
` [RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications

[PATCH V2] fs: avoid softlockups in s_inodes iterators
 2019-10-17  8:39 UTC  (3+ messages)
` [PATCH 2/1] fs: call fsnotify_sb_delete after evict_inodes

[PATCH] fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argument
 2019-10-17  8:33 UTC  (2+ messages)

[PATCH] fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.h
 2019-10-17  8:32 UTC  (2+ messages)

[PATCH] staging: exfat: add exfat filesystem code to staging
 2019-10-17  7:53 UTC  (11+ messages)

WARNING: bad unlock balance in rcu_lock_release
 2019-10-17  5:27 UTC  (4+ messages)

[PATCH v2] fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry()
 2019-10-17  3:15 UTC  (2+ messages)

KASAN: use-after-free Read in mnt_warn_timestamp_expiry
 2019-10-17  2:50 UTC  (6+ 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).