linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-18 18:14:38 to 2016-09-23 19:45:55 UTC [more...]

skb_splice_bits() and large chunks in pipe (was Re: xfs_file_splice_read: possible circular locking dependency detected
 2016-09-23 19:45 UTC  (23+ messages)
                        ` [RFC][CFT] splice_read reworked
                          ` [PATCH 01/11] fix memory leaks in tracing_buffers_splice_read()
                          ` [PATCH 02/11] splice_to_pipe(): don't open-code wakeup_pipe_readers()
                          ` [PATCH 03/11] splice: switch get_iovec_page_array() to iov_iter
                          ` [PATCH 04/11] splice: lift pipe_lock out of splice_to_pipe()
                          ` [PATCH 05/11] skb_splice_bits(): get rid of callback
                          ` [PATCH 06/11] new helper: add_to_pipe()
                          ` [PATCH 07/11] fuse_dev_splice_read(): switch to add_to_pipe()
                          ` [PATCH 08/11] cifs: don't use memcpy() to copy struct iov_iter
                          ` [PATCH 09/11] fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()
                          ` [PATCH 10/11] new iov_iter flavour: pipe-backed
                          ` [PATCH 11/11] switch generic_file_splice_read() to use of ->read_iter()
                  ` xfs_file_splice_read: possible circular locking dependency detected

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

[PATCH v3 0/4] ovl: efficient copy up by reflink
 2016-09-23 18:52 UTC  (21+ messages)
` [PATCH v3 2/4] ovl: use vfs_clone_file_range() for copy up if possible
` [PATCH v3 3/4] vfs: allow vfs_copy_file_range() across file systems
` [PATCH v3 4/4] ovl: use vfs_copy_file_range() to copy up file data

[PATCH] fs/select: add vmalloc fallback for select(2)
 2016-09-23 16:47 UTC  (6+ messages)

[PATCH] seq_file: don't set read position for invalid iterator
 2016-09-23 15:54 UTC  (2+ messages)

[PATCH 0/2] Support for posix ACLs in fuse
 2016-09-23 15:03 UTC  (16+ messages)
      ` [fuse-devel] "

[PATCH v2] fs/select: add vmalloc fallback for select(2)
 2016-09-23 13:35 UTC  (8+ messages)

[PATCH tty-next 0/6] Minor devpts cleanups, fixes and enhancments
 2016-09-23  9:30 UTC  (3+ messages)

[vfs:work.splice_read 10/11] lib/iov_iter.c:532:18: note: in expansion of macro 'min'
 2016-09-23  8:46 UTC 

Naming O_TMPFILE files
 2016-09-23  8:41 UTC  (2+ messages)

[PATCH v4 0/4] ovl: efficient copy up by reflink
 2016-09-23  8:38 UTC  (4+ messages)
` [PATCH v4 1/3] vfs: allow vfs_clone_file_range() across mount points
` [PATCH v4 2/3] vfs: call vfs_clone_file_range() under mnt_want_write()
` [PATCH v4 3/3] ovl: use vfs_clone_file_range() for copy up if possible

[vfs:work.splice_read 4/11] fs/splice.c:1422:19: warning: passing argument 2 of 'splice_more' from incompatible pointer type
 2016-09-23  8:29 UTC 

[vfs:work.splice_read 4/11] fs/splice.c:1422:38: error: passing argument 2 of 'splice_more' from incompatible pointer type
 2016-09-23  8:27 UTC 

[PATCH] fsnotify: Cleanup spinlock assertions
 2016-09-23  8:14 UTC  (3+ messages)

[PATCH 0/5 v2 RESEND] fs: Avoid premature clearing of file capabilities
 2016-09-23  7:45 UTC  (11+ messages)
` [PATCH 1/5] xfs: Propagate dentry down to inode_change_ok()
` [PATCH 2/5] ceph: "
` [PATCH 3/5] fuse: "
` [PATCH 4/5] fs: Give dentry to inode_change_ok() instead of inode
` [PATCH 5/5] fs: Avoid premature clearing of capabilities

[GIT PULL] configfs fix for 4.8-rc8
 2016-09-23  3:48 UTC 

[PATCH 0/4 v3] Add an interface to discover relationships between namespaces
 2016-09-23  1:09 UTC  (2+ messages)

[PATCH] ext4: do not unnecessarily null-terminate encrypted symlink data
 2016-09-22 20:31 UTC  (3+ messages)
` [PATCH] f2fs: "
` [PATCH] fscrypto: use standard macros to compute length of fname ciphertext

[PATCH 0/4][V3] metadata throttling in writeback patches
 2016-09-22 19:48 UTC  (12+ messages)
` [PATCH 1/4] remove mapping from balance_dirty_pages*()
` [PATCH 2/4] writeback: allow for dirty metadata accounting
` [PATCH 3/4] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH 4/4] writeback: introduce super_operations->write_metadata

[PATCH 0/2] Fix radix_tree_lookup_slot()
 2016-09-22 18:53 UTC  (4+ messages)
` [PATCH 1/2] radix tree test suite: Test radix_tree_replace_slot() for multiorder entries
` [PATCH 2/2] radix-tree: Fix optimisation problem

ext4, f2fs: fscrypt_has_permitted_context() check in file open
 2016-09-22 15:59 UTC  (4+ messages)

[PATCH v2 0/9] re-enable DAX PMD support
 2016-09-22 15:51 UTC  (5+ messages)
` [PATCH v2 1/9] ext4: allow DAX writeback for hole punch

fscrypt: in-place decrypt vs. out-of-place encrypt?
 2016-09-22 14:13 UTC  (3+ messages)

[PATCH] ext4: optimize ext4 direct I/O locking for reading
 2016-09-22 13:30 UTC  (5+ messages)

[PATCH 1/4] f2fs: assign return value in f2fs_gc
 2016-09-22 10:58 UTC  (5+ messages)
` [PATCH 2/4] f2fs: should put_page for summary page
` [PATCH 3/4] f2fs: avoid gc in cp_error case
` [PATCH 4/4] f2fs: handle errors during recover_orphan_inodes
` [f2fs-dev] [PATCH 1/4] f2fs: assign return value in f2fs_gc

[PATCH v2 RESEND] posix_acl: Clear SGID bit when setting file permissions
 2016-09-22  9:10 UTC  (4+ messages)

[PATCH v0 0/3] [RESEND] lockperf: a few small improvments
 2016-09-22  8:46 UTC  (4+ messages)
` [PATCH v0 1/3] Synchronize all clients on start up
` [PATCH v0 2/3] posix03, posix04: Use '-l' instead of '-i' as option argument name
` [PATCH v0 3/3] posix03: Do not kill everything in the process group

Locking rules for fscrypt_operations->set_context()
 2016-09-22  0:14 UTC  (2+ messages)

kernel BUG at fs/xfs/xfs_message.c:113!
 2016-09-21 15:38 UTC  (4+ messages)

BUG: aio/direct-io data corruption in 4.7
 2016-09-21 14:15 UTC 

Remark on commit a7900a116803 "fsnotify-convert-notification_mutex-to-a-spinlock-fix"
 2016-09-21  9:06 UTC  (2+ messages)

[PATCH 1/2] f2fs: use crc and cp version to determine roll-forward recovery
 2016-09-21  0:45 UTC  (4+ messages)
` [PATCH 2/2] f2fs: put directory inodes before checkpoint in "
` [f2fs-dev] [PATCH 1/2] f2fs: use crc and cp version to determine "

mmotm 2016-09-20-16-22 uploaded
 2016-09-20 23:22 UTC 

BUSINESS PROPOSAL
 2016-09-20 17:59 UTC 

Trouble mounting metadata_csum ext4 filesystems with v4.7.x after c9274d891869880648c4ee9365df3ecc7ba2e285: not enough inode bytes checksummed?
 2016-09-20 13:35 UTC  (3+ messages)

Mountpoints disappearing from namespace unexpectedly
 2016-09-20  1:44 UTC  (2+ messages)
` Revalidate failure leads to unmount (was: Mountpoints disappearing from namespace unexpectedly.)

mmotm 2016-09-19-16-52 uploaded
 2016-09-19 23:53 UTC 

[PATCH] fs, ntfs: ķill the iov_iter_fault_in_multipages_readable alias
 2016-09-19 16:47 UTC  (2+ messages)

[PATCH 0/9] Various fixes related to ptrace_may_access()
 2016-09-19 15:31 UTC  (24+ messages)
` [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 7/9] ptrace: forbid ptrace checks against current_cred() from VFS context

[lustre-devel] [PATCH 030/124] staging: lustre: llite: Replace write mutex with range lock
 2016-09-19  9:59 UTC  (2+ messages)

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


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