linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-09 22:58:01 to 2016-11-14 23:58:55 UTC [more...]

[PATCH] vfs: fix boolreturn.cocci warnings
 2016-11-14 23:58 UTC 

[MISSED PATCH] xattr: Fix setting security xattrs on sockfs
 2016-11-14 21:29 UTC  (2+ messages)

[PATCH v1] fs: Constify path_is_under()'s arguments
 2016-11-14 21:14 UTC 

[PATCHSET v3] block: IO polling improvements
 2016-11-14 20:00 UTC  (8+ messages)
` [PATCH 1/3] block: fast-path for small and simple direct I/O requests
` [PATCH 2/3] blk-mq: implement hybrid poll mode for sync O_DIRECT
` [PATCH 3/3] blk-mq: make the polling code adaptive

debugfs question
 2016-11-14 17:12 UTC  (10+ messages)

[PATCH 0/3] overlayfs: allow moving directory trees
 2016-11-14 16:25 UTC  (22+ messages)
` [PATCH 3/3] ovl: redirect on rename-dir

[RFC][PATCH 0/2] fsnotify: reduce coupling of permission and non permission events
 2016-11-14 15:09 UTC  (5+ messages)
` [RFC][PATCH 1/2] fsnotify: separate fsnotify_mark_srcu for groups with "
` [RFC][PATCH 2/2] fsnotify: handle permission events without holding fsnotify_mark_srcu[0]

[glibc PATCH] fcntl: put F_OFD_* constants under #ifdef __USE_FILE_OFFSET64
 2016-11-14 13:45 UTC  (11+ messages)

[PATCH 00/29] UBIFS File Encryption v1
 2016-11-14 12:01 UTC  (33+ messages)
` [PATCH 01/29] fscrypt: Add in-place encryption mode
` [PATCH 02/29] fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
` [PATCH 03/29] fscrypt: Enable partial page encryption
` [PATCH 04/29] fscrypt: Constify struct inode pointer
` [PATCH 05/29] fscrypt: Let fs select encryption index/tweak
` [PATCH 06/29] ubifs: Export ubifs_check_dir_empty()
` [PATCH 07/29] ubifs: Export xattr get and set functions
` [PATCH 08/29] ubifs: Define UBIFS crypto context xattr
` [PATCH 09/29] ubifs: Add skeleton for fscrypto
` [PATCH 10/29] ubifs: Massage ubifs_listxattr() for encryption context
` [PATCH 11/29] ubifs: Implement directory open operation
` [PATCH 12/29] ubifs: Implement file "
` [PATCH 13/29] ubifs: Enforce crypto policy in ->link and ->rename
` [PATCH 14/29] ubifs: Preload crypto context in ->lookup()
` [PATCH 15/29] ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto
` [PATCH 16/29] ubifs: Enforce crypto policy in mmap
` [PATCH 17/29] ubifs: Introduce new data node field, compr_size
` [PATCH 18/29] ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()
` [PATCH 19/29] ubifs: Implement encrypt/decrypt for all IO
` [PATCH 20/29] ubifs: Relax checks in ubifs_validate_entry()
` [PATCH 21/29] ubifs: Make r5 hash binary string aware
` [PATCH 22/29] ubifs: Implement encrypted filenames
` [PATCH 23/29] ubifs: Add support for encrypted symlinks
` [PATCH 24/29] ubifs: Rename tnc_read_node_nm
` [PATCH 25/29] ubifs: Add full hash lookup support
` [PATCH 26/29] ubifs: Use a random number for cookies
` [PATCH 27/29] ubifs: Implement UBIFS_FLG_DOUBLE_HASH
` [PATCH 28/29] ubifs: Implement UBIFS_FLG_ENCRYPTION
` [PATCH 29/29] ubifs: Raise write version to 5

fsnotify_mark_srcu wtf?
 2016-11-14 11:59 UTC  (11+ messages)

[PATCH] vfs: fix statfs64() does not handle errors
 2016-11-14 10:59 UTC  (3+ messages)

[PATCH 0/11 v2] ext4: Convert ext4 DAX IO to iomap framework
 2016-11-14  8:54 UTC  (19+ messages)
` [PATCH 01/11] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 02/11] ext4: Let S_DAX set only if DAX is really supported
` [PATCH 03/11] ext4: Convert DAX reads to iomap infrastructure
` [PATCH 04/11] ext4: Use iomap for zeroing blocks in DAX mode
` [PATCH 06/11] ext4: Avoid split extents for DAX writes

PLEASE VIEW THE ATTACHED FILE AND CONTACT ME
 2016-11-14  7:42 UTC 

an iomap-based direct I/O implementation V3
 2016-11-13 19:07 UTC  (6+ messages)
` [PATCH 1/5] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 3/5] fs: make sb_init_dio_done_wq available outside of direct-io.c
` [PATCH 4/5] iomap: implement direct I/O
` [PATCH 5/5] xfs: use iomap_dio_rw

Can I move a kernel thread into a special mount namespace
 2016-11-13  9:43 UTC  (4+ messages)

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-12 21:37 UTC  (16+ messages)
` [PATCH 01/12] block: bio: pass bvec table to bio_init()
` [PATCH 02/12] block: drbd: remove impossible failure handling
` [PATCH 03/12] block: floppy: use bio_add_page()
` [PATCH 04/12] target: avoid to access .bi_vcnt directly
` [PATCH 05/12] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 06/12] dm: crypt: use bio_add_page()
` [PATCH 07/12] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 08/12] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 09/12] fs: logfs: convert to bio_add_page() in sync_request()
` [PATCH 10/12] fs: logfs: use bio_add_page() in __bdev_writeseg()
` [PATCH 11/12] fs: logfs: use bio_add_page() in do_erase()
` [PATCH 12/12] fs: logfs: remove unnecesary check

[RFC][PATH 0/4] Reduce excessive use of lock_rename() in overlayfs
 2016-11-12 19:45 UTC  (20+ messages)
` [RFC][PATH 1/4] vfs: reinterpret sillyrename flag as delete lock
` [RFC][PATH 2/4] vfs: introduce delete trylock/unlock
` [RFC][PATH 3/4] ovl: delete lock upper dir and work dir
` [RFC][PATH 4/4] ovl: relax lock_rename when moving files between work and upper dir

[RFC][PATCH 0/4] ovl: Do not hold s_vfs_rename_mutex during data copy up
 2016-11-12 19:36 UTC  (5+ messages)
` [RFC][PATCH 1/4] vfs: update documentation for inode operation locking rules
` [RFC][PATCH 2/4] ovl: add helper ovl_dentry_is_upper()
` [RFC][PATCH 3/4] ovl: fold ovl_copy_up_truncate() into ovl_copy_up()
` [RFC][PATCH 4/4] ovl: allow concurrent copy up data of different files

[PATCHSET] Throttled buffered writeback
 2016-11-12  5:19 UTC  (17+ messages)
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] blk-wbt: add general throttling mechanism

[git pull] vfs.git
 2016-11-12  3:36 UTC  (4+ messages)

[PATCH 1/2] f2fs: use err for f2fs_preallocate_blocks
 2016-11-12  1:30 UTC  (2+ messages)
` [PATCH 2/2] f2fs: fix redundant block allocation

[PATCH v11 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-11-11 20:54 UTC  (11+ messages)
` [PATCH v11 1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v11 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v11 3/7] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v11 4/7] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v11 5/7] x86/cpufeature: Detect CPUID faulting support
` [PATCH v11 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v11 7/7] KVM: x86: virtualize cpuid faulting

[PATCH 1/2] f2fs: revert segment allocation for direct IO
 2016-11-11 21:03 UTC  (2+ messages)
` [PATCH 2/2] f2fs: allow dio read for LFS mode

commit d7afaec0b564f0609e116f5: fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT
 2016-11-11 17:53 UTC  (8+ messages)

From Amir A. K
 2016-11-11 16:07 UTC 

[PATCH 0/6] ocfs2: wire up {clone,copy,dedupe}_range
 2016-11-11 15:05 UTC  (18+ messages)
` [PATCH 1/6] ocfs2: convert inode refcount test to a helper
  ` [PATCH v2 "
` [PATCH 4/6] ocfs2: budget for extent tree splits when adding refcount flag
  ` [Ocfs2-devel] "
` [PATCH 6/6] ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features
  ` [Ocfs2-devel] "
  ` [PATCH v2 "
` [PATCH 7/6] xfstests: fix some minor problems testing ocfs2

[PATCH] Video: fbdev: Remove impossible condition
 2016-11-11 14:49 UTC  (2+ messages)

[PATCH] binfmt_misc: allow selecting the interpreter based on xattr keywords
 2016-11-11 10:31 UTC  (5+ messages)

[PATCH] Fs: Improvement in code readability when memdup_user()fails
 2016-11-11  9:02 UTC 

commit 5c672ab3f0ee0f78f: fuse: serialize dirops by default
 2016-11-11  4:53 UTC  (3+ messages)

[PATCH v10 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-11-10 23:38 UTC  (10+ messages)
` [PATCH v10 1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v10 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID

[PATCH 01/25] fs/buffer: Convert to hotplug state machine
 2016-11-10 16:31 UTC  (3+ messages)

[PATCH] f2fs: support multiple devices
 2016-11-10 16:19 UTC  (7+ messages)

[ANNOUNCE] xfs: for-next branch updated to 0fc204e2eb64
 2016-11-10  4:29 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).