public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-26 22:25:53 to 2022-09-01 05:49:52 UTC [more...]

[PATCH 5.10 v2 0/7] xfs stable patches for 5.10.y (from v5.18+)
 2022-09-01  5:48 UTC  (8+ messages)
` [PATCH 5.10 v2 1/7] xfs: remove infinite loop when reserving free block pool
` [PATCH 5.10 v2 2/7] xfs: always succeed at setting the reserve pool size
` [PATCH 5.10 v2 3/7] xfs: fix overfilling of reserve pool
` [PATCH 5.10 v2 4/7] xfs: fix soft lockup via spinning in filestream ag selection loop
` [PATCH 5.10 v2 5/7] xfs: revert "xfs: actually bump warning counts when we send warnings"
` [PATCH 5.10 v2 6/7] xfs: reorder iunlink remove operation in xfs_ifree
` [PATCH 5.10 v2 7/7] xfs: validate inode fork size against fork format

[PATCH v2] xfs: donot need to check return value of xlog_kvmalloc()
 2022-09-01  2:59 UTC 

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-01  1:48 UTC  (12+ messages)
` [PATCH v2 1/7] mm: change release_pages() to use unsigned long for npages
` [PATCH v2 2/7] mm/gup: introduce pin_user_page()
` [PATCH v2 3/7] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH v2 5/7] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH v2 6/7] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH v2 7/7] fuse: convert direct IO paths to use FOLL_PIN

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-09-01  0:38 UTC  (30+ 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 v2] Documentation: filesystems: correct possessive "its"
 2022-09-01  0:28 UTC 

[ANNOUNCE] xfsprogs for-next updated
 2022-08-31 15:08 UTC  (4+ messages)

[PATCH v2] xfs: fix uaf when leaf dir bestcount not match with dir data blocks
 2022-08-31 12:16 UTC 

[PATCH] Polish translation update for xfsprogs 5.19.0
 2022-08-31  9:51 UTC  (3+ messages)

[PATCH] xfs: donot need to check return value of xlog_kvmalloc()
 2022-08-31  9:48 UTC  (4+ messages)

[PATCH v3 0/4] tweaks for denying tiny xfs
 2022-08-31  9:34 UTC  (20+ messages)
` [PATCH v3 1/4] tests: increase fs size for mkfs
` [PATCH v3 2/4] tests: increase xfs log size
` [PATCH v3 3/4] tests/xfs: remove single-AG options
` [PATCH v3 4/4] xfs/144: remove testing root dir inode in AG 1

[PATCH v2 -next] xfs: clean up "%Ld/%Lu" which doesn't meet C standard
 2022-08-31  2:12 UTC 

[PATCH -next] xfs: remove "%Ld" which doesn't meet C standard
 2022-08-31  2:01 UTC  (3+ messages)

[PATCH] Documentation: filesystems: correct possessive "its"
 2022-08-31  1:22 UTC  (7+ messages)

questions about hybird xfs wih ssd/hdd by realtime subvol
 2022-08-31  1:20 UTC  (7+ messages)

[PATCH v2] xfs: add LARP state transition diagram
 2022-08-30 23:20 UTC 

[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
 2022-08-30 20:08 UTC  (42+ messages)
` [PATCH v3 1/7] iversion: update comments with info about atime updates
` [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] xfs: Add new name to attri/d
 2022-08-30 18:05 UTC 

[PATCH v2] xfs: Add new name to attri/d
 2022-08-30 18:05 UTC  (3+ messages)

[PATCH -next 0/2] Simplify if-else condition for clean code
 2022-08-30 15:19 UTC  (5+ messages)
` [PATCH -next 1/2] xfs: simplify if-else condition in xfs_validate_new_dalign
` [PATCH -next 2/2] xfs: simplify if-else condition in xfs_reflink_trim_around_shared

[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
 2022-08-30  6:17 UTC  (9+ messages)
` [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

Konu: Forbes: TOP 3 Handelsroboter, die Menschen zu Millionaren machen
 2022-08-29 20:34 UTC 

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-08-29 17:43 UTC  (13+ 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 v1] Documentation: filesystems: xfs: update pseudocode and typo fixes
 2022-08-29 16:24 UTC  (2+ messages)

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-08-29 14:49 UTC  (4+ messages)

[PATCH -next 1/2] xfs: replace unnecessary seq_printf with seq_puts
 2022-08-29 14:47 UTC  (2+ messages)

[PATCH] xfs: fix uaf when leaf dir bestcount not match with dir data blocks
 2022-08-29 14:47 UTC  (4+ messages)

[PATCH v1] xfs_db: use preferable macro to seek offset for local dir3 entry fields
 2022-08-29 14:39 UTC  (2+ messages)

[PATCH 5.10 CANDIDATE 0/7] xfs stable candidate patches for 5.10.y (from v5.18+)
 2022-08-29 14:21 UTC  (9+ messages)
` [PATCH 5.10 CANDIDATE 1/7] xfs: remove infinite loop when reserving free block pool
` [PATCH 5.10 CANDIDATE 2/7] xfs: always succeed at setting the reserve pool size
` [PATCH 5.10 CANDIDATE 3/7] xfs: fix overfilling of reserve pool
` [PATCH 5.10 CANDIDATE 4/7] xfs: fix soft lockup via spinning in filestream ag selection loop
` [PATCH 5.10 CANDIDATE 5/7] xfs: revert "xfs: actually bump warning counts when we send warnings"
` [PATCH 5.10 CANDIDATE 6/7] xfs: reorder iunlink remove operation in xfs_ifree
` [PATCH 5.10 CANDIDATE 7/7] xfs: validate inode fork size against fork format

[man-pages PATCH] statx, inode: document the new STATX_INO_VERSION field
 2022-08-29 12:37 UTC  (3+ messages)

[Bug 216419] New: Internal error XFS_WANT_CORRUPTED_RETURN at line 442 of file fs/xfs/libxfs/xfs_alloc.c
 2022-08-28 18:39 UTC  (4+ messages)
` [Bug 216419] "

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-27  7:07 UTC  (3+ messages)

[PATCH 0/9 v2] xfs: byte-base grant head reservation tracking
 2022-08-26 23:49 UTC  (17+ messages)
` [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 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


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