public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-21 21:37:36 to 2016-01-06 03:44:20 UTC [more...]

[RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support
 2016-01-06  3:44 UTC  (28+ messages)
` [PATCH 02/76] xfs: fix log ticket type printing
` [PATCH 03/76] libxfs: refactor the btree size calculator code
` [PATCH 05/76] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
` [PATCH 34/76] xfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 35/76] libxfs: refactor short btree block verification
` [PATCH 57/76] xfs: allocate delayed extents in CoW fork

[PATCH] xfs: create helper for bmap finish & trans join in xfs_attr.c
 2016-01-06  3:28 UTC  (9+ messages)
` [PATCH V2] xfs: create helper for bmap finish & trans join in attr code
  ` [PATCH V3] xfs: eliminate committed arg from xfs_bmap_finish

[PATCH 0/9] xfsprogs: big, broken filesystems cause pain
 2016-01-05 23:58 UTC  (21+ messages)
` [PATCH 1/9] metadump: clean up btree block region zeroing
` [PATCH 2/9] metadump: bounds check btree block regions being zeroed
` [PATCH 3/9] xfs_mdrestore: correctly account bytes read
` [PATCH 4/9] repair: parallelise phase 7
` [PATCH 5/9] repair: parallelise uncertin inode processing in phase 3
` [PATCH 6/9] libxfs: directory node splitting does not have an extra block
` [PATCH 7/9] libxfs: don't discard dirty buffers
` [PATCH 8/9] libxfs: don't repeatedly shake unwritable buffers
` [PATCH 9/9] libxfs: keep unflushable buffers off the cache MRUs

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-05 23:53 UTC  (39+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

lazytime implementation questions
 2016-01-05 22:59 UTC  (3+ messages)

[resend PATCH 0/3] fs, bdev: handle end of life
 2016-01-05 22:32 UTC  (12+ messages)
` [resend PATCH 1/3] block, fs: reliably communicate bdev end-of-life
` [resend PATCH 2/3] xfs: handle shutdown notifications
` [resend PATCH 3/3] writeback: fix false positive WARN in __mark_inode_dirty

BUG: KASAN: use-after-free in xfs_iflush_cluster+0x9d7/0xaf0
 2016-01-05 20:58 UTC  (9+ messages)

[PATCH v6 0/7] DAX fsync/msync support
 2016-01-05 18:22 UTC  (22+ messages)
` [PATCH v6 1/7] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v6 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v6 3/7] mm: add find_get_entries_tag()
` [PATCH v6 4/7] dax: add support for fsync/msync
` [PATCH v6 5/7] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] xfs: "

邮箱升级通知
 2016-01-05 17:11 UTC 

reflink fixes
 2016-01-05 10:42 UTC  (8+ messages)
` [PATCH 1/3] xfs: pass inode instead of file to xfs_reflink_dirty_range
` [PATCH 2/3] xfs: only end a COW operation in xfs_zero_remaining_bytes if we started one
` [PATCH 3/3] xfs: cancel COW in xfs_cancel_ioend

[RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support
 2016-01-05  2:36 UTC  (46+ messages)
` [PATCH 01/22] xfsdocs: fix asciidoc confusion w.r.t. include file newline at EOF
` [PATCH 02/22] xfsdocs: update book subtitles and headings
` [PATCH 03/22] xfsdocs: restore the old rendering of structure field definitions
` [PATCH 04/22] xfsdocs: convert html entities to regular characters
` [PATCH 05/22] xfsdocs: convert images to text
` [PATCH 06/22] xfsdocs: delete images of hex dumps
` [PATCH 07/22] xfsdocs: update types
` [PATCH 08/22] xfsdocs: make example section titles consistent
` [PATCH 09/22] xfsdocs: fix various errors and missing bits in the text
` [PATCH 10/22] xfsdocs: add missing structure field definitions
` [PATCH 11/22] xfsdocs: add missing xfs_db examples
` [PATCH 12/22] xfsdocs: fix quoted text markings
` [PATCH 13/22] xfsdocs: introduce XFS at a high level
` [PATCH 14/22] xfsdocs: document the xfs log format
` [PATCH 15/22] xfsdocs: document the operation of the realtime device and inodes
` [PATCH 16/22] xfsdocs: add documentation of v5 fields
` [PATCH 17/22] xfsdocs: add a chapter discussing v5 disk format
` [PATCH 18/22] xfsdocs: document magic numbers and theoretical limits
` [PATCH 19/22] xfsdocs: document the sparse inodes feature
` [PATCH 22/22] xfsdocs: move directory chapter before xattr chapter

[ANNOUNCE] xfs-documentation: master branch updated to a04146a
 2016-01-04 23:45 UTC 

[ANNOUNCE] xfs: for-next branch rebased to 4922be5
 2016-01-04 21:36 UTC 

[PATCH v4 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-01-04 19:47 UTC  (4+ messages)
` [PATCH 06/11] reflink: more tests

Suspend does not work with v4.4-rc8
 2016-01-04 19:40 UTC  (2+ messages)

[PATCH v2] xfs: test XFS torn log write detection
 2016-01-04 16:03 UTC 

[PATCH] xfs: fix kbuild regression due to log recovery crc verification
 2016-01-04 15:52 UTC 

Facing problem when attempting to recover the file in the tgt shared directory without the remount operation
 2016-01-04 11:26 UTC  (2+ messages)

[xfs:for-next 7/10] xfs_log_recover.c:undefined reference to `__moddi3'
 2016-01-04  7:59 UTC 

[ANNOUNCE] xfs: for-next branch updated to 887a9f2
 2016-01-04  6:29 UTC 

[PATCH 0/3] fs: FS_IOC_FS[GS]ETXATTR promotion
 2016-01-04  5:54 UTC  (4+ messages)
` [PATCH 1/3] fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion
` [PATCH 2/3] xfs: use FS_XFLAG definitions directly
` [PATCH 3/3] xfs: introduce per-inode DAX enablement

Bug#766811: spurious library links
 2016-01-04  4:41 UTC  (2+ messages)

[PATCH 0/3] fs, bdev: handle end of life
 2016-01-03 21:05 UTC  (4+ messages)
` [PATCH 2/3] xfs: handle shutdown notifications

xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity?
 2016-01-01 23:40 UTC  (2+ messages)
` xfs_growfs can expand capacity, then "

Superbe année sans ronflements !
 2015-12-28 12:29 UTC 

XFS and nobarrier with SSDs
 2015-12-26 23:44 UTC  (8+ messages)

Ideas on unified real-ro mount option across all filesystems
 2015-12-26 22:53 UTC  (3+ messages)

Создание Интернет-Магазина - 19 900 рублей
 2015-12-26  5:18 UTC 

Noël sans ronfler !
 2015-12-24 14:31 UTC 

A blocksize problem about dax and ext4
 2015-12-24 12:26 UTC  (9+ messages)

Plus de ronflements pour les fêtes
 2015-12-24  4:47 UTC 

Holly Jolly Holidays
 2015-12-23  6:43 UTC 

[PATCH v5 0/7] DAX fsync/msync support
 2015-12-23  0:16 UTC  (12+ messages)
` [PATCH v5 1/7] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v5 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v5 3/7] mm: add find_get_entries_tag()
` [PATCH v5 4/7] dax: add support for fsync/sync

[PATCH 0/6] fsx
 2015-12-22 20:45 UTC  (8+ messages)
` [PATCH 1/6] fsx: Small improvements and fixes
` [PATCH 2/6] fsx: Fix hex numbers in operation dump
` [PATCH 3/6] fsx: Report number of successful operations
` [PATCH 4/6] fsx: Generate test parameters in test()
` [PATCH 5/6] fsx: Improve operation logging
` [PATCH 6/6] fsx: Add mechanism to replay failed operations

Обучение по 223-ФЗ дистанционно
 2015-12-22 13:42 UTC 

Практика геноцида. Методы пропаганды алкоголя средствами кинематографа
 2015-12-22  8:58 UTC 

[ANNOUNCE] xfsprogs: master branch updated to dbca016
 2015-12-21 23:59 UTC 

[PATCH] XFS: Use a signed return type for suffix_kstrtoint()
 2015-12-21 21:53 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox