linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-31 08:58:59 to 2016-04-07 15:52:23 UTC [more...]

add RWF_(D)SYNC flag to preadv2/pwritev2 V2
 2016-04-07 15:51 UTC  (5+ messages)
` [PATCH 01/10] filemap: remove pos variables in generic_file_read_iter
` [PATCH 02/10] filemap: remove the pos argument to generic_file_direct_write
` [PATCH 03/10] xfs: eliminate the pos variable in xfs_file_dio_aio_write
` [PATCH 04/10] direct-io: eliminate the offset argument to ->direct_IO

[PATCH v2] fs: overlayfs: override creds with the ones from the superblock mounter
 2016-04-07 13:48 UTC 

[PATCH] fs: overlayfs: override creds with the ones from the superblock mounter (fwd)
 2016-04-07 13:36 UTC 

[PATCH] fs: overlayfs: override creds with the ones from the superblock mounter
 2016-04-07 12:55 UTC 

[PATCH] FUSE: Improve aio directIO write performance for size extending writes
 2016-04-07 11:48 UTC 

[PATCH] fs: overlayfs: remove debug parameter
 2016-04-07 10:18 UTC 

mmotm 2016-04-06-20-40 uploaded
 2016-04-07  3:41 UTC 

[PATCHv6 00/30] THP-enabled tmpfs/shmem using compound pages
 2016-04-06 22:51 UTC  (31+ messages)
` [PATCHv6 01/30] thp, mlock: update unevictable-lru.txt
` [PATCHv6 02/30] mm: do not pass mm_struct into handle_mm_fault
` [PATCHv6 03/30] mm: introduce fault_env
` [PATCHv6 04/30] mm: postpone page table allocation until we have page to map
` [PATCHv6 05/30] rmap: support file thp
` [PATCHv6 06/30] mm: introduce do_set_pmd()
` [PATCHv6 07/30] thp, vmstats: add counters for huge file pages
` [PATCHv6 08/30] thp: support file pages in zap_huge_pmd()
` [PATCHv6 09/30] thp: handle file pages in split_huge_pmd()
` [PATCHv6 10/30] thp: handle file COW faults
` [PATCHv6 11/30] thp: handle file pages in mremap()
` [PATCHv6 12/30] thp: skip file huge pmd on copy_huge_pmd()
` [PATCHv6 13/30] thp: prepare change_huge_pmd() for file thp
` [PATCHv6 14/30] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
` [PATCHv6 15/30] thp: file pages support for split_huge_page()
` [PATCHv6 16/30] thp, mlock: do not mlock PTE-mapped file huge pages
` [PATCHv6 17/30] vmscan: split file huge pages before paging them out
` [PATCHv6 18/30] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
` [PATCHv6 19/30] radix-tree: implement radix_tree_maybe_preload_order()
` [PATCHv6 20/30] filemap: prepare find and delete operations for huge pages
` [PATCHv6 21/30] truncate: handle file thp
` [PATCHv6 22/30] mm, rmap: account shmem thp pages
` [PATCHv6 23/30] shmem: prepare huge= mount option and sysfs knob
` [PATCHv6 24/30] shmem: get_unmapped_area align huge page
` [PATCHv6 25/30] shmem: add huge pages support
` [PATCHv6 26/30] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
` [PATCHv6 27/30] thp: update Documentation/vm/transhuge.txt
` [PATCHv6 28/30] thp: extract khugepaged from mm/huge_memory.c
` [PATCHv6 29/30] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
` [PATCHv6 30/30] khugepaged: add support of collapse for tmpfs/shmem pages

[PATCH 00/30] Radix tree multiorder fixes
 2016-04-06 21:21 UTC  (31+ messages)
` [PATCH 01/30] radix-tree: Introduce radix_tree_empty
` [PATCH 02/30] radix tree test suite: Fix build
` [PATCH 03/30] radix tree test suite: Add tests for radix_tree_locate_item()
` [PATCH 04/30] radix tree test suite: Allow testing other fan-out values
` [PATCH 05/30] radix tree test suite: keep regression test runs short
` [PATCH 06/30] radix tree test suite: rebuild when headers change
` [PATCH 07/30] radix-tree: remove unused looping macros
` [PATCH 08/30] Introduce CONFIG_RADIX_TREE_MULTIORDER
` [PATCH 09/30] radix-tree: Add missing sibling entry functionality
` [PATCH 10/30] radix-tree: Fix sibling entry insertion
` [PATCH 11/30] radix-tree: Fix deleting a multi-order entry through an alias
` [PATCH 12/30] radix-tree: Remove restriction on multi-order entries
` [PATCH 13/30] radix-tree: Introduce radix_tree_load_root()
` [PATCH 14/30] radix-tree: Fix extending the tree for multi-order entries at offset 0
` [PATCH 15/30] radix-tree: Fix several shrinking bugs with multiorder entries
` [PATCH 16/30] radix tree test suite: Start adding multiorder tests
` [PATCH 17/30] radix-tree: Rewrite __radix_tree_lookup
` [PATCH 18/30] radix-tree: Fix multiorder BUG_ON in radix_tree_insert
` [PATCH 19/30] radix-tree: add support for multi-order iterating
` [PATCH 20/30] radix tree test suite: multi-order iteration test
` [PATCH 21/30] radix tree test suite: Add multiorder shrinking test
` [PATCH 22/30] radix-tree: Rewrite radix_tree_tag_set
` [PATCH 23/30] radix-tree: Rewrite radix_tree_tag_clear
` [PATCH 24/30] radix-tree: Rewrite radix_tree_tag_get
` [PATCH 25/30] radix-tree test suite: add multi-order tag test
` [PATCH 26/30] radix-tree: Fix radix_tree_create for sibling entries
` [PATCH 27/30] radix-tree: Rewrite radix_tree_locate_item
` [PATCH 28/30] radix-tree: Fix two bugs in radix_tree_range_tag_if_tagged()
` [PATCH 29/30] radix-tree: Fix radix_tree_dump() for multi-order entries
` [PATCH 30/30] radix-tree: Add copyright statements

[PATCH] fs: return EPERM on immutable inode
 2016-04-06  3:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] vfs: avoid atomic f_pos accesses for non-seekable files
 2016-04-05 18:02 UTC  (7+ messages)
      ` [PATCH v2] "

state of logfs?
 2016-04-05 12:54 UTC 

Reconsidering exportable UBIFS
 2016-04-04 22:17 UTC 

[GIT PULL] f2fs fixes for v4.6-rc3
 2016-04-04 21:15 UTC  (3+ messages)

[PATCH 1/3] orangefs: clean up truncate ctime and mtime setting
 2016-04-04 20:26 UTC  (3+ messages)
` [PATCH 2/3] orangefs: strncpy -> strlcpy
` [PATCH 3/3] orangefs: remove unused variable

[Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260
 2016-04-04 16:02 UTC  (13+ messages)

[PATCH 0/5] dax: handling of media errors
 2016-04-04 12:09 UTC  (11+ messages)
` [PATCH 4/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors

[GIT PULL] Quota fixes for 4.6-rc3
 2016-04-04  9:50 UTC 

[PATCH 1/2] quota: Handle Q_GETNEXTQUOTA when quota is disabled
 2016-04-04  9:40 UTC  (3+ messages)

[PATCH] repquota: use the same whitespace for quotaio_meta as quotaio_v2
 2016-04-04  9:31 UTC  (2+ messages)

[PATCH 1/1] fanotify: pre-approve listener's OPEN_PERM access requests
 2016-04-01 23:05 UTC  (5+ messages)

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-31 16:27 UTC  (4+ messages)
` [PATCH 08/10] dax: New "

DAX data corruption for mmaped and written files
 2016-03-31 13:47 UTC  (3+ messages)

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-04-04  6:12 UTC  (12+ messages)

[PATCH 00/13] fscrypto: cleanups and fixes
 2016-04-03  7:45 UTC  (15+ messages)
` [PATCH 01/13] fscrypto: remove unnecessary includes
` [PATCH 02/13] fscrypto: rename some functions for clarity
` [PATCH 03/13] fscrypto: rename functions to load and unload inode encryption info
` [PATCH 04/13] fscrypto: return bool instead of int where appropriate
` [PATCH 05/13] fscrypto: comment improvements and fixes
` [PATCH 06/13] fscrypto: crypto_alloc_skcipher() always returns an ERR_PTR(), never NULL
` [PATCH 07/13] fscrypto: simplify building key descriptor string
` [PATCH 08/13] fscrypto: use standard macros from kernel.h
` [PATCH 09/13] fscrypto: make fname_encrypt() actually return length of ciphertext
` [PATCH 10/13] fscrypto: restrict setting new policy to empty files and directories only
` [PATCH 11/13] fscrypto: restrict setting encryption policy to inode owner
` [PATCH 12/13] fscrypto: require write access to mount to set encryption policy
` [PATCH 13/13] fscrypto: improve error handling in fscrypt_set_policy()

A few more filesystem encryption questions
 2016-04-03  7:41 UTC  (2+ messages)

UBIFS and page migration (take 2)
 2016-04-03  0:13 UTC  (7+ messages)
` [PATCH 1/2] mm: Export migrate_page_move_mapping and migrate_page_copy
` [PATCH 2/2] UBIFS: Implement ->migratepage()

[GIT PULL] a configfs fix for -rc2
 2016-04-02 16:00 UTC 

[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
 2016-04-02  6:34 UTC  (6+ messages)
              `  "

[git pull] orangefs bugfixes for rc2
 2016-04-02  1:32 UTC  (12+ messages)

mmotm 2016-04-01-16-24 uploaded
 2016-04-01 23:24 UTC 

[PATCH v3] vfs: Add support to document max and min inode times
 2016-04-01 20:58 UTC 

[PATCH RESEND 0/2] fix RLIMIT_CORE accounting for sparse dumps
 2016-04-01 18:45 UTC  (3+ messages)
` [PATCH RESEND 1/2] coredump: get rid of coredump_params->written
` [PATCH RESEND 2/2] coredump: only charge written data against RLIMIT_CORE

[PATCHSET v3][RFC] Make background writeback not suck
 2016-04-01 16:58 UTC  (18+ messages)

[PATCH, REBASED 0/3] fs, mm: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-04-01 12:29 UTC  (4+ messages)
` [PATCH, REBASED 1/3] mm, fs: "
` [PATCH, REBASED 2/3] mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
` [PATCH, REBASED 3/3] mm: drop PAGE_CACHE_* and page_cache_{get,release} definition

Legal characters in encrypted fscrypto (f2fs/ext4) filename?
 2016-04-01  6:21 UTC  (2+ messages)

[PATCH v2] vfs: constify arguments to utime family of system calls
 2016-04-01  3:30 UTC  (4+ messages)

fallocate mode flag for "unshare blocks"?
 2016-04-01  2:00 UTC  (22+ messages)

[RFC] [PATCH 0/12] DAX page fault locking
 2016-04-01  0:34 UTC  (11+ messages)
` [PATCH 12/12] dax: New "

block allocator issue with ext4+DAX
 2016-03-31 15:13 UTC  (3+ messages)

[Patch v3 0/3] allow the creation of architecture emulation containers where the emulator binary is outside the container
 2016-03-31 14:57 UTC  (4+ messages)
` [Patch v3 1/3] fs: add filp_clone_open API
` [Patch v3 2/3] binfmt_misc: add persistent opened binary handler for containers
` [Patch v3 3/3] binfmt_misc: add F option description to documentation


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