linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-31 11:51:42 to 2016-06-06 12:20:32 UTC [more...]

Xfs lockdep warning with for-dave-for-4.6 branch
 2016-06-06 12:20 UTC  (17+ messages)

that impressed me
 2016-06-06 12:02 UTC 

[RFC] allow enabling reflinks at runtime
 2016-06-06 11:29 UTC  (8+ messages)
` [PATCH 1/3] xfs: add xfs_mp_hasreflink
` [PATCH 2/3] xfs: refactor xfs_refcountbt_alloc_block
` [PATCH 3/3] xfs: add an option to enable reflinks at mount time

[PATCH] mkfs: fix -l su minval
 2016-06-06  7:55 UTC 

[PATCH 00/19 v2] mkfs cleaning
 2016-06-06  7:42 UTC  (8+ messages)

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-06  6:53 UTC  (66+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

XFS hole punch races
 2016-06-05  5:16 UTC  (6+ messages)

xfs_repair fails after trying to format log cycle?
 2016-06-04  2:28 UTC  (8+ messages)

May 2016 XFS reverse-mapping, reflink, and online fs scrub
 2016-06-04  0:47 UTC  (2+ messages)
` June "

[PATCH] Allow compiling xfsprogs in a cross compile environment
 2016-06-04  0:43 UTC  (2+ messages)

xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage
 2016-06-04  0:04 UTC  (27+ messages)
                      ` shrink_active_list/try_to_release_page bug? (was Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage)

_xfs_buf_ioapply: no ops on block 0x188e78/0x8 on vanilla 4.4.11
 2016-06-03 19:29 UTC  (7+ messages)

Открытый Чемпионат Украины по спортивному парению
 2016-06-03 14:48 UTC 

Internal error xfs_trans_cancel
 2016-06-02 13:29 UTC  (9+ messages)

XFS_IOC_FSEMAP (old XFS_IOC_FIEMAPFS)
 2016-06-02  7:04 UTC  (3+ messages)

cigar humidor,cigar accessories-sk01
 2016-06-02  3:46 UTC 

[PATCH v6 0/8] block: prepare for multipage bvecs
 2016-06-02  3:32 UTC  (13+ messages)
` [PATCH v6 5/8] fs: xfs: replace BIO_MAX_SECTORS with BIO_MAX_PAGES

iomap infrastructure and multipage writes V5
 2016-06-01 14:46 UTC  (16+ 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] fs: support DAX based iomap zeroing
` [PATCH 04/14] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
` [PATCH 05/14] xfs: reorder zeroing and flushing sequence in truncate
` [PATCH 06/14] xfs: implement iomap based buffered write path
` [PATCH 07/14] xfs: remove buffered write support from __xfs_get_blocks
` [PATCH 08/14] fs: iomap based fiemap implementation
` [PATCH 09/14] xfs: use iomap "
` [PATCH 10/14] xfs: use iomap infrastructure for DAX zeroing
` [PATCH 11/14] xfs: handle 64-bit length in xfs_iozero
` [PATCH 12/14] xfs: use xfs_zero_range in xfs_zero_eof
` [PATCH 13/14] xfs: split xfs_free_file_space in manageable pieces
` [PATCH 14/14] xfs: kill xfs_zero_remaining_bytes

Cumulative xfsrestore shows many warnings and files/directories are missing after restoration
 2016-06-01 12:57 UTC  (3+ messages)
  `  "

[ANNOUNCE] xfs: for-next branch update to 26f1fe8
 2016-06-01 12:33 UTC  (2+ messages)

iomap infrastructure and multipage writes V4
 2016-06-01 12:31 UTC  (3+ messages)

[PATCH] xfs: make several functions static
 2016-06-01  1:42 UTC  (2+ messages)

[ANNOUNCE] xfs: master, for-next branches update to v4.7-rc1
 2016-06-01  0:03 UTC 

[PATCH] xfs: fix broken multi-fsb buffer logging
 2016-05-31 22:39 UTC  (4+ messages)

[PATCH, reflink] xfs: fix logging of AGF refcount btree fields
 2016-05-31 20:14 UTC  (2+ messages)

[PATCH 0/7] xfstests: minor fixes for the reflink/dedupe tests
 2016-05-31 19:33 UTC  (12+ messages)
` [PATCH 2/7] tests: don't put loop control files on the scratch mount
  ` [PATCH v2 "
` [PATCH 6/7] xfs: test rmap behavior when multiple bmbt records map to a single rmapbt record
  ` [PATCH v2 "
` [PATCH 8/7] xfs/122: don't break on old xfsprogs
  ` [PATCH v2 "

[PATCH] xfs_repair: further improvement on secondary superblock search method
 2016-05-31 17:37 UTC  (6+ messages)
` [PATCH V2] "

further writeback updates V2
 2016-05-31 17:35 UTC  (6+ messages)
` [PATCH 3/3] xfs: optimize bio handling in the buffer writeback path

[PATCH 3/6] xfsprogs: define and use BUILD_CC in configure.ac for cross compilation
 2016-05-31 16:19 UTC  (6+ messages)
` xfsprogs: Add BUILD_CFLAGS "

Επώνυμα Desktop PC από 36€ μόνο στην Alfanet!
 2016-05-31 14:50 UTC 

XFS: possible memory allocation deadlock in kmem_alloc
 2016-05-31 12:14 UTC  (7+ messages)

[PATCH v22 00/22] Richacls (Core and Ext4)
 2016-05-31 11:50 UTC  (19+ messages)
` [PATCH v22 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v22 06/22] richacl: In-memory representation and helper functions
` [PATCH v22 07/22] richacl: Permission mapping functions
` [PATCH v22 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v22 09/22] richacl: Permission check algorithm
` [PATCH v22 10/22] posix_acl: Improve xattr fixup code
` [PATCH v22 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v22 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v22 13/22] vfs: Cache richacl in struct inode
` [PATCH v22 14/22] richacl: Update the file masks in chmod()
` [PATCH v22 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v22 16/22] richacl: Create-time inheritance
` [PATCH v22 17/22] richacl: Automatic Inheritance
` [PATCH v22 18/22] richacl: xattr mapping functions
` [PATCH v22 19/22] richacl: Add richacl xattr handler
` [PATCH v22 20/22] vfs: Add richacl permission checking
` [PATCH v22 21/22] ext4: Add richacl support
` [PATCH v22 22/22] ext4: Add richacl feature flag


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).