Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-09 20:32:26 to 2016-03-14 17:47:45 UTC [more...]

[PATCH] epoll: add exclusive wakeups flag
 2016-03-14 17:47 UTC  (10+ messages)

[PATCH] block: protect iterate_bdevs() against concurrent close
 2016-03-14 17:42 UTC  (3+ messages)

[PATCH 07/13] aio: enabled thread based async fsync
 2016-03-14 17:17 UTC  (11+ messages)
                  ` aio openat "

[PATCH] mm,writeback: Don't use ALLOC_NO_WATERMARKS for wb_start_writeback
 2016-03-14 16:09 UTC  (3+ messages)
` [PATCH] mm,writeback: Don't use memory reserves "

[PATCH] devpts: Make ptmx be owned by the userns owner instead of userns-local 0
 2016-03-14 15:42 UTC  (3+ messages)

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

[RFC] [PATCH 0/12] DAX page fault locking
 2016-03-14 14:51 UTC  (24+ messages)
` [PATCH 01/12] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 02/12] radix-tree: make 'indirect' bit available to exception entries
` [PATCH 03/12] mm: Remove VM_FAULT_MINOR
` [PATCH 04/12] ocfs2: Fix return value from ocfs2_page_mkwrite()
` [PATCH 05/12] dax: Remove synchronization using i_mmap_lock
` [PATCH 06/12] dax: Remove complete_unwritten argument
` [PATCH 07/12] dax: Fix data corruption for written and mmapped files
` [PATCH 08/12] dax: Fix bogus fault return value on cow faults
` [PATCH 09/12] dax: Allow DAX code to replace exceptional entries
` [PATCH 10/12] dax: Remove redundant inode size checks
` [PATCH 11/12] dax: Disable huge page handling
` [PATCH 12/12] dax: New fault locking

[PATCH v5.1 0/2] create BLKZEROOUT ioctl that invalidates page cache
 2016-03-14 14:46 UTC  (30+ messages)
` [PATCH 2/2] block: create ioctl to discard-or-zeroout a range of blocks

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-03-14 13:02 UTC  (27+ messages)
` [PATCH v18 09/22] richacl: Permission check algorithm
` [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v18 18/22] richacl: xattr mapping functions
` [PATCH v18 19/22] richacl: Add richacl xattr handler
` [PATCH v18 21/22] ext4: Add richacl support

[ANNOUNCE] util-linux v2.28-rc1
 2016-03-14 12:22 UTC  (3+ messages)

[PATCH RFC] ext4: use __GFP_NOFAIL in ext4_free_blocks()
 2016-03-13 21:30 UTC  (2+ messages)

races in ll_splice_alias()
 2016-03-13 14:35 UTC  (29+ messages)
              ` races in ll_splice_alias() and elsewhere (ext4, ocfs2)
                  ` do we need that smp_wmb() in __d_alloc()?

[PATCH] Set nosuid, noexec, nodev if any lowerdirs have it
 2016-03-13  7:57 UTC  (2+ messages)

[PATCH 1/2] aio: use kmem_cache_zalloc
 2016-03-13  7:26 UTC 

confidential Message
 2016-03-12  8:01 UTC 

confidential Message
 2016-03-12 10:51 UTC 

[PATCH 1/2] f2fs: submit node page write bios when really required
 2016-03-12  0:14 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid writepage lock when many threads call fsync

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

Orangefs, v4.5 and the merge window
 2016-03-11 22:35 UTC  (3+ messages)

Can getdents return zero inode numbers?
 2016-03-11 21:39 UTC  (3+ messages)

[PATCH 00/10 v2] File-level Encryption Support by VFS
 2016-03-11 18:50 UTC  (6+ messages)
` [PATCH 01/10] fs crypto: add basic definitions for per-file encryption

generic RDMA READ/WRITE API V2
 2016-03-11  9:53 UTC  (4+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2

[PATCH v5 00/14] Support for transparent PUD pages for DAX files
 2016-03-10 23:55 UTC  (15+ messages)
` [PATCH v5 01/14] mmdebug: Always evaluate the arguments to VM_BUG_ON_*
` [PATCH v5 02/14] mm: Convert an open-coded VM_BUG_ON_VMA
` [PATCH v5 03/14] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH v5 04/14] mm: Add support for PUD-sized transparent hugepages
` [PATCH v5 05/14] mincore: Add support for PUDs
` [PATCH v5 06/14] procfs: Add support for PUDs to smaps, clear_refs and pagemap
` [PATCH v5 07/14] x86: Unify native_*_get_and_clear !SMP case
` [PATCH v5 08/14] x86: Fix whitespace issues
` [PATCH v5 09/14] x86: Add support for PUD-sized transparent hugepages
` [PATCH v5 10/14] dax: Support for transparent PUD pages
` [PATCH v5 11/14] ext4: Support for PUD-sized transparent huge pages
` [PATCH v5 12/14] dax: Use vmf->gfp_mask
` [PATCH v5 13/14] dax: Remove unnecessary rechecking of i_size
` [PATCH v5 14/14] dax: Use vmf->pgoff in fault handlers

mmotm 2016-03-10-15-49 uploaded
 2016-03-10 23:50 UTC 

[PATCH] splice: handle zero nr_pages in splice_to_pipe()
 2016-03-10 20:19 UTC 

[git pull] a couple of fixes
 2016-03-10 19:15 UTC 

[PATCH] overlayfs: Ensure upper filesystem supports d_type
 2016-03-10 16:05 UTC  (2+ messages)

[PATCH] ext4/jbd2: Fix jbd2_journal_destory() for umount path
 2016-03-10  4:59 UTC  (2+ messages)

[PATCH] f2fs: support access control via key management
 2016-03-10  2:18 UTC  (3+ messages)

[PATCH 0/2] Fix debugfs bind mount regression
 2016-03-09 21:18 UTC  (7+ messages)
` [PATCH 1/2] fs: Allow bind mounts with locked children on permaenetly empty directories
` [PATCH 2/2] debugfs: Make automount point inodes permanently empty


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 read-only IMAP folder(s) and NNTP newsgroup(s).