messages from 2022-08-18 11:03:51 to 2022-08-27 16:03:22 UTC [more...]
[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
2022-08-27 16:03 UTC (13+ messages)
` [PATCH v3 1/7] iversion: update comments with info about atime updates
` [PATCH v3 2/7] ext4: fix i_version handling in ext4
` [PATCH v3 3/7] ext4: unconditionally enable the i_version counter
` [PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
` [PATCH v3 5/7] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v3 6/7] nfs: report the inode version in statx if requested
` [PATCH v3 7/7] ceph: fill in the change attribute in statx requests
[Bug 216419] New: Internal error XFS_WANT_CORRUPTED_RETURN at line 442 of file fs/xfs/libxfs/xfs_alloc.c
2022-08-27 15:50 UTC (3+ messages)
` [Bug 216419] "
[PATCH v5 0/8] make statx() return DIO alignment information
2022-08-27 15:34 UTC (10+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v5 4/8] ext4: support STATX_DIOALIGN
` [PATCH v5 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v5 6/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v5 7/8] f2fs: support STATX_DIOALIGN
` [PATCH v5 8/8] xfs: "
[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
2022-08-27 8:36 UTC (7+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 3/6] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN
[PATCH v4 0/9] make statx() return DIO alignment information
2022-08-27 7:07 UTC (15+ messages)
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes
[PATCH] xfs: donot need to check return value of xlog_kvmalloc()
2022-08-27 3:11 UTC (2+ messages)
[PATCH 0/9 v2] xfs: byte-base grant head reservation tracking
2022-08-26 23:49 UTC (27+ messages)
` [PATCH 1/9] xfs: move and xfs_trans_committed_bulk
` [PATCH 2/9] xfs: AIL doesn't need manual pushing
` [PATCH 3/9] xfs: background AIL push targets physical space, not grant space
` [PATCH 4/9] xfs: ensure log tail is always up to date
` [PATCH 5/9] xfs: l_last_sync_lsn is really AIL state
` [PATCH 6/9] xfs: collapse xlog_state_set_callback in caller
` [PATCH 7/9] xfs: track log space pinned by the AIL
` [PATCH 8/9] xfs: pass the full grant head to accounting functions
` [PATCH 9/9] xfs: grant heads track byte counts, not LSNs
[man-pages PATCH] statx, inode: document the new STATX_INO_VERSION field
2022-08-26 21:47 UTC
[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-08-26 21:35 UTC (2+ messages)
[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
2022-08-26 17:18 UTC (5+ messages)
` [PATCH 1/4] xfs: Quiet notify_failure EOPNOTSUPP cases
` [PATCH 2/4] xfs: Fix SB_BORN check in xfs_dax_notify_failure()
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails
[ANNOUNCE] xfsdump: Release 3.1.11
2022-08-26 17:15 UTC
[PATCH v2] tests: increase fs size for mkfs
2022-08-25 23:47 UTC (2+ messages)
[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
2022-08-25 19:28 UTC (7+ messages)
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case
[PATCH V3] xfs: Check if a direct write can result in a false ENOSPC error
2022-08-25 13:00 UTC
[PATCH 5.10 v2 0/6] xfs stable patches for 5.10.y (from v5.17)
2022-08-25 12:07 UTC (8+ messages)
` [PATCH 5.10 v2 1/6] xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
` [PATCH 5.10 v2 2/6] xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
` [PATCH 5.10 v2 3/6] fs: remove __sync_filesystem
` [PATCH 5.10 v2 4/6] vfs: make sync_filesystem return errors from ->sync_fs
` [PATCH 5.10 v2 5/6] xfs: return errors in xfs_fs_sync_fs
` [PATCH 5.10 v2 6/6] xfs: only bother with sync_filesystem during readonly remount
[PATCH v2] xfsdump: remove BMV_IF_NO_DMAPI_READ flag
2022-08-25 8:12 UTC (2+ messages)
[PATCH] iversion: update comments with info about atime updates
2022-08-25 0:17 UTC (19+ messages)
[PATCH] xfs: Add new name to attri/d
2022-08-24 18:47 UTC (3+ messages)
[PATCH RESEND v2 00/18] Parent Pointers
2022-08-24 18:47 UTC (13+ messages)
` [PATCH RESEND v2 01/18] xfs: Fix multi-transaction larp replay
[PATCH V2] xfs: Check if a direct write can result in a false ENOSPC error
2022-08-24 15:05 UTC (2+ messages)
[RFC PATCH 1/1] API: Allow to use xfs filesystems < 300 MB
2022-08-24 10:21 UTC (8+ messages)
` [Automated-testing] "
[PATCH] xfs: Check if a direct write can result in a false ENOSPC error
2022-08-24 9:22 UTC (3+ messages)
[PATCH] ext4: Make ext4_lazyinit_thread freezable
2022-08-23 16:03 UTC
[syzbot] WARNING in iomap_iter
2022-08-23 15:54 UTC (21+ messages)
[PATCH v1] Documentation: filesystems: xfs: update pseudocode and typo fixes
2022-08-23 14:25 UTC (2+ messages)
[PATCH -next] xfs: remove the redundant word in comment
2022-08-23 14:25 UTC (2+ messages)
[PATCH -next] xfs: remove redundant else for clean code
2022-08-23 14:26 UTC (2+ messages)
[PATCH -next] xfs: remove "%Lu" which doesn't meet C standard
2022-08-23 14:27 UTC (2+ messages)
[PATCH] generic: new test to verify selinux label of whiteout inode
2022-08-23 14:43 UTC (3+ messages)
` [PATCH v2] "
[PATCH 5.15 0/9] xfs stable candidate patches for 5.15.y (part 4)
2022-08-23 7:21 UTC (11+ messages)
` [PATCH 5.15 1/9] xfs: flush inodegc workqueue tasks before cancel
` [PATCH 5.15 2/9] xfs: reserve quota for dir expansion when linking/unlinking files
` [PATCH 5.15 3/9] xfs: reserve quota for target dir expansion when renaming files
` [PATCH 5.15 4/9] xfs: remove infinite loop when reserving free block pool
` [PATCH 5.15 5/9] xfs: always succeed at setting the reserve pool size
` [PATCH 5.15 6/9] xfs: fix overfilling of reserve pool
` [PATCH 5.15 7/9] xfs: fix soft lockup via spinning in filestream ag selection loop
` [PATCH 5.15 8/9] xfs: revert "xfs: actually bump warning counts when we send warnings"
` [PATCH 5.15 9/9] xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
[PATCH] xfs: fix i_version handling in xfs
2022-08-23 1:33 UTC (20+ messages)
[PATCH v2] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
2022-08-22 23:34 UTC (2+ messages)
[PATCH 5.10 CANDIDATE 0/7] xfs stable candidate patches for 5.10.y (from v5.17)
2022-08-22 16:52 UTC (8+ messages)
` [PATCH 5.10 CANDIDATE 1/6] xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
` [PATCH 5.10 CANDIDATE 2/6] xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
` [PATCH 5.10 CANDIDATE 3/6] fs: remove __sync_filesystem
` [PATCH 5.10 CANDIDATE 4/6] vfs: make sync_filesystem return errors from ->sync_fs
` [PATCH 5.10 CANDIDATE 5/6] xfs: return errors in xfs_fs_sync_fs
` [PATCH 5.10 CANDIDATE 6/6] xfs: only bother with sync_filesystem during readonly remount
[PATCH] Polish translation update for xfsprogs 5.19.0
2022-08-22 16:00 UTC
[PATCH -next] xfs: remove the redundant word in comment
2022-08-22 13:04 UTC
[PATCH] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
2022-08-22 10:40 UTC (3+ messages)
[PATCH] xfs: on memory failure, only shut down fs after scanning all mappings
2022-08-21 23:32 UTC (2+ messages)
[PATCH] tests: increase fs size for _scratch_mkfs_sized
2022-08-21 14:47 UTC (2+ messages)
LTP test df01.sh detected different size of loop device in v5.19
2022-08-19 19:30 UTC (15+ messages)
` [LTP] "
[PATCH v3 25/25] xfs: Support large folios
2022-08-18 21:58 UTC (11+ messages)
` Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)
[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2022-08-18 17:04 UTC (9+ messages)
` [RFC PATCH v6] "
generic/471 regression with async buffered writes?
2022-08-18 17:00 UTC (2+ messages)
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).