messages from 2017-05-18 02:04:30 to 2017-05-22 23:50:54 UTC [more...]
[PATCH 0/6] UBIFS NFS export support v2
2017-05-22 23:50 UTC (10+ messages)
` [PATCH 1/6] ext4: Move is_32bit_api() to generic code
` [PATCH 2/6] ubifs: Provide a custom llseek for directories
` [PATCH 3/6] ubifs: Use 64bit readdir cookies
` [PATCH 4/6] ubifs: Maintain a parent pointer
` [PATCH 5/6] ubifs: Implement export_operations
` [PATCH 6/6] ubifs: Wire up NFS support
[PATCH] Fix a race in put_mountpoint
2017-05-22 22:34 UTC (13+ 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
[RFC][PATCH 0/9] Make containers kernel objects
2017-05-22 22:22 UTC (19+ 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 v2 1/2] mm: avoid spurious 'bad pmd' warning messages
2017-05-22 21:57 UTC (2+ messages)
` [PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries
[PATCH 00/13] [RFC] orangefs page cache
2017-05-22 9:59 UTC (14+ 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 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
[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
2017-05-22 19:09 UTC (10+ messages)
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
cleanup UUID types V3
2017-05-22 18:59 UTC (45+ messages)
` [PATCH 01/23] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH 02/23] xfs: use uuid_be to implement the uuid_t type
` [PATCH 03/23] uuid: remove uuid_be defintions from the uapi header
` [PATCH 04/23] uuid: rename uuid types
` [PATCH 05/23] uuid: don't export guid_index and uuid_index
` [PATCH 06/23] uuid: add the v1 layout to uuid_t
` [PATCH 07/23] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH 08/23] uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH 09/23] S390/sysinfo: use uuid_is_null instead of opencoding it
` [PATCH 10/23] afs: switch to use uuid_t and uuid_gen
` [PATCH 11/23] uuid: remove struct uuid_v1
` [PATCH 12/23] xfs: remove uuid_getnodeuniq and xfs_uu_t
` [PATCH 13/23] md: namespace private helper names
` [PATCH 14/23] xfs: use the common helper uuid_is_null()
` [PATCH 15/23] block: remove blk_part_pack_uuid
` [PATCH 16/23] ima/policy: switch to use uuid_t
` [PATCH 17/23] fs: switch ->s_uuid to uuid_t
` [PATCH 18/23] overlayfs: use uuid_t instead of uuid_be
` [PATCH 19/23] partitions/ldm: switch to use uuid_t
` [PATCH 20/23] sysctl: "
` [PATCH 21/23] nvme: switch to uuid_t
` [PATCH 22/23] scsi_debug: "
` [PATCH 23/23] uuid: remove uuid_be
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] fs: block dev aio request priority support
2017-05-22 17:19 UTC
[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
[PATCH 06/11 linux-next] jfs: use magic.h
2017-05-21 18:37 UTC (2+ messages)
` [Jfs-discussion] "
[PATCH 05/11 linux-next] ubifs: use magic.h
2017-05-21 16:38 UTC (2+ messages)
[PATCH 11/11 linux-next] hfsplus: export super magic value
2017-05-21 15:43 UTC
[PATCH 10/11 linux-next] fs: define hfs super magic values globally
2017-05-21 15:42 UTC
[PATCH 09/11 linux-next] freevxfs: use magic.h
2017-05-21 15:42 UTC
[PATCH 08/11 linux-next] fuse: use magic.h
2017-05-21 15:42 UTC
[PATCH 07/11 linux-next] ocfs2: use magic.h
2017-05-21 15:42 UTC
[PATCH 03/11 linux-next] ceph: use magic.h
2017-05-21 15:40 UTC
[PATCH 04/11 linux-next] orangefs: use magic.h
2017-05-21 15:41 UTC
[PATCH 02/11 linux-next] exofs: use magic.h
2017-05-21 15:40 UTC
[PATCH 01/11 linux-next] uapi: reorganize magic.h
2017-05-21 15:40 UTC
[PATCH 00/11 linux-next] super magic values consolidation
2017-05-21 15:39 UTC
(unknown),
2017-05-21 8:55 UTC
[PATCH 2/2] zram: do not count duplicated pages as compressed
2017-05-21 7:15 UTC (5+ messages)
[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
2017-05-21 7:12 UTC (4+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data
(unknown),
2017-05-20 11:03 UTC
[PATCH] fs/affs: fix an error code in affs_write_end_ofs()
2017-05-20 9:49 UTC
[PATCH] fs/seq_file: remove some dead code
2017-05-20 9:49 UTC
SPANNUNGSANGEBOT
2017-05-20 10:35 UTC
mounting ntfs error trace
2017-05-19 22:10 UTC (3+ messages)
[PATCH] vfs: freeze filesystems just prior to reboot
2017-05-19 19:41 UTC (10+ messages)
[PATCH RFC] vfs: add mount umount logs
2017-05-19 15:17 UTC (7+ messages)
[RFC][PATCH 00/21] VFS: Introduce superblock configuration context [ver #3]
2017-05-19 14:05 UTC (8+ messages)
` [PATCH 06/21] VFS: Introduce a "
[PATCH] locks: Set fl_nspid at file_lock allocation
2017-05-19 13:28 UTC (6+ messages)
fuse: WARN at fs/super.c:1281
2017-05-19 4:34 UTC (2+ messages)
[RFC 00/11] ima: namespace support for IMA policy
2017-05-18 21:39 UTC (3+ messages)
` [RFC 04/11] ima: add support to namespace securityfs file
mmotm 2017-05-18-14-18 uploaded
2017-05-18 21:19 UTC
[PATCH v2] fscrypt: Add support for AES-128-CBC
2017-05-18 13:43 UTC (4+ messages)
` [PATCH v3] "
__list_lru_walk_one() acquiring spin lock for longer time
2017-05-18 13:42 UTC
[PATCH v2] tmpfs: generate random sb->s_uuid
2017-05-18 12:29 UTC
sendfile() > 2GB to pipe fails with EFBIG
2017-05-18 10:56 UTC
new ...at() flag: AT_NO_JUMPS
2017-05-18 8:50 UTC (4+ messages)
[PATCH 3/3] xfs: freeze rw filesystems just prior to reboot
2017-05-18 6:28 UTC
[PATCH v2 1/2] f2fs: dax: fix races between page faults and truncating pages
2017-05-18 3:06 UTC
[PATCH v2 2/2] f2fs: dax: Implement direct access
2017-05-18 3:08 UTC
[PATCH v2 1/2] f2fs: dax: fix races between page faults and truncating pages
2017-05-18 3:06 UTC
[PATCH v2] ioctl_getfsmap.2: document the GETFSMAP ioctl
2017-05-18 2:07 UTC
[PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
2017-05-18 2:04 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).