messages from 2017-05-10 22:40:23 to 2017-05-15 17:41:03 UTC [more...]
[PATCH 00/36] Convert DocBook documents to ReST
2017-05-15 17:41 UTC (9+ messages)
` [PATCH 21/36] fs: locks: Fix some troubles at kernel-doc comments
` [PATCH 22/36] fs: add a blank lines on some "
` [PATCH 23/36] fs: eventfd: fix identation on kernel-doc
[PATCH 1/2] fs: expose do_unlinkat for built-in callers
2017-05-15 15:59 UTC (2+ messages)
` [PATCH 2/2] coredump: call do_unlinkat directly instead of sys_unlink
[RFC PATCH] fs: ext4: don't trap kswapd and allocating tasks on ext4 inode IO
2017-05-15 15:46 UTC
cleanup UUID types V2
2017-05-15 15:43 UTC (18+ messages)
` [PATCH 01/17] xfs: use uuid_copy() helper to abstract uuid_t
` [PATCH 02/17] xfs: use uuid_be to implement the uuid_t type
` [PATCH 03/17] uuid: rename uuid types
` [PATCH 04/17] uuid: don't export guid_index and uuid_index
` [PATCH 05/17] uuid: add the v1 layout to uuid_t
` [PATCH 06/17] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
` [PATCH 07/17] uuid: remove the now unused uuid_be_cmp helper
` [PATCH 08/17] uuid: hoist uuid_is_null() helper from libnvdimm
` [PATCH 09/17] s390/sysinfo: use uuid_is_null instead of opencoding it
` [PATCH 10/17] afs: switch to use uuid_t and uuid_gen
` [PATCH 11/17] uuid: remove struct uuid_v1
` [PATCH 12/17] xfs: remove uuid_getnodeuniq and xfs_uu_t
` [PATCH 13/17] md: namespace private helper names
` [PATCH 14/17] xfs: use the common helper uuid_is_null()
` [PATCH 15/17] block: remove blk_part_pack_uuid
` [PATCH 16/17] ima/policy: switch to use uuid_t
` [PATCH 17/17] fs: switch ->s_uuid to uuid_t
[RFC][PATCH 00/21] VFS: Introduce superblock configuration context [ver #3]
2017-05-15 15:21 UTC (22+ messages)
` [PATCH 01/21] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/21] Clean up whitespace in fs/namespace.c "
` [PATCH 03/21] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/21] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/21] VFS: Provide empty name qstr "
` [PATCH 06/21] VFS: Introduce a superblock configuration context "
` [PATCH 07/21] Implement fsopen() to prepare for a mount "
` [PATCH 08/21] Implement fsmount() to effect a pre-configured "
` [PATCH 09/21] Sample program for driving fsopen/fsmount "
` [PATCH 10/21] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 11/21] proc: Add superblock config support to procfs "
` [PATCH 12/21] NFS: Move mount bits into their own file "
` [PATCH 13/21] NFS: Constify mount argument match tables "
` [PATCH 14/21] NFS: Rename struct nfs_parsed_mount_data to struct nfs_sb_config "
` [PATCH 15/21] NFS: Split nfs_parse_mount_options() "
` [PATCH 16/21] NFS: Deindent nfs_sb_config_parse_option() "
` [PATCH 17/21] NFS: Add a small buffer in nfs_sb_config to avoid string dup "
` [PATCH 18/21] NFS: Do some tidying of the parsing code "
` [PATCH 19/21] NFS: Add mount context support. "
` [PATCH 20/21] Support legacy filesystems "
` [PATCH 21/21] Add commands to create or update a superblock "
Question on fscrypt_d_revalidate() and fstest generic/429
2017-05-15 14:39 UTC
[PATCH] fs: remove page_readlink
2017-05-15 12:59 UTC (3+ messages)
[PATCH 0/10 v8] No wait AIO
2017-05-15 9:47 UTC (12+ 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 v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
2017-05-15 12:01 UTC (9+ messages)
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
27603 linux-fsdevel
2017-05-15 8:04 UTC
[PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
2017-05-14 13:56 UTC (14+ messages)
[PATCH] Fix a race in put_mountpoint
2017-05-14 9:26 UTC (12+ messages)
` [PATCH] mnt: Protect the mountpoint hashtable with mount_lock
` [REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
[PATCH linux-next] kcmp: fs/epoll -- Wrap kcmp code with CONFIG_CHECKPOINT_RESTORE
2017-05-13 8:34 UTC
[patch v4 resend 2/2] kcmp: Add KCMP_EPOLL_TFD mode to compare epoll target files
2017-05-13 7:15 UTC (8+ messages)
mmotm 2017-05-12-15-53 uploaded
2017-05-12 22:54 UTC
fix IMA deadlock
2017-05-12 21:09 UTC (11+ messages)
` [PATCH] security/ima: use fs method to read integrity data
Assigning s_user_ns at mount time?
2017-05-12 20:12 UTC (4+ messages)
[PATCH RFC] mnt: umount mounts one by one in umount_tree()
2017-05-12 18:56 UTC (2+ messages)
` [PATCH v2 "
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2017-05-12 16:21 UTC (17+ messages)
[RFC][PATCH 00/14] VFS: Introduce superblock configuration context [ver #2]
2017-05-12 13:55 UTC (18+ messages)
` [PATCH 01/14] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/14] Clean up whitespace in fs/namespace.c "
` [PATCH 03/14] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/14] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/14] VFS: Provide empty name qstr "
` [PATCH 06/14] VFS: Introduce a superblock configuration context "
` [PATCH 07/14] Implement fsopen() to prepare for a mount "
` [PATCH 08/14] Implement fsmount() to effect a pre-configured "
` [PATCH 09/14] Sample program for driving fsopen/fsmount "
` [PATCH 10/14] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 11/14] proc: Add superblock config support to procfs "
` [PATCH 12/14] NFS: Add mount context support. "
` [PATCH 13/14] Support legacy filesystems "
` [PATCH 14/14] Add commands to create or update a superblock "
[PATCH 1/3] autofs - make disc device user accessible
2017-05-12 12:49 UTC (3+ messages)
` [PATCH 3/3] autofs - fix AT_NO_AUTOMOUNT not being honored
[ANNOUNCE] util-linux v2.30-rc1
2017-05-12 12:06 UTC (2+ messages)
APPLY FOR YOUR URGENT LOAN AT 2%
2017-05-12 10:53 UTC
[PATCH 3/9] VFS: Introduce a mount context
2017-05-12 8:15 UTC (14+ messages)
` [RFC][PATCH 0/9] VFS: Introduce "
[git pull] work.sane_pwd
2017-05-12 1:14 UTC
28246 linux-fsdevel
2017-05-11 23:14 UTC
[PATCH] FS: Fixing return type of unsigned_offsets
2017-05-11 20:09 UTC (7+ messages)
[PATCH 0/8 v7] No wait AIO
2017-05-11 18:16 UTC (12+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 7/8] nowait aio: xfs
[PATCH] filesystem-dax: fix broken __dax_zero_page_range() conversion
2017-05-11 15:36 UTC (2+ messages)
[RFC 00/11] ima: namespace support for IMA policy
2017-05-11 14:53 UTC (12+ messages)
` [RFC 01/11] ima: qualify pathname in audit info record
` [RFC 02/11] ima: qualify pathname in audit measurement record
` [RFC 03/11] ima: qualify pathname in measurement file
` [RFC 04/11] ima: add support to namespace securityfs file
` [RFC 05/11] ima: store new namespace policy structure in a radix tree
` [RFC 06/11] ima, fs: release namespace policy resources
` [RFC 07/11] ima: new namespace policy structure to track initial namespace policy data
` [RFC 08/11] ima: block initial namespace id on the namespace policy interface
` [RFC 09/11] ima: delete namespace policy securityfs file in write-once mode
` [RFC 10/11] ima: handling all policy flags per namespace using ima_ns_policy structure
[PATCH 07/14] Implement fsopen() to prepare for a mount
2017-05-11 14:35 UTC (10+ messages)
` [RFC][PATCH 00/14] VFS: Introduce superblock configuration context
` [PATCH 06/14] VFS: Introduce a "
` [PATCH 14/14] Add commands to create or update a superblock
[RFC 11/11] ima: appraise mode per namespace with new enforce_ns appraise mode
2017-05-11 14:15 UTC
cleanup UUID types
2017-05-11 12:07 UTC (13+ messages)
` [PATCH 03/16] uuid: rename uuid types
` [PATCH 05/16] uuid: add the v1 layout to uuid_t
` [PATCH 16/16] fs: switch ->s_uuid "
[RFC 00/10] introduce crypto wait for async op function
2017-05-11 8:55 UTC (8+ messages)
` [RFC 01/10] crypto: factor async completion for general use
` [RFC 07/10] fscrypt: move to generic async completion
[PATCH 4/4] dax: Fix data corruption when fault races with write
2017-05-11 8:39 UTC (3+ messages)
` [PATCH 5/4] dax: Fix PMD "
[PATCH v1 1/3] (to be split and folded into): uuid: rename uuid types
2017-05-11 7:56 UTC (2+ messages)
[PATCH 0/9] block: T10/DIF Fixes and cleanups v4
2017-05-11 7:46 UTC (15+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data
` [PATCH 3/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 5/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 6/9] T10: Move opencoded contants to common header
` [PATCH 7/9] Guard bvec iteration logic
[PATCH] FS: Making aproriate return type
2017-05-11 4:20 UTC (2+ messages)
[PATCH 1/3] f2fs: use f2fs_submit_page_bio for ra_meta_pages
2017-05-11 3:22 UTC (8+ messages)
` [PATCH 2/3] f2fs: remove unnecessary read cases in merged IO flow
` [PATCH 3/3] f2fs: use fio instead of multiple parameters
` [f2fs-dev] [PATCH 1/3] f2fs: use f2fs_submit_page_bio for ra_meta_pages
[PATCH] fs: add an ioctl to get an owning userns for a superblock
2017-05-11 1:24 UTC (4+ messages)
[PATCH] mnt: allow to add a mount into an existing group
2017-05-10 23:58 UTC (4+ 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).