linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-14 20:59:02 to 2016-09-19 07:26:32 UTC [more...]

xfs_file_splice_read: possible circular locking dependency detected
 2016-09-19  7:26 UTC  (9+ messages)
                        ` skb_splice_bits() and large chunks in pipe (was "

[PATCH 1/4] fs - make is_local_mountpoint() usable by others
 2016-09-19  1:36 UTC  (15+ messages)
` [PATCH 3/4] autofs - make mountpoint checks namespace aware

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-09-19  0:11 UTC  (4+ messages)
` [PATCH 4/6] fs: add iomap_file_dirty

bcachefs: Encryption (Posting for review)
 2016-09-19  0:04 UTC  (2+ messages)

[PATCH 0/9] Various fixes related to ptrace_may_access()
 2016-09-18 20:52 UTC  (24+ messages)
` [PATCH 1/9] exec: introduce cred_guard_light
` [PATCH 2/9] exec: turn self_exec_id into self_privunit_id
` [PATCH 3/9] proc: use open()-time creds for ptrace checks
` [PATCH 4/9] futex: don't leak robust_list pointer
` [PATCH 5/9] proc: lock properly in ptrace_may_access callers
` [PATCH 6/9] ptrace: warn on ptrace_may_access without proper locking
` [PATCH 7/9] ptrace: forbid ptrace checks against current_cred() from VFS context
` [PATCH 8/9] fs/proc: fix attr access check
` [PATCH 9/9] Documentation: add security/ptrace_checks.txt

[PATCH 00/12] misc filesystem patches for 4.9
 2016-09-17  6:20 UTC  (16+ messages)
` [PATCH 01/12] ima: use file_dentry()
` [PATCH 02/12] vfs: move permission checking into notify_change() for utimes(NULL)
` [PATCH 03/12] vfs: update ovl inode before relatime check
` [PATCH 04/12] fsnotify: support overlayfs
` [PATCH 05/12] locks: fix file locking on overlayfs
` [PATCH 06/12] vfs: make argument of d_real_inode() const
` [PATCH 07/12] vfs: do get_write_access() on upper layer of overlayfs
` [PATCH 08/12] btrfs: use filemap_check_errors()
` [PATCH 09/12] f2fs: "
` [PATCH 10/12] posix_acl: don't ignore return value of posix_acl_create_masq()
` [PATCH 11/12] cifs: don't use ->d_time
` [PATCH 12/12] vfat: "

[RFC] writev() semantics with invalid iovec in the middle
 2016-09-16 18:36 UTC  (7+ messages)

[PATCH 4/6] fsnotify: Convert notification_mutex to a spinlock
 2016-09-16 15:55 UTC  (2+ messages)

[PATCH v2] fs/dcache.c: avoid soft-lockup in dput()
 2016-09-16 12:50 UTC  (4+ messages)

[PATCHv3 00/41] ext4: support of huge pages
 2016-09-16 12:17 UTC  (47+ messages)
` [PATCHv3 01/41] tools: Add WARN_ON_ONCE
` [PATCHv3 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv3 03/41] radix-tree: Add radix_tree_join
` [PATCHv3 04/41] radix-tree: Add radix_tree_split
` [PATCHv3 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv3 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv3 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv3 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv3 09/41] page-flags: relax page flag policy for few flags
` [PATCHv3 10/41] mm, rmap: account file thp pages
` [PATCHv3 11/41] thp: try to free page's buffers before attempt split
` [PATCHv3 12/41] thp: handle write-protection faults for file THP
` [PATCHv3 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv3 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv3 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv3 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv3 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv3 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv3 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv3 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv3 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv3 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv3 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv3 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv3 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv3 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv3 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv3 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv3 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv3 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv3 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv3 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv3 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv3 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv3 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv3 36/41] ext4: handle writeback with "
` [PATCHv3 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv3 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv3 39/41] ext4: make fallocate() operations work with "
` [PATCHv3 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv3 41/41] ext4, vfs: add huge= mount option

iomap based DAX path V3
 2016-09-16 11:27 UTC  (13+ messages)
` [PATCH 01/12] iomap: add IOMAP_F_NEW flag
` [PATCH 02/12] iomap: expose iomap_apply outside iomap.c
` [PATCH 03/12] dax: don't pass buffer_head to dax_insert_mapping
` [PATCH 04/12] dax: don't pass buffer_head to copy_user_dax
` [PATCH 05/12] dax: provide an iomap based dax read/write path
` [PATCH 06/12] dax: provide an iomap based fault handler
` [PATCH 07/12] xfs: fix locking for DAX writes
` [PATCH 08/12] xfs: take the ilock shared if possible in xfs_file_iomap_begin
` [PATCH 09/12] xfs: refactor xfs_setfilesize
` [PATCH 10/12] xfs: use iomap to implement DAX
` [PATCH 11/12] ext2: stop passing buffer_head to ext2_get_blocks
` [PATCH 12/12] ext2: use iomap to implement DAX

[PATCH 00/11] splice cleanups
 2016-09-16 11:24 UTC  (4+ messages)
` [PATCH 07/11] pipe: remove generic_pipe_buf_confirm()

[PATCH v2 0/3] mm, dax: export dax capabilities and mapping size info to userspace
 2016-09-16 10:47 UTC  (16+ messages)
` [PATCH v2 1/3] mm, dax: add VM_SYNC flag for device-dax VMAs
` [PATCH v2 2/3] mm, dax: add VM_DAX flag for DAX VMAs
` [PATCH v2 3/3] mm, mincore2(): retrieve tlb-size attributes of an address range

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-09-16  5:54 UTC  (19+ messages)

[PATCH v3 3/3] x86,arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-09-16  5:30 UTC  (3+ messages)

[PATCH v2] fscrypto: make filename crypto functions return 0 on success
 2016-09-15 22:12 UTC  (4+ messages)

[PATCH] fscrypto: remove unnecessary includes
 2016-09-15 20:56 UTC  (8+ messages)
` [PATCH] fscrypto: make fname_encrypt() actually return length of ciphertext
` [PATCH] fscrypto: rename completion callbacks to reflect usage
  `  "
` fscrypto: remove unnecessary includes

[PATCH] fscrypto: improved validation when loading inode encryption metadata
 2016-09-15 20:26 UTC  (3+ messages)
`  "

[PATCH v2 0/9] re-enable DAX PMD support
 2016-09-15 20:09 UTC  (3+ messages)
` [PATCH v2 2/9] ext2: tell DAX the size of allocation holes

[PATCH] fscrypto: make filename crypto functions return 0 on success
 2016-09-15 17:22 UTC  (6+ messages)

[PATCH] Fuse: Add mount option to cache presence of security related xattr
 2016-09-15 14:15 UTC  (4+ messages)

iomap based DAX path V2
 2016-09-15  6:43 UTC  (14+ messages)
` [PATCH 06/12] dax: provide an iomap based fault handler
` [PATCH 10/12] xfs: use iomap to implement DAX
` [PATCH 11/12] ext2: stop passing buffer_head to ext2_get_blocks
` [PATCH 12/12] ext2: use iomap to implement DAX

iomap based DAX path
 2016-09-15  5:30 UTC  (7+ messages)
` [PATCH 06/10] dax: provide an iomap based fault handler

[PATCH] vfs: cap dedupe request structure size at PAGE_SIZE
 2016-09-15  3:20 UTC 

[PATCH] vfs: fix return type of ioctl_file_dedupe_range
 2016-09-15  3:20 UTC 

mmotm 2016-09-14-16-49 uploaded
 2016-09-14 23:50 UTC 

[PATCH] fs/aio.c: eliminate redundant loads in put_aio_ring_file
 2016-09-14 22:25 UTC 

[PATCH] fs/internal.h: add const to ns_dentry_operations declaration
 2016-09-14 22:15 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).