linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-02 00:56:01 to 2016-12-10 20:45:16 UTC [more...]

[PATCH v4 00/11] ocfs2: wire up {clone,copy,dedupe}_range
 2016-12-10 20:44 UTC  (11+ messages)
` [PATCH 01/11] fs: try to clone files first in vfs_copy_file_range
` [PATCH 02/11] vfs: refactor clone/dedupe_file_range common functions
` [PATCH 03/11] ocfs2: convert inode refcount test to a helper
` [PATCH 04/11] ocfs2: add newlines to some error messages
` [PATCH 05/11] ocfs2: prohibit refcounted swapfiles
` [PATCH 06/11] ocfs2: budget for extent tree splits when adding refcount flag
` [PATCH 07/11] ocfs2: don't eat io errors during _dio_end_io_write
` [PATCH 08/11] ocfs2: always unlock when completing dio writes
` [PATCH 09/11] ocfs2: fix bad pointer cast
` [PATCH 10/11] ocfs2: charge quota for reflinked blocks

[GIT PULL] readlink cleanup
 2016-12-10 20:41 UTC 

[GIT PULL] vfs misc fixes
 2016-12-10 20:33 UTC 

[GIT PULL] vfs prep for overlayfs update
 2016-12-10 20:24 UTC 

[PATCH] fuse.4: Add new file describing /dev/fuse
 2016-12-10 14:17 UTC  (2+ messages)

[PATCH 1/1 linux-next] fs: add BLOCKSIZE(inode)
 2016-12-10  9:53 UTC  (2+ messages)

[PATCH v3 0/8] ocfs2: wire up {clone,copy,dedupe}_range
 2016-12-10  8:46 UTC  (6+ messages)
` [PATCH 8/8] ocfs2: charge quota for reflinked blocks

[PATCH] f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
 2016-12-10  7:40 UTC  (2+ messages)

[RFC] vmsplice() and ->steal()
 2016-12-10  5:28 UTC  (3+ messages)

[PATCH] vfs: reject inodes with negative size to prevent kernel hang
 2016-12-10  1:59 UTC  (4+ messages)

XFS: Assertion failed: del->br_blockcount > 0, file: fs/xfs/libxfs/xfs_bmap.c, line: 5124
 2016-12-09 22:42 UTC 

[PATCH V3 linux-next] fs: add i_blocksize()
 2016-12-09 21:45 UTC 

[PATCH V2 linux-next] fs: add BLOCKSIZE(inode)
 2016-12-09 20:03 UTC  (2+ messages)

[RFC][PATCH 0/2] 9p: v9fs read and write speedup
 2016-12-09 18:43 UTC  (7+ messages)
` [PATCH 1/2] 9p: v9fs add writepages
  ` [PATCH 2/2] 9p: v9fs new readpages
    ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH 1/2] 9p: v9fs add writepages

[RFC][PATCH 0/7] fanotify: add support for more events
 2016-12-09 13:16 UTC  (4+ messages)

[PATCH] NFS: switch back to ->iterate()
 2016-12-09 13:41 UTC 

[PATCH 0/6 v2] dax: Page invalidation fixes
 2016-12-09 12:02 UTC  (10+ messages)
` [PATCH 2/6] mm: Invalidate DAX radix tree entries only if appropriate
` [PATCH 5/6] dax: Call ->iomap_begin without entry lock during dax fault

[PATCH] splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE
 2016-12-09  9:58 UTC 

kernel BUG at linux-3.16.7-ckt25/fs/dcache.c:2373!
 2016-12-09  9:15 UTC 

"du" a large count files in a directory casue mounted glusterfs filesystem coredump
 2016-12-09  9:20 UTC 

fs, net: deadlock between bind/splice on af_unix
 2016-12-09  6:41 UTC  (6+ messages)

[PATCH] coredump: Ensure proper size of sparse core files
 2016-12-08 18:11 UTC 

[bug report v4.8] fs/locks.c: kernel oops during posix lock stress test
 2016-12-08 15:57 UTC  (5+ messages)

LSF/MM 2017: Call for Proposals
 2016-12-08 15:37 UTC  (6+ messages)
    ` [Lsf-pc] "

[PATCH] fuse: freezing abort when use wait_event_killable{,_exclusive}()
 2016-12-08  6:31 UTC  (3+ messages)
  ` 答复: "

[PATCH 1/7] vfs - merge path_is_mountpoint() and path_is_mountpoint_rcu()
 2016-12-08  6:18 UTC  (11+ messages)

[PATCH v3 0/2] d_unhashed fixes and cleanup
 2016-12-08  5:16 UTC  (4+ messages)
` [PATCH 1/2] Re introduces a DCACHE_DENTRY_UNHASHED flag

Mountpoints disappearing from namespace unexpectedly
 2016-12-08  5:01 UTC  (11+ messages)
` Revalidate failure leads to unmount (was: Mountpoints disappearing from namespace unexpectedly.)
  ` Revalidate failure leads to unmount

[PATCH] f2fs: fix to access nullified flush_cmd_control pointer
 2016-12-08  3:05 UTC 

[PATCH 1/2] f2fs: detect wrong layout
 2016-12-07 22:37 UTC  (4+ messages)
` [PATCH 2/2] f2fs: free meta pages if sanity check for ckpt is failed

[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
 2016-12-07 20:48 UTC  (11+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
  ` [PATCH v2 "
      ` [PATCH v3 1/4] sched: move IO scheduling accounting from io_schedule_timeout() into scheduler

Remaining work needed for moving Lustre out of staging
 2016-12-07 19:57 UTC  (12+ messages)
      ` [lustre-devel] "

[RFC/RFT PATCH 0/3] d_time removal
 2016-12-07 19:46 UTC  (2+ messages)

[LSF/MM TOPIC] New overlayfs features
 2016-12-07 15:36 UTC  (2+ messages)

Introducing overlayfs snapshots project
 2016-12-07 14:34 UTC 

[PATCH] writeback: Write dirty times for WB_SYNC_ALL writeback
 2016-12-07 13:43 UTC  (3+ messages)

[GIT PULL] fuse fix for 4.9-rc8
 2016-12-07 10:31 UTC 

mmotm 2016-11-30-15-46 uploaded
 2016-12-07  0:11 UTC  (3+ messages)

mmotm 2016-12-06-15-45 uploaded
 2016-12-06 23:46 UTC 

[PATCH v2 0/6] UBIFS related fscrypt updates
 2016-12-06 22:53 UTC  (7+ messages)
` [PATCH v2 1/6] fscrypt: Use correct index in decrypt path
` [PATCH v2 2/6] fscrypt: Never allocate fscrypt_ctx on in-place encryption
` [PATCH v2 3/6] fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
` [PATCH v2 4/6] fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
` [PATCH v2 5/6] fscrypt: Delay bounce page pool allocation until needed
` [PATCH v2 6/6] fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL

[PATCH v27 00/21] Richacls (Core and Ext4)
 2016-12-06 21:36 UTC  (9+ messages)
` [PATCH v27 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "

[PATCH v3 00/33] Radix tree patches for 4.10
 2016-12-06 21:25 UTC  (5+ messages)
` [PATCH v3 33/33] Reimplement IDR and IDA using the radix tree

[PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
 2016-12-06 18:58 UTC  (12+ messages)

fsnotify_mark_srcu wtf?
 2016-12-06 17:07 UTC  (12+ messages)

FUSE: regression when clearing setuid bits on chown
 2016-12-06 14:54 UTC  (7+ messages)

[POC/RFC PATCH] overlayfs: constant inode numbers
 2016-12-05 20:01 UTC  (11+ messages)
    ` Fwd: "

[PATCH 1/2] Revert "f2fs: use percpu_counter for # of dirty pages in inode"
 2016-12-05 19:43 UTC  (2+ messages)
` [PATCH 2/2] f2fs: call sync_fs when f2fs is idle

[RFC PATCH 0/5] fscrypt error code cleanup
 2016-12-05 19:12 UTC  (6+ messages)
` [RFC PATCH 1/5] fscrypt: use ENOKEY when file cannot be created w/o key
` [RFC PATCH 2/5] fscrypt: use ENOTDIR when setting encryption policy on nondirectory
` [RFC PATCH 3/5] fscrypt: use EEXIST when file already uses different policy
` [RFC PATCH 4/5] fscrypt: remove user-triggerable warning messages
` [RFC PATCH 5/5] fscrypt: pass up error codes from ->get_context()

[RFC][PATCH 0/4] Enhanced file stat system call [ver #3]
 2016-12-05 15:37 UTC  (8+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available "

[RFC][PATCH 0/4] ovl: Do not hold s_vfs_rename_mutex during data copy up
 2016-12-05 14:51 UTC  (4+ messages)
` [RFC][PATCH 3/4] ovl: fold ovl_copy_up_truncate() into ovl_copy_up()

[PATCH v3] ovl: lockdep annotate of nested stacked overlayfs inode lock
 2016-12-05 11:56 UTC 

[PATCH v2] ovl: lockdep annotate of nested stacked overlayfs inode lock
 2016-12-05 10:00 UTC  (2+ messages)

[PATCH] overlay: test ro/rw fd data inconsistecies
 2016-12-05  7:01 UTC  (8+ messages)

[vfs:work.autofs 6/10] ERROR: "path_is_mountpoint" [fs/autofs4/autofs4.ko] undefined!
 2016-12-04 23:31 UTC  (4+ messages)

[PATCH 0/6] UBIFS related fscrypt updates
 2016-12-03 21:56 UTC  (7+ messages)
` [PATCH 2/6] fscrypt: Release fscrypt context on in-place encryption
` [PATCH 3/6] fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()

[PATCH v13 0/8] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-12-03 15:37 UTC  (3+ messages)

[PATCH] vfs: remove unused s_lock_key
 2016-12-03  9:15 UTC 

[vfs:work.autofs 5/10] fs/autofs4/root.c:450:30: warning: passing argument 1 of 'autofs4_mount_wait' discards 'const' qualifier from pointer target type
 2016-12-03  6:52 UTC 

bcachefs: metadata IO improvements in bcachefs-testing
 2016-12-03  4:04 UTC 

[RFD] Common userspace tool for fscypto
 2016-12-03  0:40 UTC  (8+ messages)

[RFC][PATCH] vfs: lockdep annotate of stacked inode_lock()
 2016-12-02 20:25 UTC  (2+ messages)

9pfs hangs since 4.7
 2016-12-02 20:11 UTC  (3+ messages)

[PATCH 0/6] UBIFS NFS export support
 2016-12-02 10:36 UTC  (4+ messages)
` [PATCH 4/6] ubifs: Maintain a parent pointer

[RFC PATCH 0/3] fs: add AT_REPLACE flag for linkat()
 2016-12-02  1:10 UTC  (6+ messages)
` [RFC PATCH 2/3] vfs: add d_replace()


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