messages from 2015-11-12 07:45:23 to 2015-11-24 17:34:52 UTC [more...]
[RFC][PATCH 00/12] Enhanced file stat system call
2015-11-24 17:34 UTC (26+ messages)
` [PATCH 01/12] Ext4: Fix extended timestamp encoding and decoding
` [PATCH 02/12] statx: Provide IOC flags for Windows fs attributes
` [PATCH 03/12] statx: Add a system call to make enhanced file info available
` [PATCH 04/12] statx: AFS: Return enhanced file attributes
` [PATCH 05/12] statx: Ext4: "
` [PATCH 06/12] statx: NFS: "
` [PATCH 07/12] statx: CIFS: Return enhanced attributes
` [PATCH 08/12] fsinfo: Add a system call to make enhanced filesystem info available
` [PATCH 09/12] fsinfo: Ext4: Return information through the filesystem info syscall
` [PATCH 10/12] fsinfo: AFS: "
` [PATCH 11/12] fsinfo: NFS: "
` [PATCH 12/12] fsinfo: CIFS: "
[PATCH] ext4: fix race aio-dio vs freeze_fs
2015-11-24 16:55 UTC (6+ messages)
[Bug 94791] New: syscall fanotify_mark overflow
2015-11-24 16:14 UTC (2+ messages)
` [Bug 94791] "
[PATCH 0/3 v2] Output selection
2015-11-24 10:39 UTC (4+ messages)
` [PATCH 1/3] common: Factor out function to get OS name
` [PATCH 2/3] common: Improve _link_output_file to be more versatile
` [PATCH 3/3] ext4/001: Select different output based on mount options
[v15 0/4] ext4: add project quota support
2015-11-24 9:07 UTC (12+ messages)
[PATCH] jbd2: Fix unreclaimed pages after truncate in data=journal mode
2015-11-24 8:47 UTC
[PATCH v3.3 0/2] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
2015-11-24 7:41 UTC (7+ messages)
` [PATCH 1/2] test-scripts: test migration scripts
` [PATCH 2/2] generic/15[78]: fix error messages in the golden output
memory leak: data=journal and {collapse,insert,zero}_range
2015-11-24 4:21 UTC (13+ messages)
[PATCH] fuse2fs: set inode's uid/gid when creating inode
2015-11-23 20:56 UTC
fuse2fs
2015-11-23 20:49 UTC (2+ messages)
[PATCH] ext4: drop file_update_time from ext4_dax_fault
2015-11-23 19:55 UTC (6+ messages)
[PATCH] Remove ext4 xattr mbcache to fix CPU lockup when using ceph #107301
2015-11-21 4:22 UTC (3+ messages)
[PATCH v2 00/11] DAX fsynx/msync support
2015-11-20 0:37 UTC (39+ messages)
` [PATCH v2 01/11] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v2 02/11] mm: add pmd_mkclean()
` [PATCH v2 03/11] pmem: enable REQ_FUA/REQ_FLUSH handling
` [PATCH v2 04/11] dax: support dirty DAX entries in radix tree
` [PATCH v2 05/11] mm: add follow_pte_pmd()
` [PATCH v2 06/11] mm: add pgoff_mkclean()
` [PATCH v2 07/11] mm: add find_get_entries_tag()
` [PATCH v2 08/11] dax: add support for fsync/sync
` [PATCH v2 09/11] ext2: add support for DAX fsync/msync
` [PATCH v2 10/11] ext4: "
` [PATCH v2 11/11] xfs: "
dax pmd fault handler never returns to userspace
2015-11-19 22:34 UTC (19+ messages)
[Bug 107301] New: system hang during ext4 xattr operation
2015-11-19 15:11 UTC (4+ messages)
` [Bug 107301] "
[PATCH 1/2] libext2fs: fix block-mapped file punch
2015-11-19 8:13 UTC (2+ messages)
` [PATCH 2/2] e2fsck: fix e2fsck -fD directory truncation
[PATCH] mke2fs: sort "-d" option alphabetically
2015-11-19 4:53 UTC
[PATCH] lib/kobject: fix memory leak in error path of kset_create_and_add()
2015-11-18 16:50 UTC (8+ messages)
` [PATCH v2] kset- and class-registration cleanups
` [PATCH v2 1/3] lib/kobject: fix memory leak in error path of kset_create_and_add()
` [PATCH v2 2/3] drivers/base/class: __class_register(): make error behaviour consistent
` [PATCH v2 3/3] drivers/base/class: __class_register(): invoke class' releaser on failure
[PATCH 0/4] Output selection, improvements for ext4/001
2015-11-18 15:37 UTC (4+ messages)
` [PATCH 3/4] common: Add function for selecting from different output files
[PATCH 0/9 v4] ext4: Punch hole and DAX fixes
2015-11-18 15:16 UTC (6+ messages)
` [PATCH 3/9] ext4: Fix races between buffered IO and collapse / insert range
[PATCH 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling
2015-11-18 1:34 UTC (3+ messages)
` [PATCH 2/3] ext4: remove incorrect check for inode journal mode in ext4_writepages()
` [PATCH 3/3] ext4: enable again per-file data journaling on delalloc mode
[RFCv3.2 00/12] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
2015-11-17 21:16 UTC (17+ messages)
` [PATCH 01/12] test-scripts: test migration scripts
` [PATCH 02/12] btrfs: move btrfs reflink tests to generic
` [PATCH 03/12] reflink: add test support routines to a separate file
` [PATCH 04/12] reflink: basic tests of the reflink and dedupe ioctls
` [PATCH 05/12] reflink: test CoW behaviors of reflinked files
` [PATCH 06/12] reflink: test the various fallocate modes
` [PATCH 07/12] reflink: test accuracy of free block counts
` [PATCH 08/12] reflink: test error conditions due to bad inputs
` [PATCH 09/12] xfs: test xfs-specific reflink pieces
` [PATCH 10/12] reflink: concurrent operations tests
` [PATCH 11/12] reflink: test that CoW writes fail when we're out of space
` [PATCH 12/12] reflink: test what happens when we hit resource limits
[PATCH 0/8] dax fixes / cleanups: pmd vs thp, lifetime, and locking
2015-11-17 20:15 UTC (2+ messages)
` [PATCH 1/8] ext2, ext4: warn when mounting with dax enabled
[PATCH] fix compile error while opening the macro DOUBLE_CHECK
2015-11-17 6:31 UTC (4+ messages)
[PATCH] fix compile error while opening the macro DOUBLE_CHECK
2015-11-17 3:52 UTC
You have received fax, document 000688593
2015-11-17 0:41 UTC
[PATCH 1/4] libext2fs: fix parents when modifying extents
2015-11-16 19:11 UTC (9+ messages)
` [PATCH 2/4] LU-7368 e2fsck: skip quota update when interrupted
` [PATCH 3/4] libext2fs: fix block-mapped file punch
` [PATCH 4/4] e2fsck: fix e2fsck -fD directory truncation
[PATCH] chattr: Fix typo in a manpage
2015-11-16 12:33 UTC
[PATCH] In mke2fs, accept a human readable size as input to the 'bytes-per-inode' argument
2015-11-16 1:10 UTC (2+ messages)
You have new fax, document 00000373570
2015-11-15 20:45 UTC
[RFCv3.1 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
2015-11-13 18:32 UTC (8+ messages)
[PATCH] jbd2: redefine jbd2_get_transaction to jbd2_init_transaction
2015-11-12 22:27 UTC
[PATCH] jbd2: redefine jbd2_get_transaction to jbd2_init_transaction
2015-11-12 21:27 UTC (2+ messages)
You have 1 new fax, document 000877169
2015-11-12 7:40 UTC
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).