public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-15 16:00:51 to 2017-03-27 08:40:06 UTC [more...]

(no subject)
 2017-03-27  8:38 UTC  (22+ messages)
` [PATCH 01/26] xfs: pull up iolock from xfs_free_eofblocks()
` [PATCH 02/26] xfs: sync eofblocks scans under iolock are livelock prone
` [PATCH 03/26] xfs: fix eofblocks race with file extending async dio writes
` [PATCH 04/26] xfs: fix toctou race when locking an inode to access the data map
` [PATCH 05/26] xfs: fail _dir_open when readahead fails
` [PATCH 06/26] xfs: filter out obviously bad btree pointers
` [PATCH 07/26] xfs: check for obviously bad level values in the bmbt root
` [PATCH 08/26] xfs: verify free block header fields
` [PATCH 09/26] xfs: allow unwritten extents in the CoW fork
` [PATCH 10/26] xfs: mark speculative prealloc CoW fork extents unwritten
` [PATCH 11/26] xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
` [PATCH 12/26] xfs: reject all unaligned direct writes to reflinked files
` [PATCH 13/26] xfs: update ctime and mtime on clone destinatation inodes
` [PATCH 14/26] xfs: correct null checks and error processing in xfs_initialize_perag
` [PATCH 15/26] xfs: don't fail xfs_extent_busy allocation
` [PATCH 16/26] xfs: handle indlen shortage on delalloc extent merge
` [PATCH 17/26] xfs: split indlen reservations fairly when under reserved
` [PATCH 18/26] xfs: fix uninitialized variable in _reflink_convert_cow
` [PATCH 20/26] xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
` [PATCH 21/26] xfs: tune down agno asserts in the bmap code
` [PATCH 22/26] xfs: only reclaim unwritten COW extents periodically

Consider including ef388e2054fe ("xfs: don't allow di_size with high bit set") into stable releases
 2017-03-27  8:18 UTC  (2+ messages)

Request for inclusion of 4dfce57db635 ("xfs: fix up xfs_swap_extent_forks inline extent handling") in stable
 2017-03-27  8:17 UTC  (2+ messages)

Request 5c6863019e45 ("cancel the setfilesize transation when io error happen") for 3.12 stable inclusion
 2017-03-27  8:15 UTC  (3+ messages)

statx manpage
 2017-03-27  0:46 UTC  (10+ messages)
` [PATCH] xfs: report crtime and attribute flags to statx

Request 2aa6ba7b5ad3 ("clear _XBF_PAGES from buffers when readahead page") for 4.4 stable inclusion
 2017-03-25  7:49 UTC 

[PATCH 00/22] mkfs.xfs: Make stronger conflict checks
 2017-03-25  0:36 UTC  (47+ messages)
` [PATCH 01/22] mkfs: remove intermediate getstr followed by getnum
` [PATCH 02/22] mkfs: merge tables for opts parsing into one table
` [PATCH 03/22] mkfs: extend opt_params with a value field
` [PATCH 04/22] mkfs: change conflicts array into a table capable of cross-option addressing
` [PATCH 05/22] mkfs: add a check for conflicting values
` [PATCH 06/22] mkfs: add cross-section conflict checks
` [PATCH 07/22] mkfs: Move opts related #define to one place
` [PATCH 08/22] mkfs: move conflicts into the table
` [PATCH 09/22] mkfs: change conflict checks to utilize the new conflict structure
` [PATCH 10/22] mkfs: change when to mark an option as seen
` [PATCH 11/22] mkfs: add test_default_value into conflict struct
` [PATCH 12/22] mkfs: expand conflicts declarations to named declaration
` [PATCH 13/22] mkfs: remove zeroed items from conflicts declaration
` [PATCH 14/22] mkfs: rename defaultval to flagval in opts
` [PATCH 15/22] mkfs: replace SUBOPT_NEEDS_VAL for a flag
` [PATCH 16/22] mkfs: Change all value fields in opt structures into unions
` [PATCH 17/22] mkfs: use old variables as pointers to the new opts struct values
` [PATCH 18/22] mkfs: prevent sector/blocksize to be specified as a number of blocks
` [PATCH 19/22] mkfs: subopt flags should be saved as bool
` [PATCH 20/22] mkfs: move uuid empty string test to getstr()
` [PATCH 21/22] mkfs: remove duplicit checks
` [PATCH 22/22] mkfs: prevent multiple specifications of a single option

[PATCH 0/8 v3] No wait AIO
 2017-03-24 14:39 UTC  (21+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_RW_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

XFS race on umount
 2017-03-24 12:13 UTC  (6+ messages)

boot failure after kernel update, imap claims in-use inode 661690 is free, would correct imap
 2017-03-24  5:15 UTC  (16+ messages)

[PATCH 0/2 V2] xfs_io: hook up statx
 2017-03-24  4:45 UTC  (3+ messages)
` [PATCH 1/2 V2] xfs_io: move stat functions to new file
` [PATCH 2/2 V2] xfs_io: hook up statx

Selectively backup based on specific date
 2017-03-23 21:38 UTC  (4+ messages)

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-22 19:53 UTC  (15+ messages)

[PATCH 0/4] miscellaneous tests
 2017-03-22 13:06 UTC  (6+ messages)
` [PATCH 3/4] reflink: test adjacency of reflinked blocks

[PATCH] xfstests: xfs/191 update
 2017-03-22 12:33 UTC  (4+ messages)

[PATCH RFC 0/2] xfs_io: hook up statx
 2017-03-22  5:28 UTC  (6+ messages)
` [PATCH RFC 1/2] xfs_io: move stat functions to new file
` [PATCH RFC 2/2] xfs_io: hook up statx

[PATCH v2] generic: test pagecache invalidation after direct write
 2017-03-22  3:09 UTC  (3+ messages)

[PATCH][PROGS] xfs_io: Allow setting multiple mode flags for fallocate()
 2017-03-21 21:54 UTC  (4+ messages)

[PATCH] xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
 2017-03-21 19:13 UTC  (5+ messages)
` [PATCH v2] "

XFS developers meeting at Vault?
 2017-03-21 16:10 UTC  (6+ messages)

[PATCH] statx: reject unknown flags when using NULL path
 2017-03-20 17:44 UTC  (3+ messages)

[4.11-rc3 BUG] xfs/348 crashes debug kernel
 2017-03-20 14:22 UTC 

xfs: verify inline directory data forks
 2017-03-20  9:41 UTC 

[PATCH] generic: test pagecache invalidation after direct write
 2017-03-20  7:29 UTC 

[PATCH 0/2] xfs: readonly handling changes
 2017-03-18  7:38 UTC  (8+ messages)
` [PATCH 2/2] xfs: remove readonly checks from xfs_release & xfs_inactive
  ` [PATCH 2/2 V2] xfs: toggle readonly state around xfs_log_mount_finish

xfsprogs_4.9.0+nmu1_source.changes ACCEPTED into unstable
 2017-03-17 19:51 UTC 

Processing of xfsprogs_4.9.0+nmu1_source.changes
 2017-03-17 19:37 UTC 

Bug#766811: spurious library links
 2017-03-17 20:42 UTC  (12+ messages)
  ` Bug#766811: marked as done (spurious library links)
  ` Bug#854961: marked as done (xfslibs-dev won't install in Docker image (where /lib -> /usr/lib))
  ` Bug#857932: marked as done (xfslibs-dev:ppc64el Fails to install on multi-arch setup with merged /usr)

[PATCH (TRIVIAL)] xfs: fix up inode validation failure message
 2017-03-17 20:29 UTC  (3+ messages)

[PATCH] xfs: verify inline directory data forks
 2017-03-16 21:12 UTC  (4+ messages)

[PATCH] xfs: use dedicated log worker wq to avoid deadlock with cil wq
 2017-03-16 19:50 UTC  (3+ messages)

[GIT PULL] xfs: fixes for 4.11-rc3
 2017-03-16 19:10 UTC 

Processed: forcibly merging 766811 857932 854961
 2017-03-16 16:06 UTC 

[PATCH v2] xfs: verify inline directory data forks
 2017-03-16 16:04 UTC  (3+ messages)

[PATCH] xfs_repair: junk leaf attribute if count == 0
 2017-03-16 15:21 UTC  (5+ messages)

Request for including dbd5c8c9a288 ("xfs: pass total block res. as total xfs_bmapi_write() parameter") into stable
 2017-03-16 10:07 UTC  (3+ messages)
` xfs: pass total block res. as total xfs_bmapi_write() parameter

[PATCH] xfs_repair: warn about dirty log with -n option
 2017-03-15 19:00 UTC  (2+ messages)

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-15 16:40 UTC  (7+ messages)


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