messages from 2016-05-04 01:39:23 to 2016-05-12 08:41:44 UTC [more...]
[PATCH v7 0/6] dax: handling media errors (clear-on-zero only)
2016-05-12 8:41 UTC (9+ messages)
` [PATCH v7 1/6] dax: fallback from pmd to pte on error
` [PATCH v7 2/6] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v7 3/6] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
` [PATCH v7 5/6] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v7 6/6] dax: fix a comment in dax_zero_page_range and dax_truncate_page
[PATCH] xfs: remove unused variable warning in xfs_finish_page_writeback
2016-05-12 8:34 UTC (3+ messages)
Антония Маркова представя албума си "Как ще те обичам"
2016-05-12 4:50 UTC
Xfs lockdep warning with for-dave-for-4.6 branch
2016-05-12 8:03 UTC (3+ messages)
[PATCH] xfs_quota: check report_mount return value
2016-05-12 3:43 UTC (3+ messages)
[PATCH] mkfs.xfs: annotate fallthrough cases in cvtnum
2016-05-12 2:47 UTC
[PATCH v5 0/2] xfs_repair: improved secondary sb search
2016-05-12 1:09 UTC (4+ messages)
` [PATCH v5 1/2] libxcmd: generalize topology functions
` [PATCH v5 2/2] xfs_repair: new secondary superblock search method
[PATCH] xfs/133 134: filter redundant projid 0 quota report
2016-05-12 0:22 UTC (6+ messages)
[PATCH 0/7] Configurable error behavior [V4]
2016-05-11 23:23 UTC (15+ messages)
` [PATCH 1/7] xfs: configurable error behavior via sysfs
` [PATCH 2/7] xfs: introduce metadata IO error class
` [PATCH 3/7] xfs: add configurable error support to metadata buffers
` [PATCH 4/7] xfs: introduce table-based init for error behaviors
` [PATCH 5/7] xfs: add configuration of error failure speed
` [PATCH 6/7] xfs: add configuration handlers for specific errors
` [PATCH 7/7] xfs: add "fail at unmount" error handling configuration
4.6-rc7 xfs circular locking dependency
2016-05-11 23:07 UTC (2+ messages)
iomap infrastructure and multipage writes V4
2016-05-11 22:43 UTC (18+ messages)
` [PATCH 01/15] dax: export a low-level __dax_zero_page_range helper
` [PATCH 02/15] fs: move struct iomap from exportfs.h to a separate header
` [PATCH 03/15] fs: introduce iomap infrastructure
` [PATCH 04/15] fs: support DAX based iomap zeroing
` [PATCH 05/15] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 06/15] xfs: reorder zeroing and flushing sequence in truncate
` [PATCH 07/15] xfs: implement iomap based buffered write path
` [PATCH 08/15] xfs: remove buffered write support from __xfs_get_blocks
` [PATCH 09/15] fs: iomap based fiemap implementation
` [PATCH 10/15] xfs: use iomap "
` [PATCH 11/15] xfs: use iomap infrastructure for DAX zeroing
` [PATCH 12/15] xfs: handle 64-bit length in xfs_iozero
` [PATCH 13/15] xfs: use xfs_zero_range in xfs_zero_eof
` [PATCH 14/15] xfs: split xfs_free_file_space in manageable pieces
` [PATCH 15/15] xfs: kill xfs_zero_remaining_bytes
[PATCH] xfs_db: defang frag command
2016-05-11 19:41 UTC
xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
2016-05-11 19:20 UTC (16+ messages)
[PATCH v6 0/5] dax: handling media errors (clear-on-zero only)
2016-05-11 18:39 UTC (11+ messages)
` [PATCH v6 1/5] dax: fallback from pmd to pte on error
` [PATCH v6 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v6 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v6 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v6 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page
[PATCH] xfs/133 134 262: limit xfs_quota report to report on specific project quota id
2016-05-11 8:26 UTC (2+ messages)
[ANNOUNCE] xfsprogs: master branch updated to c5d584c
2016-05-11 5:00 UTC (2+ messages)
[PATCH v3] xfs_quota: print quota id number if the name can't be found
2016-05-11 1:28 UTC (3+ messages)
[PATCH v21 00/22] Richacls
2016-05-10 15:55 UTC (27+ messages)
` [PATCH v21 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v21 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v21 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v21 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v21 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v21 06/22] richacl: In-memory representation and helper functions
` [PATCH v21 07/22] richacl: Permission mapping functions
` [PATCH v21 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v21 09/22] richacl: Permission check algorithm
` [PATCH v21 10/22] posix_acl: Improve xattr fixup code
` [PATCH v21 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v21 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v21 13/22] vfs: Cache richacl in struct inode
` [PATCH v21 14/22] richacl: Update the file masks in chmod()
` [PATCH v21 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v21 16/22] richacl: Create-time inheritance
` [PATCH v21 17/22] richacl: Automatic Inheritance
` [PATCH v21 18/22] richacl: xattr mapping functions
` [PATCH v21 19/22] richacl: Add richacl xattr handler
` [PATCH v21 20/22] vfs: Add richacl permission checking
` [PATCH v21 21/22] ext4: Add richacl support
` [PATCH v21 22/22] ext4: Add richacl feature flag
[PATCH v5 0/5] dax: handling media errors (clear-on-zero only)
2016-05-10 14:29 UTC (14+ messages)
` [PATCH v5 1/5] dax: fallback from pmd to pte on error
` [PATCH v5 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v5 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v5 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v5 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page
За мениджъри, които се интересуват от MBA
2016-05-10 8:27 UTC
RE: BOBO Z4--Something You don't Know
2016-05-10 11:06 UTC
[PATCH 00/19 v2] mkfs cleaning
2016-05-10 6:10 UTC (2+ messages)
Unable to mount a XFS filesystem
2016-05-09 12:17 UTC (2+ messages)
Unable to mount a XFS filesystem
2016-05-09 10:26 UTC
RE: BOBO Z4--Something You don't Know
2016-05-09 6:18 UTC
Unable to mount a XFS filesystem
2016-05-08 20:51 UTC (3+ messages)
[PATCH v4 0/7] dax: handling media errors
2016-05-08 18:42 UTC (13+ messages)
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io
[PATCH v5 0/8] block: prepare for multipage bvecs
2016-05-08 9:27 UTC (3+ messages)
Audit Εργοστασίου σε Αθήνα & Θεσσαλονίκη
2016-05-07 15:34 UTC
[PATCH] xfs_db: fix unaligned accesses
2016-05-06 21:38 UTC (2+ messages)
[PATCH 0/7] Configurable error behavior [V3]
2016-05-06 10:59 UTC (21+ messages)
` [PATCH 1/7] xfs: configurable error behavior via sysfs
` [PATCH 2/7] xfs: introduce metadata IO error class
` [PATCH 3/7] xfs: add configurable error support to metadata buffers
` [PATCH 4/7] xfs: introduce table-based init for error behaviors
` [PATCH 5/7] xfs: add configuration of error failure speed
` [PATCH 6/7] xfs: add configuration handlers for specific errors
` [PATCH 7/7] xfs: add "fail at unmount" error handling configuration
[PATCH 0/2] scop GFP_NOFS api
2016-05-06 3:20 UTC (6+ messages)
May 2016 XFS reverse-mapping, reflink, and online fs scrub
2016-05-05 20:25 UTC
[RFC 0/3] getfsmapx ioctl
2016-05-05 19:52 UTC (4+ messages)
` [PATCH 1/3] document the XFS_IOC_GETFSMAPX ioctl
` [PATCH 2/3] xfs: introduce "
` [PATCH 3/3] xfs_io: support the new getfsmap ioctl
iomap infrastructure and multipage writes V3
2016-05-05 17:57 UTC (13+ messages)
` [PATCH 01/14] fs: move struct iomap from exportfs.h to a separate header
` [PATCH 02/14] fs: introduce iomap infrastructure
` [PATCH 03/14] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 04/14] xfs: reorder zeroing and flushing sequence in truncate
` [PATCH 05/14] xfs: implement iomap based buffered write path
` [PATCH 06/14] xfs: remove buffered write support from __xfs_get_blocks
[PATCH] metadump: limit permissible sector sizes
2016-05-05 14:53 UTC (3+ messages)
` [PATCH V2] "
"xfs_log_force: error 5 returned." for drive that was removed
2016-05-05 10:05 UTC (4+ messages)
Good day
2016-05-04 21:14 UTC
[PATCH 00/42] v7: separate operations from flags in the bio/request structs
2016-05-04 18:04 UTC (5+ messages)
2nd Leading Cause of Accidental Death
2016-05-04 12:23 UTC
[PATCH 0/7] Configurable error behavior [V2]
2016-05-04 9:57 UTC (6+ messages)
` [PATCH 5/7] xfs: add configuration of error failure speed
[PATCH v2 5/5] dax: handle media errors in dax_do_io
2016-05-04 5:05 UTC (18+ 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