linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-10 08:15:06 to 2016-09-15 03:20:40 UTC [more...]

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

[PATCH] fscrypto: make filename crypto functions return 0 on success
 2016-09-15  2:54 UTC  (3+ messages)

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-09-15  2:31 UTC  (24+ messages)

[PATCH 1/4] fs - make is_local_mountpoint() usable by others
 2016-09-15  2:08 UTC  (9+ messages)
` [PATCH 2/4] fs - add have_local_submounts()
` [PATCH 3/4] autofs - make mountpoint checks namespace aware
` [PATCH 4/4] fs - remove unused have_submounts() function

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

[PATCH] fscrypto: remove unnecessary includes
 2016-09-14 23:00 UTC  (6+ messages)
` [PATCH] fscrypto: make fname_encrypt() actually return length of ciphertext
` [PATCH] fscrypto: rename completion callbacks to reflect usage

iomap based DAX path V2
 2016-09-14 22:51 UTC  (18+ 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] 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 

[RFC] writev() semantics with invalid iovec in the middle
 2016-09-14 21:34 UTC 

[PATCH v5 0/5] Introduce current_time() api
 2016-09-14 20:33 UTC  (10+ messages)
` [PATCH v5 1/5] vfs: Add "
` [PATCH v5 2/5] fs: proc: Delete inode time initializations in proc_alloc_inode()
` [PATCH v5 3/5] fs: Replace CURRENT_TIME with current_time() for inode timestamps
` [PATCH v5 4/5] fs: Replace CURRENT_TIME_SEC "
` [PATCH v5 5/5] fs: Replace current_fs_time() with current_time()

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-09-14 20:22 UTC  (14+ messages)
` [PATCH 2/6] vfs: cap dedupe request structure size at PAGE_SIZE
` [PATCH 3/6] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 4/6] fs: add iomap_file_dirty

[PATCH tty-next 0/6] Minor devpts cleanups, fixes and enhancments
 2016-09-14 18:53 UTC  (7+ messages)
` [PATCH tty-next 1/6] devpts: Move parse_mount_options into fill_super
  ` [PATCH tty-next 2/6] devpts: Move the creation of /dev/pts/ptmx "
  ` [PATCH tty-next 3/6] devpts: Simplify devpts_mount by using mount_nodev
  ` [PATCH tty-next 4/6] devpts: Make devpts_kill_sb safe if fsi is NULL
  ` [PATCH tty-next 5/6] devpts: Remove sync_filesystems
  ` [PATCH tty-next 6/6] devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/pts

[PATCH 0/6 v2] fsnotify: Fix list corruption for permission events
 2016-09-14 17:14 UTC  (11+ messages)
` [PATCH 1/6] fsnotify: Add a way to stop queueing events on group shutdown
` [PATCH 2/6] fanotify: Fix list corruption in fanotify_get_response()
` [PATCH 3/6] fsnotify: Drop notification_mutex before destroying event
` [PATCH 4/6] fsnotify: Convert notification_mutex to a spinlock
` [PATCH 5/6] fanotify: Use notification_lock instead of access_lock
` [PATCH 6/6] fanotify: Fix possible false warning when freeing events

iomap based DAX path
 2016-09-14 17:07 UTC  (23+ messages)
` [PATCH 01/10] iomap: add IOMAP_F_NEW flag
` [PATCH 02/10] iomap: expose iomap_apply outside iomap.c
` [PATCH 03/10] dax: don't pass buffer_head to dax_insert_mapping
` [PATCH 04/10] dax: don't pass buffer_head to copy_user_dax
` [PATCH 05/10] dax: provide an iomap based dax read/write path
` [PATCH 06/10] dax: provide an iomap based fault handler
` [PATCH 09/10] xfs: refactor xfs_setfilesize

[PATCH v3 0/4] ovl: efficient copy up by reflink
 2016-09-14 12:43 UTC  (5+ messages)
` [PATCH v3 1/4] vfs: allow vfs_clone_file_range() across mount points
` [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] ovl: use copy_file_range for copy up if possible
 2016-09-14 12:43 UTC  (24+ messages)
` [PATCH v2 0/4] ovl: efficient copy up by reflink
  ` [PATCH v2 1/4] vfs: allow vfs_clone_file_range() across mount points
  ` [PATCH v2 2/4] ovl: use vfs_clone_file_range() for copy up if possible
  ` [PATCH v2 3/4] vfs: allow vfs_copy_file_range() across file systems
  ` [PATCH v2 4/4] ovl: use vfs_copy_file_range() to copy up file data

[PATCH 00/11] splice cleanups
 2016-09-14  9:30 UTC  (14+ messages)
` [PATCH 01/11] pipe: add pipe_buf_get() helper
` [PATCH 02/11] pipe: add pipe_buf_release() helper
` [PATCH 03/11] pipe: add pipe_buf_confirm() helper
` [PATCH 04/11] pipe: add pipe_buf_steal() helper
` [PATCH 05/11] pipe: fix comment in pipe_buf_operations
` [PATCH 06/11] pipe: no need to confirm page cache buf
` [PATCH 07/11] pipe: remove generic_pipe_buf_confirm()
` [PATCH 08/11] filemap: add get_page_for_read() helper
` [PATCH 09/11] splice: use get_page_for_read()
` [PATCH 10/11] splice: don't check i_size in generic_file_splice_read()
` [PATCH 11/11] splice: fold __generic_file_splice_read() into caller

Autofs and mount namespaces
 2016-09-14  1:25 UTC  (7+ messages)

[vfs:uaccess-fixes 17/28] arch/powerpc/include/asm/uaccess.h:311:16: error: unused variable 'over'
 2016-09-13 21:50 UTC 

[vfs:uaccess-fixes 17/28] arch/powerpc/include/asm/uaccess.h:311:16: warning: unused variable 'over'
 2016-09-13 21:39 UTC 

[vfs:uaccess-fixes 3/28] include/asm-generic/uaccess.h:232:46: warning: pointer/integer type mismatch in conditional expression
 2016-09-13 21:38 UTC 

[PATCH 0/3] fanotify: Fix list corruption in fanotify_get_response()
 2016-09-13  9:25 UTC  (8+ messages)
` [PATCH 3/3] "

Brauchen Sie einen Kredit?
 2016-09-13  7:24 UTC 

Brauchen Sie einen Kredit?
 2016-09-13  6:33 UTC 

[PATCH 0/3][V2] Provide accounting for dirty metadata
 2016-09-12 23:18 UTC  (9+ messages)
` [PATCH 2/3] writeback: allow for dirty metadata accounting

[PATCH] f2fs: handle error in recover_orphan_inode
 2016-09-12 22:32 UTC 

[PATCH] autofs - use dentry flags to block walks during expire
 2016-09-12 21:07 UTC  (3+ messages)

[PATCH] fs/buffer.c: make __getblk_slow() static
 2016-09-12 20:30 UTC 

[PATCH 00/17] clean up readlinks
 2016-09-12 19:29 UTC  (18+ messages)
` [PATCH 01/17] bad_inode: add missing i_op initializers
` [PATCH 02/17] ovl: use generic_readlink
` [PATCH 03/17] proc/self: "
` [PATCH 04/17] afs: "
` [PATCH 05/17] bad_inode: "
` [PATCH 06/17] vfs: remove page_readlink()
` [PATCH 07/17] vfs: add is_following_link() helper
` [PATCH 08/17] proc: merge proc_pid_readlink() into proc_pid_get_link()
` [PATCH 09/17] proc: merge proc_ns_readlink() into proc_ns_get_link()
` [PATCH 10/17] nsfs: clean up ns_get_name() interface
` [PATCH 11/17] vfs: replace calling i_op->readlink with vfs_readlink()
` [PATCH 12/17] vfs: remove ".readlink = generic_readlink" assignments
` [PATCH 13/17] vfs: remove unused i_op->readlink
` [PATCH 14/17] vfs: remove unused generic_readlink()
` [PATCH 15/17] vfs: add vfs_get_link() helper
` [PATCH 16/17] ovl: use vfs_get_link()
` [PATCH 17/17] ecryptfs: "

[PATCH] fscrypto: improved validation when loading inode encryption metadata
 2016-09-12 19:24 UTC 

[PATCH] logfs: remove from tree
 2016-09-12 15:53 UTC  (5+ messages)

[PATCH]:ext4 these lines are too long while reading
 2016-09-12  1:35 UTC  (3+ messages)

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

[PATCH v8 0/3] man-pages: fix reflink/dedupe ioctl manpages
 2016-09-11 18:56 UTC  (8+ messages)
` [PATCH 3/3] ioctl_xfs_ioc_getfsmap.2: document XFS_IOC_GETFSMAP ioctl

[PATCH v1] ovl: use copy_file_clone for copy up if possible
 2016-09-11 10:50 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).