linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-10 19:49:18 to 2016-05-14 18:44:50 UTC [more...]

[git pull] vfs.git fixes for -final
 2016-05-14 18:44 UTC 

[RFC 0/8] Xattr inode operation removal
 2016-05-14 18:21 UTC  (6+ messages)
` [RFC 5/8] xattr: Add per-inode xattr handlers as a new inode operation
  ` [PATCH] xattr handlers: fixup generic_listxattr

fuse: use afer free reading/writing
 2016-05-14 17:51 UTC  (2+ messages)

[RFCv2 0/3] Support for high-priority block device flag
 2016-05-14 14:22 UTC  (6+ messages)
` [RFCv2 1/3] block: allow other bd i_node flags when DAX is disabled
` [RFCv2 2/3] block: add helper for setting and clearing S_DAX on inode
` [RFCv2 3/3] block: Introduce S_HIPRI inode flag

[RFC v2 PATCH 0/8] VFS:userns: support portable root filesystems
 2016-05-14 13:46 UTC  (20+ messages)

[PATCH v2 0/5] IB/hfi1: Remove write() and use ioctl() for user access
 2016-05-13 20:54 UTC  (20+ messages)
` [PATCH v2 1/5] IB/hfi1: Export drivers user sw version via sysfs
` [PATCH v2 2/5] IB/hfi1: Remove unused user command
` [PATCH v2 3/5] IB/hfi1: Add ioctl() interface for user commands
` [PATCH v2 4/5] IB/hfi1: Remove write(), use ioctl() for user cmds
` [PATCH v2 5/5] IB/hfi1: Add trace message in user IOCTL handling

[PATCHSET v5] Make background writeback great again for the first time
 2016-05-13 18:29 UTC  (10+ messages)

[RFC 0/2] Support for high-priority block device flag
 2016-05-13 18:01 UTC  (8+ messages)
` [RFC 1/2] block: allow other bd i_node flags when DAX is disabled
` [RFC 2/2] block: Introduce S_HIPRI inode flag

[PATCH 0/7] Allow lock dropping before waiting on inodes being freed
 2016-05-13 17:42 UTC  (8+ messages)
` [PATCH 1/7] Revert "GFS2: Eliminate parameter non_block on gfs2_inode_lookup"
` [PATCH 2/7] Revert "GFS2: Don't filter out I_FREEING inodes anymore"
` [PATCH 3/7] GFS2: Remove superfluous assignment
` [PATCH 4/7] GFS2: No need for non-blocking gfs2_ilookup in delete_work_func
` [PATCH 5/7] vfs: Introduce prepare_wait_on_freeing_inode
` [PATCH 6/7] GFS2: Use non-blocking wait in gfs2_iget
` [PATCH 7/7] GFS2: Prevent deadlock in gfs2_lookup_by_inum

[PATCH v3] direct-io: fix direct write stale data exposure from concurrent buffered read
 2016-05-13 17:12 UTC  (2+ messages)

[PATCH 1/6] statx: Add a system call to make enhanced file info available
 2016-05-13 15:28 UTC  (16+ messages)
  ` [RFC][PATCH 0/6] Enhanced file stat system call

[PATCH 0/4] ext4: DAX fixes
 2016-05-13 13:56 UTC  (7+ messages)
` [PATCH 1/4] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 2/4] ext4: Fix race in transient ENOSPC detection
` [PATCH 3/4] ext4: Refactor direct IO code
` [PATCH 4/4] ext4: Pre-zero allocated blocks for DAX IO

[PATCH 0/7 v4] DAX page fault locking
 2016-05-12 19:36 UTC  (11+ messages)
` [PATCH 1/7] dax: Fix condition for filling of PMD holes
` [PATCH 2/7] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 3/7] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 4/7] dax: Allow DAX code to replace exceptional entries
` [PATCH 5/7] dax: New fault locking
` [PATCH 6/7] dax: Use radix tree entry lock to protect cow faults
` [PATCH 7/7] dax: Remove i_mmap_lock protection

[RFC 0/1] shiftfs: uid/gid shifting filesystem
 2016-05-12 19:07 UTC  (2+ messages)
` [RFC 1/1] shiftfs: uid/gid shifting bind mount

[PATCH 0/7 v4] DAX cleanups and fixes
 2016-05-12 18:45 UTC  (9+ messages)
` [PATCH 1/7] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 2/7] dax: Remove complete_unwritten argument
` [PATCH 3/7] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 4/7] dax: Remove dead zeroing code from fault handlers
` [PATCH 5/7] dax: Remove zeroing from dax_io()
` [PATCH 6/7] dax: Remove pointless writeback from dax_do_io()
` [PATCH 7/7] dax: Remove redundant inode size checks

[RFC v2 0/8] kobject in sysfs superblock
 2016-05-12 18:15 UTC  (9+ messages)
` [RFC 1/8] Add kset to file_system_type
` [RFC 2/8] Add kobject to super_block
` [RFC 3/8] Report file system events
` [RFC 4/8] Helper functions and attributes for super block's sysfs entries
` [RFC 5/8] ocfs2: Use the sb's kset
` [RFC 6/8] ocfs2: create filecheck files
` [RFC 7/8] ocfs2: report inode errors to userspace
` [RFC 8/8] ext4: Let fs create the sysfs entries

[PATCH 1/2] mount.2: document MS_REC and shared subtree flags
 2016-05-12 17:58 UTC  (4+ messages)
` [PATCH 2/2] mount.2: MS_BIND still ignores mountflags

[PATCH v7 0/6] dax: handling media errors (clear-on-zero only)
 2016-05-12 17:06 UTC  (10+ messages)
` [PATCH v7 1/6] dax: fallback from pmd to pte on error
` [PATCH v7 2/6] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v7 3/6] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
` [PATCH v7 5/6] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v7 6/6] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[PATCH] writeback: Avoid exhausting allocation reserves under memory pressure
 2016-05-12 16:08 UTC  (5+ messages)

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

URGENT RESPONSE NEEDED, PLEASE REPLY
 2016-05-12 14:10 UTC 

UBIFS and page migration (take 3)
 2016-05-12 11:49 UTC  (5+ messages)
` [PATCH 1/2] mm: Export migrate_page_move_mapping and migrate_page_copy
` [PATCH 2/2] UBIFS: Implement ->migratepage()

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-05-12  7:58 UTC  (13+ messages)
` [PATCH 16/18] dax: New "

iomap infrastructure and multipage writes V4
 2016-05-11 22:43 UTC  (4+ messages)
` [PATCH 01/15] dax: export a low-level __dax_zero_page_range helper

[PATCH RESEND v3 0/2] fix RLIMIT_CORE accounting for sparse dumps
 2016-05-11 22:18 UTC  (4+ messages)
` [PATCH RESEND v3 1/2] coredump: get rid of coredump_params->written
` [PATCH RESEND v3 2/2] coredump: only charge written data against RLIMIT_CORE

[PATCH v6 0/5] dax: handling media errors (clear-on-zero only)
 2016-05-11 18:39 UTC  (5+ messages)
` [PATCH v6 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible

[PATCH v2 1/2] direct-io: cleanup get_more_blocks()
 2016-05-11 17:08 UTC  (6+ messages)
` [PATCH v2 2/2] direct-io: fix stale data exposure from concurrent buffered read

[PATCH 1/2] f2fs: show # of orphan inodes
 2016-05-11 17:01 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid f2fs_bug_on during recovery

[PATCH] direct-io: fix stale data exposure from concurrent buffered read
 2016-05-11 16:57 UTC  (7+ messages)

[PATCH v4 0/6] Add alignment check for DAX mount
 2016-05-11 15:26 UTC  (8+ messages)
` [PATCH v4 6/6] block: Update blkdev_dax_capable() for consistency

Reconsidering exportable UBIFS
 2016-05-11 14:10 UTC  (6+ messages)

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-05-11 14:03 UTC  (14+ messages)

[PATCH] Fix bss mapping for the interpreter in binfmt_elf
 2016-05-11 10:37 UTC 

generic RDMA READ/WRITE API V2
 2016-05-11  8:55 UTC  (4+ messages)
` [PATCH 4/6] vfs: add the RWF_HIPRI flag for preadv2/pwritev2

[GIT PULL] overlayfs fixes for 4.6-rc7
 2016-05-11  8:11 UTC  (6+ messages)

[fuse-devel] Horrible mmap write performance (kernel writeback issue?)
 2016-05-11  7:07 UTC  (14+ messages)
                              `  "

mmotm 2016-05-10-16-31 uploaded
 2016-05-10 23:31 UTC 

[PATCH 1/6] statx: Add a system call to make enhanced file info available
 2016-05-10  7:08 UTC 


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