linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-22 04:01:58 to 2016-07-26 16:36:19 UTC [more...]

[PATCH v7 00/47] xfs: add reverse mapping support
 2016-07-26 16:36 UTC  (11+ messages)
` [PATCH 03/47] xfs: fix attr shortform structure alignment on cris
` [PATCH 04/47] xfs: fix locking of the rt bitmap/summary inodes
` [PATCH 05/47] xfs: set *stat=1 after iroot realloc
` [PATCH 06/47] xfs: during btree split, save new block key & ptr for future insertion
` [PATCH 47/47] xfs: introduce the XFS_IOC_GETFSMAP ioctl
  ` [PATCH v2 "

[PATCH v2 00/10] userns: sysctl limits for namespaces
 2016-07-26 15:14 UTC  (33+ messages)
  ` [PATCH v2 01/10] sysctl: Stop implicitly passing current into sysctl_table_root.lookup
    ` [PATCH v2 02/10] userns: Add per user namespace sysctls
    ` [PATCH v2 03/10] userns: Add a limit on the number of user namespaces
    ` [PATCH v2 04/10] userns: Generalize the user namespace count into ucount
    ` [PATCH v2 05/10] pidns: Add a limit on the number of pid namespaces
    ` [PATCH v2 06/10] utsns: Add a limit on the number of uts namespaces
    ` [PATCH v2 07/10] ipcns: Add a limit on the number of ipc namespaces
    ` [PATCH v2 08/10] cgroupns: Add a limit on the number of cgroup namespaces
    ` [PATCH v2 09/10] netns: Add a limit on the number of net namespaces
    ` [PATCH v2 10/10] mntns: Add a limit on the number of mount namespaces

[GIT PULL] userns related vfs enhancements for v4.8
 2016-07-26 14:44 UTC 

[PATCH] writeback: Write dirty times for WB_SYNC_ALL writeback
 2016-07-26 14:16 UTC  (2+ messages)

[PATCH 0/15 v2] dax: Clear dirty bits after flushing caches
 2016-07-26 14:09 UTC  (18+ messages)
` [PATCH 01/15] mm: Create vm_fault structure earlier
` [PATCH 02/15] mm: Propagate original vm_fault into do_fault_around()
` [PATCH 03/15] mm: Add pmd and orig_pte fields to vm_fault
` [PATCH 04/15] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 05/15] mm: Factor out functionality to finish page faults
` [PATCH 06/15] mm: Move handling of COW faults into DAX code
` [PATCH 07/15] dax: Make cache flushing protected by entry lock
` [PATCH 08/15] mm: Export follow_pte()
` [PATCH 09/15] mm: Remove unnecessary vma->vm_ops check
` [PATCH 10/15] mm: Factor out common parts of write fault handling
` [PATCH 11/15] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 12/15] mm: Lift vm_fault structure creation from do_page_mkwrite()
` [PATCH 13/15] mm: Provide helper for finishing mkwrite faults
` [PATCH 14/15] dax: Protect PTE modification on WP fault by radix tree entry lock
` [PATCH 15/15] dax: Clear dirty entry tags on cache flush

[PATCH] fuse: fix wrong assignment of ->flags in fuse_send_init()
 2016-07-26 10:14 UTC  (2+ messages)

[PATCH] binfmt_em86: Fix incompatible pointer type
 2016-07-26  9:39 UTC 

[PATCH 0/5 RFC] Add an interface to discover relationships between namespaces
 2016-07-26  8:03 UTC  (37+ messages)
  ` [PATCH 1/5] namespaces: move user_ns into ns_common
    ` [PATCH 2/5] kernel: add a helper to get an owning user namespace for a namespace
    ` [PATCH 4/5] nsfs: add ioctl to get a parent namespace

[PATCH 3/3] fs: super: remove unneeded dev mask
 2016-07-26  5:33 UTC 

[PATCH 2/3] fs: super: switch to using ida_simple_.. functions
 2016-07-26  5:33 UTC 

[PATCH 1/3] fs: super: remove obsolete usage of unnamed_dev_start
 2016-07-26  5:00 UTC 

[PATCH 0/3] new feature: monitoring page cache events
 2016-07-26  3:47 UTC  (4+ messages)
` [PATCH 1/3] mm: support for duet hooks
` [PATCH 2/3] mm/duet: syscall wiring
` [PATCH 3/3] mm/duet: framework code

[PATCH v5 00/15] allow BFLT executables on systems with a MMU
 2016-07-26  0:53 UTC  (20+ messages)
` [PATCH v5 01/15] binfmt_flat: assorted cleanups
` [PATCH v5 02/15] binfmt_flat: convert printk invocations to their modern form
` [PATCH v5 03/15] binfmt_flat: prevent kernel dammage from corrupted executable headers
` [PATCH v5 04/15] elf_fdpic_transfer_args_to_stack(): make it generic
` [PATCH v5 05/15] binfmt_flat: use generic transfer_args_to_stack()
` [PATCH v5 06/15] binfmt_flat: clean up create_flat_tables() and stack accesses
` [PATCH v5 07/15] binfmt_flat: use proper user space accessors with relocs processing code
` [PATCH v5 08/15] binfmt_flat: use proper user space accessors with old relocs code
` [PATCH v5 09/15] binfmt_flat: use clear_user() rather than memset() to clear .bss
` [PATCH v5 10/15] binfmt_flat: update libraries' data segment pointer with userspace accessors
` [PATCH v5 11/15] binfmt_flat: add MMU-specific support
` [PATCH v5 12/15] binfmt_flat: allow compressed flat binary format to work on MMU systems
` [PATCH v5 13/15] m68k: fix bFLT executable running on MMU enabled systems
` [PATCH v5 14/15] m68k: enable binfmt_flat on systems with an MMU
` [PATCH v5 15/15] ARM: "

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-07-26  0:35 UTC  (34+ messages)
` [PATCHv1, RFC 01/33] tools: Add WARN_ON_ONCE
` [PATCHv1, RFC 02/33] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv1, RFC 03/33] radix-tree: Add radix_tree_join
` [PATCHv1, RFC 04/33] radix-tree: Add radix_tree_split
` [PATCHv1, RFC 05/33] radix-tree: Add radix_tree_split_preload()
` [PATCHv1, RFC 06/33] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv1, RFC 07/33] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv1, RFC 08/33] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv1, RFC 09/33] page-flags: relax page flag poliry for PG_error and PG_writeback
` [PATCHv1, RFC 10/33] mm, rmap: account file thp pages
` [PATCHv1, RFC 11/33] thp: allow splitting non-shmem file-backed THPs
` [PATCHv1, RFC 12/33] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv1, RFC 13/33] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv1, RFC 14/33] filemap: handle huge pages in do_generic_file_read()
` [PATCHv1, RFC 15/33] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv1, RFC 16/33] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv1, RFC 17/33] HACK: readahead: alloc huge pages, if allowed
` [PATCHv1, RFC 18/33] HACK: block: bump BIO_MAX_PAGES
` [PATCHv1, RFC 19/33] mm: make write_cache_pages() work on huge pages
` [PATCHv1, RFC 20/33] thp: introduce hpage_size() and hpage_mask()
` [PATCHv1, RFC 21/33] fs: make block_read_full_page() be able to read huge page
` [PATCHv1, RFC 22/33] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv1, RFC 23/33] fs: make block_page_mkwrite() aware about "
` [PATCHv1, RFC 24/33] truncate: make truncate_inode_pages_range() "
` [PATCHv1, RFC 25/33] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv1, RFC 26/33] ext4: make ext4_writepage() work on huge pages
` [PATCHv1, RFC 27/33] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv1, RFC 28/33] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv1, RFC 29/33] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv1, RFC 30/33] ext4: relax assert in ext4_da_page_release_reservation()
` [PATCHv1, RFC 31/33] WIP: ext4: handle writeback with huge pages
` [PATCHv1, RFC 32/33] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv1, RFC 33/33] ext4, vfs: add huge= mount option

Volunteering for BeFS maintainership
 2016-07-25 23:16 UTC  (3+ messages)

[GIT PULL] Orangefs updates for 4.8 merge window
 2016-07-25 19:33 UTC 

[PATCH v4 0/5] vfs: Use dlock list for SB's s_inodes list
 2016-07-25 17:41 UTC  (8+ messages)
` [PATCH v4 1/5] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v4 2/5] fsnotify: Simplify inode iteration on umount
` [PATCH v4 3/5] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v4 4/5] vfs: Use dlock list for superblock's inode list
` [PATCH v4 5/5] lib/dlock-list: Allow cacheline alignment of percpu head

[PATCH v24 00/22] Richacls (Core and Ext4)
 2016-07-25 14:09 UTC  (23+ messages)
` [PATCH v24 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v24 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v24 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v24 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v24 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v24 06/22] richacl: In-memory representation and helper functions
` [PATCH v24 07/22] richacl: Permission mapping functions
` [PATCH v24 08/22] richacl: Permission check algorithm
` [PATCH v24 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v24 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v24 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v24 12/22] vfs: Cache richacl in struct inode
` [PATCH v24 13/22] richacl: Update the file masks in chmod()
` [PATCH v24 14/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v24 15/22] richacl: Create-time inheritance
` [PATCH v24 16/22] richacl: Automatic Inheritance
` [PATCH v24 17/22] richacl: xattr mapping functions
` [PATCH v24 18/22] richacl: Add richacl xattr handler
` [PATCH v24 19/22] vfs: Add richacl permission checking
` [PATCH v24 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v24 21/22] ext4: Add richacl support
` [PATCH v24 22/22] ext4: Add richacl feature flag

About the patch " block: flush writeback dwork before detaching a bdev inode from it"
 2016-07-25 13:50 UTC  (3+ messages)

Getting file type from inode of fd
 2016-07-25  3:19 UTC 

[PATCH] vfs:Fix memory leak on error path in get_empty_file
 2016-07-23 17:05 UTC  (3+ messages)

[PATCH v2 00/17] replace pcommit with ADR or directed flushing
 2016-07-23  7:49 UTC  (8+ messages)
` [PATCH v2 16/17] x86/insn: remove pcommit

[PATCH] f2fs: clean up codying style and redundancy
 2016-07-23  0:21 UTC 

mmotm 2016-07-22-15-51 uploaded
 2016-07-22 22:51 UTC 

[PATCH v3 0/4] vfs: Use dlock list for SB's s_inodes list
 2016-07-22 20:43 UTC  (5+ messages)
` [PATCH v3 1/4] lib/dlock-list: Distributed and lock-protected lists

[GIT PULL] overlayfs fixes for 4.7-final
 2016-07-22 19:52 UTC 

[PATCH v4 00/12] allow BFLT executables on systems with a MMU
 2016-07-22 19:45 UTC  (7+ messages)

[RFC PATCH 0/9][V3] Overlayfs SELinux Support
 2016-07-22 15:33 UTC  (4+ messages)

What to do on cdev_add failure
 2016-07-22  9:18 UTC  (3+ messages)

4.7.0-rc7+: Oops during boot with USB pen drive inserted
 2016-07-22  5:41 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).