messages from 2017-01-07 15:10:53 to 2017-01-12 02:18:44 UTC [more...]
[LSF/MM TOPIC][LSF/MM ATTEND] OCSSDs - SMR, Hierarchical Interface, and Vector I/Os
2017-01-12 2:18 UTC (20+ messages)
` [LSF/MM "
` [Lsf-pc] "
mmotm 2017-01-11-17-14 uploaded
2017-01-12 2:05 UTC (2+ messages)
[PATCH] f2fs: make discard command directly
2017-01-12 0:48 UTC
Sync took ~8 hours to complete on a UDF DVD+RW with very complex directory structure
2017-01-12 0:35 UTC
[LSF/MM TOPIC] sharing pages between mappings
2017-01-11 20:35 UTC (5+ messages)
` [Lsf-pc] "
[PATCH] coredump: Ensure proper size of sparse core files
2017-01-11 19:25 UTC (2+ messages)
` [PATCH RESEND] "
[PATCH v4] DAX: enable iostat for read/write
2017-01-11 16:29 UTC (5+ messages)
[PATCH] Fix a race in put_mountpoint
2017-01-11 16:19 UTC (15+ 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 1/2] mnt: Fix propagate_mount_busy to notice all cases of busy mounts
` [REVIEW][PATCH 2/2] mnt: Tuck mounts under others instead of creating shadow/side mounts
[LSF/MM TOPIC] I/O error handling and fsync()
2017-01-11 15:45 UTC (8+ messages)
` [Lsf-pc] "
[RFC PATCH] ext4: increase the protection of drop nlink and ext4 inode destroy
2017-01-11 15:34 UTC (7+ messages)
[PATCH RESEND] splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE
2017-01-11 13:00 UTC (3+ messages)
[LSF/MM TOPIC] [LSF/MM ATTEND] FS Management Interfaces
2017-01-11 12:07 UTC (4+ messages)
` [Lsf-pc] "
[PATCH] fs: Make unnecessarily global function to_mnt_ns() static
2017-01-11 10:48 UTC
[LSF/MM TOPIC] new mount(2) userspace api
2017-01-11 10:37 UTC
[LFS/MM TOPIC][LFS/MM ATTEND]: - Storage Stack and Driver Testing methodology
2017-01-11 9:40 UTC (5+ messages)
fix write synchronization for DAX
2017-01-11 9:02 UTC (5+ messages)
` [PATCH 1/2] ext4: fix DAX write locking
` [PATCH 2/2] dax: assert that i_rwsem is held exclusive for writes
[PATCH] dax: try to avoid unused function warnings
2017-01-11 9:02 UTC (7+ messages)
` [PATCH] dax: fix build warnings with FS_DAX and !FS_IOMAP
[PATCH] vfs: Remove unnecessary list_for_each_entry_safe() variants
2017-01-11 8:30 UTC (3+ messages)
[LSF/MM TOPIC] Making VFS y2038 ready
2017-01-11 6:27 UTC
Possible bug: detached mounts difficult to cleanup
2017-01-11 3:07 UTC (6+ messages)
[PATCH] ceph/iov_iter: fix bad iov_iter handling in ceph splice codepaths
2017-01-11 2:42 UTC (4+ messages)
` [PATCH v2] "
[GIT PULL] namespace related fixes for 4.10-rc3
2017-01-10 23:25 UTC (5+ messages)
` [GIT PULL] namespace related fixes for 4.10-rc4
[PATCH v4 0/7] DAX tracepoints, mm argument simplification
2017-01-10 21:52 UTC (8+ messages)
` [PATCH v4 1/7] tracing: add __print_flags_u64()
` [PATCH v4 2/7] dax: add tracepoint infrastructure, PMD tracing
` [PATCH v4 3/7] dax: update MAINTAINERS entries for FS DAX
` [PATCH v4 4/7] dax: add tracepoints to dax_pmd_load_hole()
` [PATCH v4 5/7] dax: add tracepoints to dax_pmd_insert_mapping()
` [PATCH v4 6/7] mm, dax: make pmd_fault() and friends to be the same as fault()
` [PATCH v4 7/7] mm, dax: move pmd_fault() to take only vmf parameter
[PATCH] do_direct_IO: Use inode->i_blkbits to compute block count to be cleaned
2017-01-10 20:31 UTC (9+ messages)
` [PATCH] direct-io: don't introduce another read of inode->i_blkbits
[PATCH] ovl: do not ignore disk quota if current task is not privileged
2017-01-10 19:17 UTC (12+ messages)
` [PATCH v2] ovl: drop CAP_SYS_RESOURCE from saved mounter's credentials
[PATCH] fscrypt: remove redundant assignment of res
2017-01-10 16:57 UTC
xfs: commit 6552321831dc "xfs: remove i_iolock and use i_rwsem in the VFS inode instead" change causes hang
2017-01-10 16:22 UTC (19+ messages)
[LSF/MM ATTEND] local file system topics
2017-01-10 14:10 UTC
[PATCH 0/22 v2] fsnotify: Avoid SRCU stalls with fanotify permission events
2017-01-10 13:48 UTC (20+ messages)
` [PATCH 06/22] fsnotify: Attach marks to object via dedicated head structure
` [PATCH 08/22] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 09/22] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 11/22] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 17/22] fsnotify: Rename fsnotify_clear_marks_by_group_flags()
` [PATCH 18/22] fsnotify: Remove fsnotify_detach_group_marks()
` [PATCH 21/22] fsnotify: Add group pointer in fsnotify_init_mark()
[PATCH 00/12 linux-next] udf: clean-up
2017-01-10 11:00 UTC (24+ messages)
` [PATCH 01/12 linux-next] udf: use __packed instead of __attribute__ ((packed))
` [PATCH 02/12 linux-next] udf: use pointer for kernel_long_ad argument
` [PATCH 03/12 linux-next] udf: merge bh free
` [PATCH 04/12 linux-next] udf: remove unneeded line break
` [PATCH 05/12 linux-next] udf: remove empty condition
` [PATCH 06/12 linux-next] udf: add udf_ajust_time
` [PATCH 07/12 linux-next] udf: store allocation offset in udf_prealloc_extents()
` [PATCH 08/12 linux-next] udf: remove next_epos from udf_update_extent_cache()
` [PATCH 09/12 linux-next] udf: merge module informations in super.c
` [PATCH 10/12 linux-next] udf: atomically read inode size
` [PATCH 12/12 linux-next] udf: check partition reference in udf_read_inode()
[Lsf-pc] [LSF/MM ATTEND] Interested in attending LSF
2017-01-10 9:02 UTC
9pfs hangs since 4.7
2017-01-10 8:16 UTC (17+ messages)
` [V9fs-developer] "
[PATCH] tmpfs: clear S_ISGID when setting posix ACLs
2017-01-10 8:12 UTC (3+ messages)
[PATCH] iomap: constify struct iomap_ops
2017-01-09 21:34 UTC (4+ messages)
[PATCH 0/8 v3] scope GFP_NOFS api
2017-01-09 20:59 UTC (17+ messages)
` [PATCH 1/8] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/8] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 3/8] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 4/8] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
[PATCH V2 0/7 linux-next] make FS exportable plus some clean-up
2017-01-09 19:12 UTC (8+ messages)
` [PATCH V2 1/7 linux-next] fs/affs: remove reference to affs_parent_ino()
` [PATCH V2 2/7 linux-next] fs/affs: add validation block function
` [PATCH V2 3/7 linux-next] fs/affs: make affs exportable
` [PATCH V2 4/7 linux-next] fs/affs: use octal for permissions
` [PATCH V2 5/7 linux-next] fs/affs: add prefix to some functions
` [PATCH V2 6/7 linux-next] fs/affs/namei.c: forward declarations clean-up
` [PATCH V2 7/7 linux-next] fs/affs: make export work with cold dcache
sync never completes
2017-01-09 17:28 UTC
LSF/MM 2017: Call for Proposals closes January 15th
2017-01-09 13:40 UTC
[PATCH] fscrypt: Factor out bio specific functions
2017-01-09 13:33 UTC (9+ messages)
` [PATCH v2] "
[LSF/MM TOPIC] getting statx() syscall merged
2017-01-09 11:25 UTC (2+ messages)
ext4 filesystem corruption with 4.10-rc2 on ppc64le
2017-01-09 4:10 UTC (4+ messages)
[RFC PATCH v2 1/2] block: fix lifetime of request_queue / backing_dev_info relative to bdev
2017-01-09 2:39 UTC (2+ messages)
` [lkp-developer] [block] 1442488925: WARNING:at_mm/backing-dev.c:#bdi_exit
[PATCH] tmpfs: clear S_ISGID when setting posix ACLs
2017-01-09 1:26 UTC (3+ messages)
[PATCH] fscrypt: remove unused 'mode' member of fscrypt_ctx
2017-01-08 6:09 UTC (2+ messages)
[PATCH] fscrypt: make fscrypt_operations.key_prefix a string
2017-01-08 6:08 UTC (2+ 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).