linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-24 22:27:50 to 2016-07-28 19:46:31 UTC [more...]

[PATCH v7 00/47] xfs: add reverse mapping support
 2016-07-28 19:46 UTC  (14+ 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 07/47] xfs: add function pointers for get/update keys to the btree
  ` [PATCH v2 "

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2016-07-28 19:25 UTC  (5+ messages)
` [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs

insanity in ll_dirty_page_discard_warn()
 2016-07-28 19:25 UTC  (2+ messages)

[PATCH 0/5 RFC] Add an interface to discover relationships between namespaces
 2016-07-28 19:00 UTC  (28+ messages)
  ` [PATCH 1/5] namespaces: move user_ns into ns_common

[PATCH] vfs: cap dedupe request structure size at PAGE_SIZE
 2016-07-28 18:35 UTC 

[PATCH v2] Prevent rqstp->rq_pages[RPCSVC_MAXPAGES] overrun
 2016-07-28 18:25 UTC 

[git pull] vfs.git part 1
 2016-07-28 15:55 UTC 

[PATCH 1/3] befs: remove off argument of befs_read_datastream
 2016-07-28 15:53 UTC  (2+ messages)

[GIT PULL] freevxfs updates for 4.8
 2016-07-28 13:33 UTC 

[GIT PULL] configfs updates for 4.8
 2016-07-28 13:30 UTC 

[GIT PULL] binfmt_misc updates for 4.7+ merge window
 2016-07-28 11:07 UTC  (11+ messages)

Subtle races between DAX mmap fault and write path
 2016-07-28  8:47 UTC  (6+ messages)

[GIT PULL] Quota time64 support
 2016-07-28  7:05 UTC 

[PATCH 1/2] fs: befs: check silent flag before logging error
 2016-07-28  0:09 UTC 

[GIT PULL] f2fs for 4.8
 2016-07-27 21:24 UTC  (8+ messages)

[PATCH] MAINTAINERS: befs: Add new maintainers
 2016-07-27 20:24 UTC 

[RESEND PATCH 1/4] fs: befs: Remove redundant validation from befs_find_brun_direct
 2016-07-27 15:32 UTC  (6+ messages)
` [RESEND PATCH 2/4] fs: befs: Coding style fix
` [RESEND PATCH 3/4] fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect
` [RESEND PATCH 4/4] fs: befs: Remove goto from befs_bread_iaddr

[RESEND PATCH V3] fs: befs: Insert NULL inode to dentry
 2016-07-27 15:27 UTC  (2+ messages)

[PATCH v4 0/5] vfs: Use dlock list for SB's s_inodes list
 2016-07-27 15:12 UTC  (4+ messages)

Volunteering for BeFS maintainership
 2016-07-27 14:39 UTC  (11+ messages)

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-07-27 14:09 UTC  (39+ 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

re
 2016-07-27 10:23 UTC 

[GIT PULL] userns related vfs enhancements for v4.8
 2016-07-27  0:02 UTC  (3+ messages)

mmotm 2016-07-26-16-26 uploaded
 2016-07-26 23:27 UTC 

[PATCH v2 00/10] userns: sysctl limits for namespaces
 2016-07-26 20:44 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

[PATCH] fs: proc: switch to ida_simple_get/remove
 2016-07-26 19:40 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  (4+ messages)
` [PATCH 14/15] dax: Protect PTE modification on WP fault by radix tree entry lock

[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 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  (5+ messages)
` [PATCH v5 12/15] binfmt_flat: allow compressed flat binary format to work on MMU systems

[GIT PULL] Orangefs updates for 4.8 merge window
 2016-07-25 19:33 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)

Getting file type from inode of fd
 2016-07-25  3:19 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).