messages from 2017-02-20 03:53:31 to 2017-03-01 10:03:46 UTC [more...]
[PATCH] fs, ncpfs: convert ncp_request_reply.refs from atomic_t to refcount_t
2017-03-01 9:58 UTC
[PATCH 0/5] fs, xfs atomic_t to refcount_t conversions version 2
2017-03-01 8:47 UTC (6+ messages)
` [PATCH 1/5] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t
` [PATCH 2/5] fs, xfs: convert xfs_efi_log_item.efi_refcount "
` [PATCH 3/5] fs, xfs: convert xlog_ticket.t_ref "
` [PATCH 4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount "
` [PATCH 5/5] fs, xfs: convert xfs_rui_log_item.rui_refcount "
[PATCH 0/4] miscellaneous tests
2017-03-01 6:08 UTC (14+ messages)
` [PATCH 1/4] xfs/348: classify this as a fuzzer test
` [PATCH 2/4] xfs: minor fixes to the fsmap tests
` [PATCH 3/4] reflink: test adjacency of reflinked blocks
` [PATCH 4/4] xfs: stress test xfs_scrub
` [PATCH v2 "
mm allocation failure and hang when running xfstests generic/269 on xfs
2017-03-01 4:46 UTC
[PATCH 0/8 v2] Non-blocking AIO
2017-03-01 3:46 UTC (10+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_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
[RFC PATCH v7 0/9] vfs/xfs/ext4: GETFSMAP support
2017-03-01 2:22 UTC (11+ messages)
` [PATCH 1/9] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/9] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/9] xfs: provide a query_range function for "
` [PATCH 4/9] xfs: create a function to query all records in a btree
` [PATCH 5/9] xfs: add a couple of queries to iterate free extents in the rtbitmap
` [PATCH 6/9] xfs: implement the GETFSMAP ioctl
` [PATCH 7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 8/9] xfs: report realtime space information via the rtbitmap
` [PATCH 9/9] ext4: support GETFSMAP ioctls
[RFC] failure atomic writes for file systems and block devices
2017-02-28 23:22 UTC (17+ messages)
` [PATCH 01/12] uapi/fs: add O_ATOMIC to the open flags
` [PATCH 02/12] iomap: pass IOMAP_* flags to actors
` [PATCH 03/12] iomap: add a IOMAP_ATOMIC flag
` [PATCH 04/12] fs: add a BH_Atomic flag
` [PATCH 05/12] fs: add a F_IOINFO fcntl
` [PATCH 06/12] xfs: cleanup is_reflink checks
` [PATCH 07/12] xfs: implement failure-atomic writes
` [PATCH 08/12] xfs: implement the F_IOINFO fcntl
` [PATCH 09/12] block: advertize max atomic write limit
` [PATCH 10/12] block_dev: set REQ_NOMERGE for O_ATOMIC writes
` [PATCH 11/12] block_dev: implement the F_IOINFO fcntl
` [PATCH 12/12] nvme: export the atomic write limit
[PATCH] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
2017-02-28 22:23 UTC (2+ messages)
lockdep splat in today's master in generic/070
2017-02-28 22:46 UTC (3+ messages)
LTP write03 writev07 xfs failures
2017-02-28 16:10 UTC (7+ messages)
xfs_growfs 3.2.1 on Knoppix-ADRIANE from Debian 7 does not grow
2017-02-28 14:01 UTC (3+ messages)
` SOLVED "
[PATCH] xfs_io: support shutdown command on foreign fses
2017-02-28 14:02 UTC (2+ messages)
[PATCH] xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
2017-02-28 9:56 UTC
[PATCH] xfs: fix and streamline error handling in xfs_end_io
2017-02-28 5:34 UTC (2+ messages)
[PATCH 1/2] xfs: factor out a xfs_bmap_is_real_extent helper
2017-02-28 5:28 UTC (4+ messages)
` [PATCH 2/2] xfs: remove the ISUNWRITTEN macro
[PATCH] xfs/004: relax freespace check
2017-02-28 5:35 UTC (2+ messages)
[PATCH] xfs: only reclaim unwritten COW extents periodically
2017-02-28 5:26 UTC (2+ messages)
Why does fsck.xfs not do what xfs_repair -n does?
2017-02-27 20:27 UTC (6+ messages)
[PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
2017-02-27 18:31 UTC (2+ messages)
With respect to XFS Bitmap flush to disk
2017-02-27 15:33 UTC (3+ messages)
[PATCH] xfsdump: fix build on 32-bit platforms
2017-02-27 8:45 UTC (3+ messages)
[PATCH] build: add EXTRALIBS to link with
2017-02-27 8:46 UTC (2+ messages)
[PATCH] xfsprogs: remove unused libxfs helper #defines
2017-02-27 8:29 UTC (2+ messages)
LTP write03 writev07 xfs failures
2017-02-27 5:03 UTC
[ANNOUNCE] xfsprogs: v4.10.0 released!
2017-02-26 20:17 UTC
xfs_repair fails to recognize corruption reported by kernel - possible bug?
2017-02-26 12:32 UTC (5+ messages)
Processed: reassign 837581 to xfsdump
2017-02-25 18:57 UTC
[RFC PATCH v6 0/8] vfs/xfs/ext4: GETFSMAP support
2017-02-24 22:33 UTC (22+ messages)
` [PATCH 2/8] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH v2 "
` [PATCH 3/8] xfs: provide a query_range function for "
` [PATCH 4/8] xfs: create a function to query all records in a btree
` [PATCH 5/8] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 6/8] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
[PATCH v2 0/3] xfs: quotacheck vs. dquot reclaim deadlock
2017-02-24 19:53 UTC (4+ messages)
` [PATCH 1/3] xfs: fix up quotacheck buffer list error handling
` [PATCH 2/3] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
` [PATCH 3/3] [RFC] xfs: release buffer list after quotacheck buf reset
Increase sync write performance?
2017-02-24 11:47 UTC
Clarification on inode alignment
2017-02-24 10:24 UTC (3+ messages)
[PATCH] [WIP] Propagate error state from buffers to the objects attached
2017-02-23 22:42 UTC (5+ messages)
[PATCH] vfs: hoist {XFS,EXT4,F2FS}_IOC_{GOING,SHUT}DOWN to the VFS
2017-02-23 17:59 UTC
[PATCH] vfs: hoist {XFS,EXT4}_IOC_{GOING,SHUT}DOWN to the VFS
2017-02-23 16:57 UTC (4+ messages)
` [f2fs-dev] [PATCH] vfs: hoist {XFS, EXT4}_IOC_{GOING, SHUT}DOWN "
[PATCH] xfs_repair: junk leaf attribute if count == 0
2017-02-23 9:05 UTC (7+ messages)
[PATCH 0/7] fs, xfs subsystem refcounter conversions
2017-02-23 7:50 UTC (24+ messages)
` [PATCH 1/7] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t
` [PATCH 2/7] fs, xfs: convert xfs_buf.b_hold and xfs_buf.b_lru_ref "
` [PATCH 3/7] fs, xfs: convert xfs_buf_log_item.bli_refcount "
` [PATCH 4/7] fs, xfs: convert xfs_efi_log_item.efi_refcount "
` [PATCH 5/7] fs, xfs: convert xlog_ticket.t_ref "
` [PATCH 6/7] fs, xfs: convert xfs_cui_log_item.cui_refcount "
` [PATCH 7/7] fs, xfs: convert xfs_rui_log_item.rui_refcount "
XFS kernel BUG during generic/270 with v4.10
2017-02-22 19:39 UTC (2+ messages)
[PATCH 0/5] xfs: quota deadlock fixes
2017-02-22 15:35 UTC (6+ messages)
Consider these for the XFS FAQ wiki
2017-02-22 15:12 UTC (6+ messages)
[GIT PULL] xfs: updates for 4.11
2017-02-21 21:48 UTC
[PATCH] include: don't collide __bitwise definitions in 4.10
2017-02-21 18:16 UTC (2+ messages)
transaction reservations for deleting of shared extents
2017-02-21 16:53 UTC (4+ messages)
[PATCH] xfs: clear delalloc and cache on buffered write failure
2017-02-21 16:33 UTC (5+ messages)
[BUG 4.10-rc7] sb_fdblocks inconsistency in xfs/297 test
2017-02-21 8:13 UTC (8+ messages)
xfs: fix inode uid/gid initialization
2017-02-20 4:56 UTC (13+ messages)
` [PATCH 1/2] fs: add inode helpers for fsuid and fsgid
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).