public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-18 05:51:49 to 2016-03-02 09:46:02 UTC [more...]

[ANNOUNCE] xfs; for-next branch updated to 31bb236
 2016-03-02  9:45 UTC  (2+ messages)

[PATCH] xfs: fix computation of inode btree maxlevels
 2016-03-02  9:45 UTC  (2+ messages)

block allocations for the refcount btree
 2016-03-02  5:24 UTC  (8+ messages)

[PATCH] list: kill list_force_poison()
 2016-03-01 21:44 UTC 

futher writeback updates
 2016-03-01 21:42 UTC  (6+ messages)
` [PATCH 1/3] xfs: build bios directly in xfs_add_to_ioend
` [PATCH 2/3] xfs: don't release bios on completion immediately
` [PATCH 3/3] xfs: optimize bio handling in the buffer writeback path

[RFC PATCH] semaphore: fix uninitialized list_head vs list_force_poison
 2016-03-01 21:07 UTC  (3+ messages)

ASSERT in xlog_find_verify_log_record during xfs/098
 2016-03-01 20:45 UTC  (2+ messages)

[PATCH] xfs: remove impossible condition
 2016-03-01 18:22 UTC  (4+ messages)

generic/320 triggers "list_add attempted on force-poisoned entry" warning on XFS
 2016-03-01 16:27 UTC  (6+ messages)

[PATCH v2 0/3] fix up indlen reservations on extent split
 2016-03-01 13:11 UTC  (10+ messages)
` [PATCH RFC 1/3] xfs: debug mode forced buffered write failure
` [PATCH 2/3] xfs: update icsb freeblocks counter after extent deletion
` [PATCH 3/3] xfs: borrow indirect blocks from freed extent when available

[PATCH] xfs_io: Prevent devide by zero from {pread,pwrite}_random
 2016-03-01 12:09 UTC  (2+ messages)
` [PATCH] xfs_io: Prevent devide by zero from {pread, pwrite}_random

Custom Shaped USB drives
 2016-03-01 11:35 UTC 

Custom Shaped USB drives with your logo
 2016-03-01 11:39 UTC 

[ANNOUNCE] xfs: for-next branch updated to fa3a3a8
 2016-03-01  8:03 UTC 

xfs resize: primary superblock is not updated immediately
 2016-03-01  7:20 UTC  (8+ messages)

XFS: false "torn write" errors (preventing mount)
 2016-02-29 18:08 UTC  (3+ messages)

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

[ANNOUNCE] xfs: for-next branch updated to f012de6
 2016-02-29  7:01 UTC 

[ANNOUNCE] xfsprogs: for-next branch updated to c062cfe
 2016-02-29  6:23 UTC 

[ANNOUNCE] xfsprogs: master branch updated to 2ab8ecb
 2016-02-29  4:58 UTC 

RichACLs man-pages review
 2016-02-28 22:11 UTC  (15+ messages)
` richacl(7) man page review comments

[PATCH] mkfs: fix crash when initializing rbmip
 2016-02-26 19:42 UTC  (2+ messages)

[PATCH 00/15] xfsprogs: libxfs kernel sync to 4.6-for-next
 2016-02-26 19:35 UTC  (4+ messages)
` [PATCH 09/15] xfs: remove timestamps from incore inode

How to copy files with preserving reflinks ?
 2016-02-26  7:31 UTC  (2+ messages)

Accidental FS corruption: Mapping files to blocks
 2016-02-25 20:57 UTC  (4+ messages)

backport 7a29ac474a47eb8cf212b45917683ae89d6fa13b to stable ?
 2016-02-25 16:45 UTC  (5+ messages)

XFS Corruption
 2016-02-24 22:23 UTC  (2+ messages)

致:xfs,解决业务员【搜索】遇到的各种问题
 2016-02-23  2:02 UTC 

xfstests configure error with xfsprogs v4.5-rc1
 2016-02-22 21:58 UTC  (5+ messages)

[PATCH 1/3] xfs: remove xfs_trans_get_block_res
 2016-02-22 21:14 UTC  (7+ messages)
` [PATCH 2/3] xfs: better xfs_trans_alloc interface

[PATCH v4 0/5] DAX fixes, move flushing calls to FS
 2016-02-22 18:59 UTC  (6+ messages)
` [PATCH v4 1/5] block: disable block device DAX by default
` [PATCH v4 2/5] ext2, ext4: only set S_DAX for regular inodes
` [PATCH v4 3/5] ext4: Online defrag not supported with DAX
` [PATCH v4 4/5] dax: give DAX clearing code correct bdev
` [PATCH v4 5/5] dax: move writeback calls into the filesystems

recovering corrupt filesystem after raid failure
 2016-02-22 17:53 UTC  (3+ messages)

[PATCH] xfs_io: implement 'inode' command V7
 2016-02-22 13:47 UTC  (3+ messages)

[lkp] [xfs] fbcc025613: -5.6% fsmark.files_per_sec
 2016-02-22 11:22 UTC  (3+ messages)

[PATCH] xfs_io: implement 'inode' command V6
 2016-02-22 10:25 UTC  (4+ messages)

[PATCH] xfs_db: Fix dquot command docs
 2016-02-22  9:03 UTC  (2+ messages)

[PATCH] libxfs: fix up mismerge in libxfs_iflush_int
 2016-02-22  9:03 UTC  (3+ messages)

What is the meaning of XLOG_MIN_RECORD_BSIZE? (Missing a check?)
 2016-02-22  8:38 UTC  (6+ messages)

[PATCH 0/3 v2] Q_GETNEXTQUOTA support
 2016-02-22  8:01 UTC  (6+ messages)
` [PATCH 1/3] quota: Add support for ->get_nextdqblk() for VFS quota

xfs trace in 4.4.2
 2016-02-20 18:02 UTC  (3+ messages)

test - please ignore
 2016-02-19 15:22 UTC 

[fengguang.wu@intel.com: [pnfs:xfs-nfsd-clone] 57b7d25bf4c57ebe0fbd2d8c5b37edf503175e1f BUILD DONE]
 2016-02-18 14:06 UTC  (2+ messages)

[PATCH] xfs: fix up inode32/64 (re)mount handling
 2016-02-18 12:08 UTC  (5+ messages)


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