linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-21 04:59:14 to 2016-07-26 00:35:10 UTC [more...]

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-07-26  0:35 UTC  (9+ 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()"

[PATCH v2 00/10] userns: sysctl limits for namespaces
 2016-07-26  0:24 UTC  (25+ 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

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

[PATCH 0/15 v2] dax: Clear dirty bits after flushing caches
 2016-07-25 21:30 UTC  (17+ 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

[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 0/5 RFC] Add an interface to discover relationships between namespaces
 2016-07-25 15:17 UTC  (34+ 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] fuse: fix wrong assignment of ->flags in fuse_send_init()
 2016-07-25 13:17 UTC 

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

[PATCH v5 00/15] allow BFLT executables on systems with a MMU
 2016-07-25  8:18 UTC  (19+ 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: "

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 v7 00/47] xfs: add reverse mapping support
 2016-07-23  4:28 UTC  (23+ messages)
` [PATCH 27/47] xfs: add rmap btree growfs support
` [PATCH 28/47] xfs: rmap btree transaction reservations
` [PATCH 29/47] xfs: rmap btree requires more reserved free space
` [PATCH 30/47] xfs: add rmap btree operations
` [PATCH 31/47] xfs: support overlapping intervals in the rmap btree
` [PATCH 32/47] xfs: teach rmapbt to support interval queries
` [PATCH 33/47] xfs: add tracepoints for the rmap functions
` [PATCH 34/47] xfs: add an extent to the rmap btree
` [PATCH 35/47] xfs: remove an extent from "
` [PATCH 36/47] xfs: convert unwritten status of reverse mappings
` [PATCH 37/47] xfs: add rmap btree insert and delete helpers
` [PATCH 38/47] xfs: create rmap update intent log items
` [PATCH 39/47] xfs: log rmap intent items
` [PATCH 40/47] xfs: enable the xfs_defer mechanism to process rmaps to update
` [PATCH 41/47] xfs: propagate bmap updates to rmapbt
` [PATCH 42/47] xfs: add rmap btree geometry feature flag
` [PATCH 43/47] xfs: add rmap btree block detection to log recovery
` [PATCH 44/47] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 45/47] xfs: don't update rmapbt when fixing agfl
` [PATCH 46/47] xfs: enable the rmap btree functionality
` [PATCH 47/47] xfs: introduce the XFS_IOC_GETFSMAP ioctl
  ` [PATCH v2 "

[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  (5+ 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 

mmotm 2016-07-21-15-11 uploaded
 2016-07-21 22:11 UTC 

[RFC PATCH v2 0/3] fix overlayfs locks and leases
 2016-07-21 20:19 UTC  (5+ messages)
` [RFC PATCH v2 1/3] locks: fix file locking on overlayfs
` [RFC PATCH v2 2/3] vfs: make argument of d_real_inode() const
` [RFC PATCH v2 3/3] vfs: do get_write_access() on upper layer of overlayfs

[PATCH] mm: export filemap_check_errors() to modules
 2016-07-21 19:06 UTC  (2+ messages)

[PATCH] ovl: support ltp/testcase/bin/inotify04 on overlayfs
 2016-07-21 10:34 UTC  (2+ messages)

[PATCH v2] fuse: fuse_flush must check mapping->flags for errors
 2016-07-21 10:28 UTC  (2+ messages)

[Bug] fs/dcache.c: NULL pointer dereference on dentry_string_cmp
 2016-07-21  7:42 UTC  (8+ messages)

[PATCH v4 00/21] Support fuse mounts in user namespaces
 2016-07-21  7:25 UTC  (5+ messages)
` [PATCH v4 18/21] fuse: Add support for pid namespaces


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