linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-14 20:02:04 to 2016-07-21 04:57:02 UTC [more...]

[PATCH v7 00/47] xfs: add reverse mapping support
 2016-07-21  4:56 UTC  (8+ messages)
` [PATCH 01/47] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 02/47] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 03/47] xfs: fix attr shortform structure alignment on cris
` [PATCH 04/47] xfs: fix locking of the rt bitmap/summary inodes
` [PATCH 05/47] xfs: set *stat=1 after iroot realloc
` [PATCH 06/47] xfs: during btree split, save new block key & ptr for future insertion
` [PATCH 07/47] xfs: add function pointers for get/update keys to the btree

[Bug] fs/dcache.c: NULL pointer dereference on dentry_string_cmp
 2016-07-21  4:18 UTC  (4+ messages)

[PATCH 1/3] f2fs: support an ioctl to move a range of data blocks
 2016-07-21  3:42 UTC  (3+ messages)
` [PATCH 2/3] f2fs: avoid data race when deciding checkpoin in f2fs_sync_file
` [PATCH 3/3] f2fs: handle error case with f2fs_bug_on

[PATCH v3 0/4] vfs: Use dlock list for SB's s_inodes list
 2016-07-21  1:49 UTC  (19+ messages)
` [PATCH v3 1/4] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v3 2/4] fsnotify: Simplify inode iteration on umount
` [PATCH v3 3/4] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v3 4/4] vfs: Use dlock list for superblock's inode list

[PATCH 1/2] dax: some small updates to dax.txt documentation
 2016-07-20 23:24 UTC  (6+ messages)
` [PATCH 2/2] dax: remote unused fault wrappers

[PATCH v4 00/21] Support fuse mounts in user namespaces
 2016-07-20 22:28 UTC  (5+ messages)
` [PATCH v4 18/21] fuse: Add support for pid namespaces

[PATCH 0/3 v3] fs: allow to use dirfd as root for openat and other *at syscalls
 2016-07-20 20:42 UTC  (4+ messages)
` [PATCH 1/3 v2] namei: add LOOKUP_DFD_ROOT to use dfd as root
` [PATCH 2/3 v2] fs: allow to use dirfd as root for openat and other *at syscalls
` [PATCH 3/3] selftests: check O_ATROOT and AT_FDROOT flags

[PATCH v4 00/12] allow BFLT executables on systems with a MMU
 2016-07-20 19:22 UTC  (13+ messages)
` [PATCH v4 01/12] binfmt_flat: assorted cleanups
` [PATCH v4 02/12] binfmt_flat: convert printk invocations to their modern form
` [PATCH v4 03/12] binfmt_flat: prevent kernel dammage from corrupted executable headers
` [PATCH v4 04/12] elf_fdpic_transfer_args_to_stack(): make it generic
` [PATCH v4 05/12] binfmt_flat: use generic transfer_args_to_stack()
` [PATCH v4 06/12] binfmt_flat: clean up create_flat_tables() and stack accesses
` [PATCH v4 07/12] binfmt_flat: use proper user space accessors with relocs processing code
` [PATCH v4 08/12] binfmt_flat: use proper user space accessors with old relocs code
` [PATCH v4 09/12] binfmt_flat: use clear_user() rather than memset() to clear .bss
` [PATCH v4 10/12] binfmt_flat: update libraries' data segment pointer with userspace accessors
` [PATCH v4 11/12] binfmt_flat: add MMU-specific support
` [PATCH v4 12/12] binfmt_flat: allow compressed flat binary format to work on MMU systems

[PATCH v2] fuse: fuse_flush must check mapping->flags for errors
 2016-07-20  1:12 UTC 

[PULL REQUEST] [PATCH v2 00/10] allow BFLT executables on systems with a MMU
 2016-07-20  7:18 UTC  (21+ messages)
` [PATCH v2 01/10] binfmt_flat: assorted cleanups
` [PATCH v2 02/10] elf_fdpic_transfer_args_to_stack(): make it generic
` [PATCH v2 03/10] binfmt_flat: use generic transfer_args_to_stack()
` [PATCH v2 04/10] binfmt_flat: clean up create_flat_tables() and stack accesses
` [PATCH v2 05/10] binfmt_flat: use proper user space accessors with relocs processing code
` [PATCH v2 06/10] binfmt_flat: use proper user space accessors with old relocs code
` [PATCH v2 07/10] binfmt_flat: use clear_user() rather than memset() to clear .bss
` [PATCH v2 08/10] binfmt_flat: update libraries' data segment pointer with userspace accessors
` [PATCH v2 09/10] binfmt_flat: add MMU-specific support
` [PATCH v2 10/10] binfmt_flat: allow compressed flat binary format to work on MMU systems

[PATCH v3 00/12] allow BFLT executables on systems with a MMU
 2016-07-20  7:15 UTC  (16+ messages)
` [PATCH v3 01/12] binfmt_flat: assorted cleanups
` [PATCH v3 02/12] binfmt_flat: convert printk invocations to their modern form
` [PATCH v3 03/12] binfmt_flat: prevent kernel dammage from corrupted executable headers
` [PATCH v3 04/12] elf_fdpic_transfer_args_to_stack(): make it generic
` [PATCH v3 05/12] binfmt_flat: use generic transfer_args_to_stack()
` [PATCH v3 06/12] binfmt_flat: clean up create_flat_tables() and stack accesses
` [PATCH v3 07/12] binfmt_flat: use proper user space accessors with relocs processing code
` [PATCH v3 08/12] binfmt_flat: use proper user space accessors with old relocs code
` [PATCH v3 09/12] binfmt_flat: use clear_user() rather than memset() to clear .bss
` [PATCH v3 10/12] binfmt_flat: update libraries' data segment pointer with userspace accessors
` [PATCH v3 11/12] binfmt_flat: add MMU-specific support
` [PATCH v3 12/12] binfmt_flat: allow compressed flat binary format to work on MMU systems

[RFC PATCH] locks: fix file locking on overlayfs
 2016-07-20  4:08 UTC  (6+ messages)

[PATCH] fuse: fuse_flush must check mapping->flags for errors
 2016-07-20  1:07 UTC 

[PATCH] fuse: fsync() did not return IO errors
 2016-07-19 19:48 UTC 

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-07-19 17:10 UTC  (31+ messages)
` [PATCH 041/119] xfs: create rmap update intent log items
` [PATCH 042/119] xfs: log rmap intent items
` [PATCH 043/119] xfs: enable the xfs_defer mechanism to process rmaps to update
` [PATCH 044/119] xfs: propagate bmap updates to rmapbt
` [PATCH 045/119] xfs: add rmap btree geometry feature flag
` [PATCH 046/119] xfs: add rmap btree block detection to log recovery
` [PATCH 047/119] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 048/119] xfs: don't update rmapbt when fixing agfl
` [PATCH 049/119] xfs: enable the rmap btree functionality

[PATCH 00/14] Present useful limits to user (v2)
 2016-07-19 16:53 UTC  (17+ messages)
` [PATCH 03/14] resource limits: track highwater mark of file sizes
` [PATCH 04/14] resource limits: track highwater mark of VM data segment
` [PATCH 06/14] resource limits: track highwater mark of cores dumped
` [PATCH 08/14] resource limits: track highwater mark of number of files

[PATCH -next] dax: Fix non static symbol warning
 2016-07-19 12:54 UTC 

[RFC PATCH] fsnotify: support overlayfs
 2016-07-19 12:45 UTC 

[PATCH] vfs: fix documentation of touch_atime()
 2016-07-19 12:37 UTC 

[RFC PATCH] vfs: update ovl inode before relatime check
 2016-07-19 12:38 UTC 

[PATCH] Fix sysrq emergency thaw
 2016-07-19 12:15 UTC 

[PATCH 1/5] f2fs: refactor __exchange_data_block for speed up
 2016-07-19  5:49 UTC  (9+ messages)
` [PATCH 2/5] f2fs: disable extent_cache for fcollapse/finsert inodes
` [PATCH 3/5] f2fs: support copy_file_range
` [PATCH 4/5] f2fs: add maximum prefree segments
` [PATCH 5/5] f2fs: use blk_plug in all the possible paths

[PATCH 1/3] f2fs: avoid memory allocation failure due to a long length
 2016-07-19  4:48 UTC  (6+ messages)
` [PATCH 2/3] f2fs: support copy_file_range
` [PATCH 3/3] f2fs: support clone_file_range

iomap infrastructure and multipage writes V5
 2016-07-19  3:50 UTC  (6+ messages)

[PATCH] vfs: allow FILE_EXTENT_SAME (dedupe_file_range) on a file opened ro
 2016-07-19  2:41 UTC  (4+ messages)

Getting the file path of a file descriptor
 2016-07-19  1:59 UTC  (4+ messages)

mmotm 2016-07-18-16-40 uploaded
 2016-07-18 23:41 UTC 

4.7-rc7: use-after-free in proc_map_files_readdir
 2016-07-18 23:24 UTC 

Fuse fgetattr() Not Being Called By fstat()
 2016-07-18 16:15 UTC  (3+ messages)

[PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send
 2016-07-18 15:23 UTC  (4+ messages)

openpromfs root inode has ino 0
 2016-07-17 12:29 UTC 

[PATCH] vfs:Fix kmemleak in get_empty_filp on error path if security_file_alloc fails
 2016-07-17  3:32 UTC 

[PATCH] ioctl_ficlonerange.2: mention a subtlety with length == 0
 2016-07-16 10:26 UTC  (2+ messages)

[PATCH 0/5 RFC] Add an interface to discover relationships between namespaces
 2016-07-16  8:21 UTC  (8+ messages)
  ` [PATCH 1/5] namespaces: move user_ns into ns_common
    ` [PATCH 2/5] kernel: add a helper to get an owning user namespace for a namespace
    ` [PATCH 3/5] nsfs: add ioctl to get an owning user namespace for ns file descriptor
    ` [PATCH 4/5] nsfs: add ioctl to get a parent namespace
    ` [PATCH 5/5] tools/testing: add a test to check nsfs ioctl-s

FIDEDUPERANGE with src_length == 0
 2016-07-15 16:54 UTC  (7+ messages)

[PATCH 1/5] namespaces: move user_ns into ns_common
 2016-07-15 12:21 UTC  (2+ messages)

[RFC v3 00/45] Richacls
 2016-07-15  8:00 UTC  (4+ messages)
` [RFC v3 42/45] nfs: Add richacl support

[PATCH] ext4 crypto: migrate into vfs's crypto engine
 2016-07-15  2:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v23 00/22] Richacls (Core and Ext4)
 2016-07-14 20:59 UTC  (10+ messages)
` [PATCH v23 13/22] vfs: Cache richacl in struct inode
` [PATCH v23 18/22] richacl: xattr mapping functions
` [PATCH v23 20/22] vfs: Add richacl permission checking


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