linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 17:33:40 to 2021-04-02 15:53:58 UTC [more...]

[PATCH v26 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-04-02 15:53 UTC  (2+ messages)
` [PATCH v26 01/10] fs/ntfs3: Add headers and misc files

[PATCH v6 00/27] Memory Folios
 2021-04-02 14:49 UTC  (35+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio
` [PATCH v6 02/27] mm: Add folio_pgdat and folio_zone
` [PATCH v6 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v6 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v6 05/27] mm: Add folio reference count functions
` [PATCH v6 06/27] mm: Add put_folio
` [PATCH v6 07/27] mm: Add get_folio
` [PATCH v6 08/27] mm: Create FolioFlags
` [PATCH v6 09/27] mm: Handle per-folio private data
` [PATCH v6 10/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v6 11/27] mm/filemap: Add folio_next_index
` [PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v6 13/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v6 14/27] mm: Add folio_mapcount
` [PATCH v6 15/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v6 16/27] mm/filemap: Add unlock_folio
` [PATCH v6 17/27] mm/filemap: Add lock_folio
` [PATCH v6 18/27] mm/filemap: Add lock_folio_killable
` [PATCH v6 19/27] mm/filemap: Add __lock_folio_async
` [PATCH v6 20/27] mm/filemap: Add __lock_folio_or_retry
` [PATCH v6 21/27] mm/filemap: Add wait_on_folio_locked
` [PATCH v6 22/27] mm/filemap: Add end_folio_writeback
` [PATCH v6 23/27] mm/writeback: Add wait_on_folio_writeback
` [PATCH v6 24/27] mm/writeback: Add wait_for_stable_folio
` [PATCH v6 25/27] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v6 26/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v6 27/27] mm/filemap: Convert page wait queues to be folios

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2021-04-02 14:32 UTC  (10+ messages)

[RFC] Convert sysv filesystem to use folios exclusively
 2021-04-02 13:50 UTC  (3+ messages)

BUG_ON(!mapping_empty(&inode->i_data))
 2021-04-02 13:27 UTC  (6+ messages)

[syzbot] KASAN: null-ptr-deref Read in filp_close (2)
 2021-04-02 12:35 UTC  (5+ messages)
` [PATCH 0/3] file: fix and simplify close_range()
` [PATCH 1/3] file: fix close_range() for unshare+cloexec
` [PATCH 2/3] file: let pick_file() tell caller it's done
` [PATCH 3/3] file: simplify logic in __close_range()

[PATCH v3] writeback: fix obtain a reference to a freeing memcg css
 2021-04-02  9:11 UTC 

[PATCH 0/2] Export receive_fd() to modules and do some cleanups
 2021-04-02  9:12 UTC  (18+ messages)
` [PATCH 1/2] file: Export receive_fd() to modules
    `  "
` [PATCH 2/2] binder: Use receive_fd() to receive file from another process
    `  "
        `  "
            `  "
  ` Re: [PATCH 0/2] Export receive_fd() to modules and do some cleanups

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-02  8:20 UTC  (15+ messages)
                    ` fsnotify path hooks

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-04-02  8:18 UTC  (15+ messages)
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v3 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v3 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v3 08/10] fsdax: Dedup file range to use a compare function

[PATCH v9 0/9] fs: interface for directly reading/writing compressed data
 2021-04-02  8:04 UTC  (13+ messages)
` [PATCH v9 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH v9 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH v9 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v9 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v9 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v9 6/9] btrfs: support different disk extent size for delalloc
` [PATCH v9 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v9 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH v9 9/9] btrfs: implement RWF_ENCODED writes

[PATCH v4 0/3] sysfs: Unconditionally use vmalloc for buffer
 2021-04-02  6:32 UTC  (5+ messages)
` [PATCH v4 1/3] lkdtm/heap: Add vmalloc linear overflow test
` [PATCH v4 2/3] seq_file: Fix clang warning for NULL pointer arithmetic
` [PATCH v4 3/3] sysfs: Unconditionally use vmalloc for buffer

[PATCH v3] fs: Improve eventpoll logging to stop indicting timerfd
 2021-04-02  5:57 UTC 

[PATCHSET RFC v3 00/18] xfs: atomic file updates
 2021-04-02  0:37 UTC  (25+ messages)
` [PATCH 01/18] vfs: introduce new file range exchange ioctl
` [PATCH 02/18] xfs: support two inodes in the defer capture structure
` [PATCH 03/18] xfs: allow setting and clearing of log incompat feature flags
` [PATCH 04/18] xfs: clear log incompat feature bits when the log is idle
` [PATCH 05/18] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 06/18] xfs: introduce a swap-extent log intent item
` [PATCH 07/18] xfs: create deferred log items for extent swapping
` [PATCH 08/18] xfs: add a ->xchg_file_range handler
` [PATCH 09/18] xfs: add error injection to test swapext recovery
` [PATCH 10/18] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 11/18] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 12/18] xfs: refactor reflink flag handling in xfs_swap_extent_forks
` [PATCH 13/18] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 14/18] xfs: remove old swap extents implementation
` [PATCH 15/18] xfs: condense extended attributes after an atomic swap
` [PATCH 16/18] xfs: condense directories "
` [PATCH 17/18] xfs: make atomic extent swapping support realtime files
` [PATCH 18/18] xfs: enable atomic swapext feature

[PATCH v2] fs: Improve eventpoll logging to stop indicting timerfd
 2021-04-01 23:57 UTC  (4+ messages)

[PATCH v6 0/4] Make UTF-8 encoding loadable
 2021-04-01 20:53 UTC  (6+ messages)
` [PATCH v6 1/4] fs: unicode: Use strscpy() instead of strncpy()
` [PATCH v6 2/4] fs: unicode: Rename function names from utf8 to unicode
` [PATCH v6 3/4] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH v6 4/4] fs: unicode: Add utf8 module and a unicode layer

[PATCH v32 00/12] Landlock LSM
 2021-04-01 20:52 UTC  (13+ messages)
` [PATCH v32 01/12] landlock: Add object management
` [PATCH v32 02/12] landlock: Add ruleset and domain management
` [PATCH v32 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v32 04/12] landlock: Add ptrace restrictions
` [PATCH v32 05/12] LSM: Infrastructure management of the superblock
` [PATCH v32 06/12] fs,security: Add sb_delete hook
` [PATCH v32 07/12] landlock: Support filesystem access-control
` [PATCH v32 08/12] landlock: Add syscall implementations
` [PATCH v32 09/12] arch: Wire up Landlock syscalls
` [PATCH v32 10/12] selftests/landlock: Add user space tests
` [PATCH v32 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v32 12/12] landlock: Add user and kernel documentation

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-04-01 19:54 UTC  (6+ messages)
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[syzbot] WARNING in mntput_no_expire (2)
 2021-04-01 19:11 UTC  (8+ messages)

[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-01 18:37 UTC 

[PATCH][CIFS] Insert and Collapse range
 2021-04-01 18:30 UTC 

[RFC PATCH v5 00/19] ceph+fscrypt: context, filename and symlink support
 2021-04-01 13:12 UTC  (6+ messages)
` [RFC PATCH v5 20/19] ceph: make ceph_get_name decrypt filenames

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-04-01 11:24 UTC  (4+ messages)
` [PATCH RESEND V12 8/8] fuse: Introduce passthrough for mmap

[PATCH v2] writeback: fix obtain a reference to a freeing memcg css
 2021-04-01 14:39 UTC  (5+ messages)
  ` [External] "

overlayfs: overlapping upperdir path
 2021-04-01 15:19 UTC  (4+ messages)

[PATCH v1] ovl: Fix leaked dentry
 2021-04-01 16:50 UTC  (3+ messages)

[PATCH v5 00/27] Memory Folios
 2021-04-01 16:00 UTC  (14+ messages)

[RFC PATCH v2] implement orangefs_readahead
 2021-04-01 13:42 UTC  (16+ messages)
  ` [RFC PATCH] "

[PATCH v31 00/12] Landlock LSM
 2021-04-01 17:12 UTC  (6+ messages)
` [PATCH v31 07/12] landlock: Support filesystem access-control

[PATCH v3] sysfs: Unconditionally use vmalloc for buffer
 2021-04-01  7:37 UTC  (7+ messages)

[PATCH] block: reexpand iov_iter after read/write
 2021-04-01  7:18 UTC 

[PATCH] fs/buffer.c: Delete redundant uptodate check for buffer
 2021-04-01  6:57 UTC 

[PATCH v2] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-04-01  6:54 UTC  (6+ messages)

mmotm 2021-03-31-21-27 uploaded
 2021-04-01  4:27 UTC 

[PATCH][next] hfsplus: Fix out-of-bounds warnings in __hfsplus_setxattr
 2021-03-31 21:21 UTC  (4+ messages)

[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type
 2021-03-31 21:52 UTC  (2+ messages)

[RFC v2 00/43] PKRAM: Preserved-over-Kexec RAM
 2021-03-31 20:28 UTC  (4+ messages)
` [RFC v2 01/43] mm: add PKRAM API stubs and Kconfig


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