messages from 2017-06-02 12:18:37 to 2017-06-09 13:24:41 UTC [more...]
[PATCH v2 00/20] Overlayfs inodes index
2017-06-09 13:24 UTC (39+ messages)
` [PATCH v2 01/20] vfs: introduce inode 'inuse' lock
` [PATCH v2 02/20] ovl: get exclusive ownership on upper/work dirs
` [PATCH v2 03/20] ovl: relax same fs constrain for ovl_check_origin()
` [PATCH v2 04/20] ovl: generalize ovl_create_workdir()
` [PATCH v2 05/20] ovl: introduce the inodes index dir feature
` [PATCH v2 06/20] ovl: verify upper root dir matches lower root dir
` [PATCH v2 07/20] ovl: verify index dir matches upper dir
` [PATCH v2 08/20] ovl: lookup index entry for non-dir
` [PATCH v2 09/20] ovl: move inode helpers to inode.c
` [PATCH v2 10/20] ovl: use ovl_inode_init() for initializing new inode
` [PATCH v2 11/20] ovl: hash overlay non-dir inodes by copy up origin inode
` [PATCH v2 12/20] ovl: fix nlink leak in ovl_rename()
` [PATCH v2 13/20] ovl: adjust overlay inode nlink for indexed inodes
` [PATCH v2 14/20] ovl: defer upper dir lock to tempfile link
` [PATCH v2 15/20] ovl: factor out ovl_copy_up_inode() helper
` [PATCH v2 16/20] ovl: generalize ovl_copy_up_locked() using actors
` [PATCH v2 17/20] ovl: generalize ovl_copy_up_one() "
` [PATCH v2 18/20] ovl: implement index dir copy up method
` [PATCH v2 19/20] ovl: handle race of concurrent lower hardlinks copy up
` [PATCH v2 20/20] ovl: constant inode number for hardlinks
` [PATCH v2 21/23] ovl: use inodes index on readonly mount
` [PATCH v2 22/23] ovl: move copy up helpers to copy_up.c
` [PATCH v2 23/23] ovl: copy up on read operations on indexed lower
[PATCH] fuse: Initialize the flock flag in the fuse_file structure upon allocation
2017-06-09 9:20 UTC (2+ messages)
[RFC][PATCH 00/23] VFS: Introduce superblock configuration context [ver #4]
2017-06-09 8:02 UTC (4+ messages)
` Some filesystems set MNT_* flags in superblock->s_flags
[PATCH v2] firmware: fix sending -ERESTARTSYS due to signal on fallback
2017-06-09 7:40 UTC (15+ messages)
[PATCH] configfs: Fix race between create_link and configfs_rmdir
2017-06-09 7:05 UTC (4+ messages)
UFS s_maxbytes bogosity
2017-06-09 3:35 UTC (18+ messages)
` [PATCH 1/1] fs/ufs: Set UFS default maximum bytes per file
Mount structures are leaked
2017-06-09 2:13 UTC (4+ messages)
[PATCH] fs: don't forget to put old mntns in mntns_install
2017-06-09 0:32 UTC
[RESEND PATCH v2 0/2] aio: decouple ctx's max_reqs and nr_events
2017-06-09 0:26 UTC (2+ messages)
[PATCH] aio: fix the increment of aio-nr and counting against aio-max-nr
2017-06-09 0:22 UTC
(unknown),
2017-06-08 17:26 UTC
[xfstests PATCH v3 0/5] add a test for reporting writeback errors across all fds on fsync
2017-06-08 12:48 UTC (17+ messages)
` [xfstests PATCH v3 1/5] generic: add a writeback error handling test
` [xfstests PATCH v3 2/5] ext4: allow ext4 to use $SCRATCH_LOGDEV
` [xfstests PATCH v3 3/5] generic: test writeback error handling on dmerror devices
` [xfstests PATCH v3 4/5] ext3: allow it to put journal on a separate device when doing scratch_mkfs
` [xfstests PATCH v3 5/5] btrfs: allow it to use $SCRATCH_LOGDEV
[PATCH v3] f2fs: dax: implement direct access
2017-06-08 10:59 UTC (6+ messages)
` [f2fs-dev] "
[PATCH 0/10 v11] No wait AIO
2017-06-08 7:39 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] block: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "
[PATCH 0/3 v3] Fixups for l_pid
2017-06-08 6:50 UTC (10+ messages)
` [PATCH 1/3] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH 2/3] fs/locks: Remove fl_nspid
` [PATCH 3/3] fs/locks: Use fs-specific l_pid for remote locks
Fwd: kernel BUG at lib/radix-tree.c:1008!
2017-06-08 3:21 UTC (3+ messages)
(unknown),
2017-06-07 22:30 UTC
[PATCH 1/3] mm: add vm_insert_mixed_mkwrite()
2017-06-07 20:48 UTC (3+ messages)
` [PATCH 2/3] dax: relocate dax_load_hole()
` [PATCH 3/3] dax: use common 4k zero page for dax mmap reads
[PATCH 0/4] gfs2 iomap: fiemap and lseek
2017-06-07 14:15 UTC (6+ messages)
` [PATCH 1/4] GFS2: Make height info part of metapath
` [PATCH 2/4] GFS2: Implement iomap for block_map
` [PATCH 3/4] GFS2: Switch fiemap implementation to use iomap
` [PATCH 4/4] gfs2: Implement lseek SEEK_HOLE / SEEK_DATA via iomap
(unknown),
2017-06-07 14:00 UTC
[REVIEW][PATCH] mnt: Tuck mounts under others instead of creating shadow/side mounts
2017-06-07 13:09 UTC (12+ messages)
` [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
[PATCH 0/3 v4] Fixups for l_pid
2017-06-07 11:50 UTC (6+ messages)
` [PATCH 1/3] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH 2/3] fs/locks: Remove fl_nspid
` [PATCH 3/3] fs/locks: Use fs-specific l_pid for remote locks
(unknown),
2017-06-07 11:43 UTC
[PATCH v2 1/2] f2fs: dax: fix races between page faults and truncating pages
2017-06-07 9:41 UTC (2+ messages)
Grant
2017-06-07 4:48 UTC
[lkp-robot] [fs/locks] 9d21d181d0: will-it-scale.per_process_ops -14.1% regression
2017-06-06 13:21 UTC (10+ messages)
(unknown),
2017-06-06 7:19 UTC
[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
2017-06-06 1:08 UTC (4+ messages)
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails
mmotm 2017-06-05-16-02 uploaded
2017-06-05 23:03 UTC
[PATCH 01/28] ext4: xattr-in-inode support
2017-06-05 22:08 UTC (4+ messages)
` [PATCH 07/28] ext4: call journal revoke when freeing ea_inode blocks
generic/346 fails on ext4 DAX mount
2017-06-05 21:50 UTC (3+ messages)
[PATCH 0/10 v10] No wait AIO
2017-06-05 15:35 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: "
+ fs-bufferc-make-bh_lru_install-more-efficient.patch added to -mm tree
2017-06-05 13:51 UTC (2+ messages)
fix IMA deadlock
2017-06-05 1:57 UTC (6+ messages)
` [PATCH] security/ima: use fs method to read integrity data
[vfs:work.uaccess 105/110] include/linux/uaccess.h:177:18: error: call to '__bad_copy_user' declared with attribute error: usercopy buffer size is too small
2017-06-04 17:05 UTC
[vfs:work.uaccess 94/110] fs/statfs.c:261:9: error: incompatible type for argument 1 of 'memset'
2017-06-04 10:00 UTC
[vfs:work.uaccess 94/110] fs/statfs.c:261:9: error: incompatible type for argument 1 of '__builtin_memset'
2017-06-04 9:11 UTC
[vfs:work.uaccess 92/112] kernel/time/posix-stubs.c:138:1: note: in expansion of macro 'COMPAT_SYSCALL_DEFINE2'
2017-06-04 8:27 UTC
[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
2017-06-04 7:54 UTC (16+ messages)
` [PATCH 04/12] fs: ceph: CURRENT_TIME with ktime_get_real_ts()
[PATCH] fs: Added a missing flag to print warning message in d_set_d_op
2017-06-04 1:05 UTC
Hang/soft lockup in d_invalidate with simultaneous calls
2017-06-03 6:47 UTC (6+ messages)
[PATCH 27/28] ext4: xattr inode deduplication
2017-06-02 23:35 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v3 "
mmotm 2017-06-02-14-13 uploaded
2017-06-02 21:14 UTC
[RFC PATCH] KEYS: Allow a live daemon in a namespace to service request_key upcalls
2017-06-02 16:34 UTC (7+ 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).