public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-06 03:44:20 to 2016-01-11 23:46:55 UTC [more...]

[PATCH] xfs_db: check on-disk structure sizes
 2016-01-11 23:46 UTC 

[PATCH] xfs: check sizes of XFS on-disk structures at compile time
 2016-01-11 23:26 UTC 

[ANNOUNCE] xfs: for-next branch updated to dde7f55
 2016-01-11 22:36 UTC 

[PATCH 00/35 v3] eparate operations from flags in the bio/request structs
 2016-01-11 20:21 UTC  (36+ 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

[PATCH 0/4] quota: add new quotactl Q_XGETQUOTA2
 2016-01-11 16:28 UTC  (13+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] xfs: get quota inode from mp & flags rather than dqp
` [PATCH 3/4] xfs: Factor xfs_seek_hole_data into helper
  ` [PATCH 3/4 V2] "
  ` [PATCH 3/4 V3] "
` [PATCH 4/4] xfs: wire up Q_XGETQUOTA2 / get_dqblk2
` [PATCH] linux-quota: wire Q_XGETQUOTA2 into generic repquota

[PATCH 0/2 v3] xfs: handle dquot buffer readahead in log recovery correctly
 2016-01-11 16:03 UTC  (4+ messages)
` [PATCH 1/2] xfs: inode recovery readahead can race with inode buffer creation
` [PATCH 2/2] xfs: handle dquot buffer readahead in log recovery correctly

[resend PATCH 0/3] fs, bdev: handle end of life
 2016-01-11 15:55 UTC  (7+ messages)
` [resend PATCH 1/3] block, fs: reliably communicate bdev end-of-life

[PATCH v17 00/22] Richacls (Core and Ext4)
 2016-01-11 15:21 UTC  (23+ messages)
` [PATCH v17 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v17 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v17 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v17 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v17 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v17 06/22] richacl: In-memory representation and helper functions
` [PATCH v17 07/22] richacl: Permission mapping functions
` [PATCH v17 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v17 09/22] richacl: Permission check algorithm
` [PATCH v17 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v17 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v17 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v17 13/22] vfs: Cache richacl in struct inode
` [PATCH v17 14/22] richacl: Update the file masks in chmod()
` [PATCH v17 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v17 16/22] richacl: Create-time inheritance
` [PATCH v17 17/22] richacl: Automatic Inheritance
` [PATCH v17 18/22] richacl: xattr mapping functions
` [PATCH v17 19/22] richacl: Add richacl xattr handler
` [PATCH v17 20/22] vfs: Add richacl permission checking
` [PATCH v17 21/22] ext4: Add richacl support
` [PATCH v17 22/22] ext4: Add richacl feature flag

XFS corruptions
 2016-01-11 15:16 UTC  (10+ messages)

[PATCH v7 0/9] DAX fsync/msync support
 2016-01-11 12:23 UTC  (22+ messages)
` [PATCH v7 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v7 2/9] dax: fix conversion of holes to PMDs
` [PATCH v7 3/9] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v7 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v7 5/9] mm: add find_get_entries_tag()
` [PATCH v7 6/9] dax: add support for fsync/msync
` [PATCH v7 7/9] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v7 8/9] ext4: "
` [PATCH v7 9/9] xfs: "

[PATCH v2] xfs: test XFS torn log write detection
 2016-01-11 11:52 UTC  (3+ messages)

Our Custom Shaped USB drives with your logo
 2016-01-11 10:49 UTC 

reflink fixes
 2016-01-10 22:48 UTC  (11+ messages)
` [PATCH 3/3] xfs: cancel COW in xfs_cancel_ioend

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-10  7:15 UTC  (25+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
  ` [dm-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
    ` [dm-devel] "
` [PATCH 13/35] xfs: set bi_op to REQ_OP
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua

[PATCH] Fix typos
 2016-01-09 22:13 UTC 

[PATCH] XFS: fix typos
 2016-01-09 21:29 UTC 

[PATCH] Fix typos
 2016-01-09 21:10 UTC  (2+ messages)

[RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support
 2016-01-09  9:59 UTC  (15+ messages)
` [PATCH 34/76] xfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 57/76] xfs: allocate delayed extents in CoW fork
` [PATCH 60/76] xfs: implement CoW for directio writes

Suspend does not work with v4.4-rc8
 2016-01-08 21:31 UTC  (4+ messages)

[PATCH 0/3] xfsprogs: use Q_XGETQUOTA2
 2016-01-08 18:57 UTC  (4+ messages)
` [PATCH 1/3] xfs_quota: define Q_XGETQUOTA2
` [PATCH 2/3] xfs_quota: make report_mount() take an "output id"
` [PATCH 3/3] xfs_quota: use Q_XGETQUOTA2 for repquota

A blocksize problem about dax and ext4
 2016-01-08 17:22 UTC  (3+ messages)

[PATCH] xfs: handle dquot buffer readahead in log recovery correctly
 2016-01-08 12:39 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v8 0/9] DAX fsync/msync support
 2016-01-08  5:27 UTC  (10+ messages)
` [PATCH v8 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v8 2/9] dax: fix conversion of holes to PMDs
` [PATCH v8 3/9] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v8 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v8 5/9] mm: add find_get_entries_tag()
` [PATCH v8 6/9] dax: add support for fsync/msync
` [PATCH v8 7/9] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v8 8/9] ext4: "
` [PATCH v8 9/9] xfs: "

[PATCH v3 0/5] fs, block: handle end of life
 2016-01-08  0:43 UTC  (6+ messages)
` [PATCH v3 1/5] block: prepare for del_gendisk_queue()
` [PATCH v3 2/5] block: introduce del_gendisk_queue()
` [PATCH v3 3/5] block: introduce force_failure_partition() and unmap_dax_inodes()
` [PATCH v3 4/5] xfs: unmap dax at shutdown (force_failure)
` [PATCH v3 5/5] block, xfs: implement 'force_failure' notifications

[PATCH v2 0/4] fs, block: handle end of life
 2016-01-08  0:16 UTC  (7+ messages)
` [PATCH v2 1/4] block: prepare for del_gendisk_queue()
` [PATCH v2 2/4] block: introduce del_gendisk_queue()
` [PATCH v2 3/4] xfs: unmap dax at shutdown (force_failure)
` [PATCH v2 4/4] block, xfs: implement 'force_failure' notifications

Possible XFS or NFS bug in Latest RHEL 6.6 2.6.32-504.23.4.el6.x86_64 ?
 2016-01-07 23:04 UTC  (2+ messages)

[PATCH 0/2] xfs: small debug improvements
 2016-01-07 12:53 UTC  (5+ messages)
` [PATCH 1/2] xfs: add tracepoints to readpage calls
` [PATCH 2/2] xfs: bmapbt checking on debug kernels too expensive

lazytime implementation questions
 2016-01-07  2:21 UTC  (5+ messages)

xfs and swift
 2016-01-06 23:49 UTC  (5+ messages)

[PATCH v6 0/7] DAX fsync/msync support
 2016-01-06 18:10 UTC  (4+ messages)
` [PATCH v6 4/7] dax: add support for fsync/msync

邮箱升级通知
 2016-01-06 14:51 UTC 

[PATCH] xfs: create helper for bmap finish & trans join in xfs_attr.c
 2016-01-06  5:31 UTC  (5+ 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 V4] "


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