linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-21 20:21:19 to 2017-05-25 19:04:19 UTC [more...]

[RFC 00/11] ima: namespace support for IMA policy
 2017-05-25 19:04 UTC  (6+ messages)
` [RFC 04/11] ima: add support to namespace securityfs file

[PATCH 00/13] [RFC] orangefs page cache
 2017-05-25 16:09 UTC  (16+ messages)
` [PATCH 01/13] orangefs: move orangefs_address_operations to file.c
` [PATCH 02/13] orangefs: remove orangefs_readpages
` [PATCH 03/13] orangefs: make orangefs_inode_read static
` [PATCH 04/13] orangefs: only set a_ops for regular files
` [PATCH 05/13] orangefs: BUG_ON if i_mode invalid
` [PATCH 06/13] orangefs: remove mapping_nrpages macro
` [PATCH 07/13] orangefs: set up and use backing_dev_info
` [PATCH 08/13] orangefs: initialize new inode size to zero
` [PATCH 09/13] orangefs: inodes linger in cache
` [PATCH 10/13] orangefs: implement direct_IO for the read case
` [PATCH 11/13] orangefs: lock inode during fsync
` [PATCH 12/13] orangefs: call generic_file_read_iter
` [PATCH 13/13] orangefs: implement write through the page cache

[PATCH] f2fs: Do not issue small discards in LFS mode
 2017-05-25 14:08 UTC  (3+ messages)

cleanup UUID types V3
 2017-05-25 13:29 UTC  (14+ messages)
` [PATCH 10/23] afs: switch to use uuid_t and uuid_gen
` [PATCH 13/23] md: namespace private helper names
` [PATCH 23/23] uuid: remove uuid_be

__list_lru_walk_one() acquiring spin lock for longer time
 2017-05-25 12:59 UTC  (3+ messages)

[PATCH] mm: don't TestClearPageError in __filemap_fdatawait_range
 2017-05-25 12:25 UTC 

[PATCH] fs: remove unnecessary NULL f_mapping check in sync_file_range
 2017-05-25 11:05 UTC 

[PATCH] buffer: set errors in mapping at the time that the error occurs
 2017-05-25 11:03 UTC 

[PATCH] cifs: set mapping error when page writeback fails in writepage or launder_pages
 2017-05-25 10:59 UTC 

[PATCH] fuse: set mapping error in writepage_locked when it fails
 2017-05-25 10:57 UTC 

[PATCH] 9p: set mapping error when writeback fails in launder_page
 2017-05-25 10:56 UTC 

[PATCH] nilfs2: set the mapping error when calling SetPageError on writeback
 2017-05-25 10:52 UTC 

[PATCH] dax: set errors in mapping when writeback fails
 2017-05-25 10:47 UTC 

[PATCH] fs: check for writeback errors after syncing out buffers in generic_file_fsync
 2017-05-25 10:44 UTC 

[PATCH] buffer: use mapping_set_error instead of setting the flag
 2017-05-25 10:37 UTC 

[PATCH] mm: fix mapping_set_error call in me_pagecache_dirty
 2017-05-25 10:33 UTC 

[PATCH] mm: drop "wait" parameter from write_one_page
 2017-05-25 10:33 UTC 

[PATCH] fs: remove unneeded forward definition of mm_struct from fs.h
 2017-05-25 10:29 UTC 

[PATCH 0/10 v9] No wait AIO
 2017-05-25  8:33 UTC  (18+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH] MAINTAINERS: give proc sysctl some maintainer love
 2017-05-24 23:13 UTC 

[PATCH] Fix a race in put_mountpoint
 2017-05-24 22:35 UTC  (18+ messages)
  ` [PATCH] mnt: Protect the mountpoint hashtable with mount_lock
    ` [REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
                ` [REVIEW][PATCH] mnt: In umount propagation reparent in a separate pass
                  ` [REVIEW][PATCH 1/2] mnt: In propgate_umount handle visiting mounts in any order

[RESEND PATCH v2 0/2] aio: decouple ctx's max_reqs and nr_events
 2017-05-24 19:36 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] aio: make nr_events a parameter for aio_setup_ring()
` [RESEND PATCH v2 2/2] aio: use ctx->max_reqs only for counting against the global limit

[RESEND PATCH v2 1/2] aio: make nr_events a parameter for aio_setup_ring()
 2017-05-24 19:35 UTC 

(unknown),
 2017-05-24 16:26 UTC 

[RFC][PATCH 0/9] Make containers kernel objects
 2017-05-24  9:16 UTC  (44+ messages)
` [PATCH 1/9] containers: Rename linux/container.h to linux/container_dev.h
` [PATCH 2/9] Implement containers as kernel objects
` [PATCH 3/9] Provide /proc/containers
` [PATCH 4/9] Allow processes to be forked and upcalled into a container
` [PATCH 5/9] Open a socket inside "
` [PATCH 6/9] Allow fs syscall dfd arguments to take a container fd
` [PATCH 7/9] Make fsopen() able to initiate mounting into a container
` [PATCH 8/9] Honour CONTAINER_NEW_EMPTY_FS_NS
` [PATCH 9/9] Sample program for driving container objects

[PATCH 0/3] add fallback reason strings to DAX PMD path
 2017-05-24  9:03 UTC  (6+ messages)
` [PATCH 1/3] dax: add fallback reason to dax_iomap_pmd_fault()
` [PATCH 2/3] dax: add fallback reason to dax_pmd_insert_mapping()
` [PATCH 3/3] dax: add fallback reason to dax_pmd_load_hole()

[PATCH RFC] vfs: add mount umount logs
 2017-05-24  8:26 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] fs: select: Refine the end_time checks in do_select
 2017-05-24  3:31 UTC 

[PATCH 09/33] configfs: Introduce config_item_get_unless_zero()
 2017-05-23 23:48 UTC 

[RFC PATCH v2] fs: block dev aio request priority support
 2017-05-23 20:48 UTC 

[PATCH v3] fscrypt: Add support for AES-128-CBC
 2017-05-23 19:00 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] fs/seq_file: remove some dead code
 2017-05-23 16:58 UTC  (2+ messages)

(unknown),
 2017-05-23 16:29 UTC 

[RFC PATCH] fs: block dev aio request priority support
 2017-05-23 15:26 UTC  (3+ messages)

[PATCH] vfs: freeze filesystems just prior to reboot
 2017-05-23 11:10 UTC  (4+ messages)

[ANNOUNCE] util-linux v2.30-rc2
 2017-05-23 10:50 UTC 

[PATCH v2 1/2] mm: avoid spurious 'bad pmd' warning messages
 2017-05-23  9:59 UTC  (3+ messages)
` [PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries

[PATCH 0/2] overlayfs multiple mount protection
 2017-05-23  9:50 UTC  (3+ messages)
` [PATCH 1/2] vfs: introduce inode 'inuse' lock
` [PATCH 2/2] ovl: get exclusive ownership on upper/work dirs

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-23  9:05 UTC  (9+ messages)
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure

[PATCH 0/6] UBIFS NFS export support v2
 2017-05-23  8:50 UTC  (16+ messages)
` [PATCH 1/6] ext4: Move is_32bit_api() to generic code
` [PATCH 2/6] ubifs: Provide a custom llseek for directories
` [PATCH 4/6] ubifs: Maintain a parent pointer
` [PATCH 5/6] ubifs: Implement export_operations

★SEMA SHOW★ 2017第49届美国拉斯维加斯国际汽车改装及配件用品展 —— 全球规模最大汽车制造业展会 [地右P4/L100-Z]
 2017-05-23  8:32 UTC 

[PATCH 02/11 linux-next] exofs: use magic.h
 2017-05-23  8:06 UTC  (2+ messages)

[PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
 2017-05-23  1:17 UTC  (4+ messages)

[PATCH 1/2] mm: avoid spurious 'bad pmd' warning messages
 2017-05-22 19:44 UTC  (9+ messages)
` [PATCH 2/2] dax: Fix race between colliding PMD & PTE entries

Hang/soft lockup in d_invalidate with simultaneous calls
 2017-05-22 18:18 UTC  (3+ messages)

[PATCH] fs: Initialize tmp.b_page in generic_block_bmap()
 2017-05-22 17:58 UTC  (4+ messages)

[RFC][PATCH 00/23] VFS: Introduce superblock configuration context [ver #4]
 2017-05-22 15:54 UTC  (24+ messages)
` [PATCH 01/23] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/23] VFS: Clean up whitespace in fs/namespace.c "
` [PATCH 03/23] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/23] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/23] VFS: Provide empty name qstr "
` [PATCH 06/23] Provide supplementary error message facility "
` [PATCH 07/23] VFS: Introduce the structs and doc for a superblock configuration context "
` [PATCH 08/23] VFS: Add LSM hooks for "
` [PATCH 09/23] VFS: Implement a "
` [PATCH 10/23] VFS: Remove unused code after superblock config context changes "
` [PATCH 11/23] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 12/23] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 13/23] VFS: Add a sample program for fsopen/fsmount "
` [PATCH 14/23] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 15/23] proc: Add superblock config support to procfs "
` [PATCH 16/23] NFS: Move sb-configuration bits into their own file "
` [PATCH 17/23] NFS: Constify mount argument match tables "
` [PATCH 18/23] NFS: Rename struct nfs_parsed_mount_data to struct nfs_sb_config "
` [PATCH 19/23] NFS: Split nfs_parse_mount_options() "
` [PATCH 20/23] NFS: Deindent nfs_sb_config_parse_option() "
` [PATCH 21/23] NFS: Add a small buffer in nfs_sb_config to avoid string dup "
` [PATCH 22/23] NFS: Do some tidying of the parsing code "
` [PATCH 23/23] NFS: Add sb_config support. "

Darlehen
 2017-05-21 21:43 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).