Linux XFS
[Prev Page][Next Page]
- [PATCHSET v5.8 7/9] xfsprogs: shard the realtime section, (continued)
- [PATCHSET v5.8 7/9] xfsprogs: shard the realtime section, Darrick J. Wong
- [PATCH 01/50] libxfs: remove XFS_ILOCK_RT*, Darrick J. Wong
- [PATCH 02/50] libxfs: adjust xfs_fsb_to_db to handle segmented rtblocks, Darrick J. Wong
- [PATCH 03/50] xfs_repair,mkfs: port to libxfs_rt{bitmap,summary}_create, Darrick J. Wong
- [PATCH 04/50] libxfs: use correct rtx count to block count conversion, Darrick J. Wong
- [PATCH 05/50] libfrog: scrub the realtime group superblock, Darrick J. Wong
- [PATCH 06/50] man: document the rt group geometry ioctl, Darrick J. Wong
- [PATCH 07/50] libxfs: port userspace deferred log item to handle rtgroups, Darrick J. Wong
- [PATCH 08/50] libxfs: implement some sanity checking for enormous rgcount, Darrick J. Wong
- [PATCH 09/50] libfrog: support scrubbing rtgroup metadata paths, Darrick J. Wong
- [PATCH 10/50] libfrog: report rt groups in output, Darrick J. Wong
- [PATCH 11/50] libfrog: add bitmap_clear, Darrick J. Wong
- [PATCH 12/50] xfs_logprint: report realtime EFIs, Darrick J. Wong
- [PATCH 13/50] xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values, Darrick J. Wong
- [PATCH 14/50] xfs_repair: refactor phase4, Darrick J. Wong
- [PATCH 15/50] xfs_repair: refactor offsetof+sizeof to offsetofend, Darrick J. Wong
- [PATCH 16/50] xfs_repair: improve rtbitmap discrepancy reporting, Darrick J. Wong
- [PATCH 17/50] xfs_repair: simplify rt_lock handling, Darrick J. Wong
- [PATCH 18/50] xfs_repair: add a real per-AG bitmap abstraction, Darrick J. Wong
- [PATCH 19/50] xfs_repair: support realtime groups, Darrick J. Wong
- [PATCH 20/50] repair: use a separate bmaps array for real time groups, Darrick J. Wong
- [PATCH 21/50] xfs_repair: find and clobber rtgroup bitmap and summary files, Darrick J. Wong
- [PATCH 22/50] xfs_repair: support realtime superblocks, Darrick J. Wong
- [PATCH 23/50] xfs_repair: repair rtbitmap and rtsummary block headers, Darrick J. Wong
- [PATCH 24/50] xfs_repair: stop tracking duplicate RT extents with rtgroups, Darrick J. Wong
- [PATCH 25/50] xfs_db: fix the rtblock and rtextent commands for segmented rt block numbers, Darrick J. Wong
- [PATCH 26/50] xfs_db: fix rtconvert to handle segmented rtblocks, Darrick J. Wong
- [PATCH 27/50] xfs_db: listify the definition of enum typnm, Darrick J. Wong
- [PATCH 28/50] xfs_db: support dumping realtime group data and superblocks, Darrick J. Wong
- [PATCH 29/50] xfs_db: support changing the label and uuid of rt superblocks, Darrick J. Wong
- [PATCH 30/50] xfs_db: enable conversion of rt space units, Darrick J. Wong
- [PATCH 31/50] xfs_db: metadump metadir rt bitmap and summary files, Darrick J. Wong
- [PATCH 32/50] xfs_db: metadump realtime devices, Darrick J. Wong
- [PATCH 33/50] xfs_db: dump rt bitmap blocks, Darrick J. Wong
- [PATCH 34/50] xfs_db: dump rt summary blocks, Darrick J. Wong
- [PATCH 35/50] xfs_db: report rt group and block number in the bmap command, Darrick J. Wong
- [PATCH 36/50] xfs_mdrestore: restore rt group superblocks to realtime device, Darrick J. Wong
- [PATCH 37/50] xfs_io: support scrubbing rtgroup metadata, Darrick J. Wong
- [PATCH 38/50] xfs_io: support scrubbing rtgroup metadata paths, Darrick J. Wong
- [PATCH 39/50] xfs_io: add a command to display allocation group information, Darrick J. Wong
- [PATCH 40/50] xfs_io: add a command to display realtime group information, Darrick J. Wong
- [PATCH 41/50] xfs_io: display rt group in verbose bmap output, Darrick J. Wong
- [PATCH 42/50] xfs_io: display rt group in verbose fsmap output, Darrick J. Wong
- [PATCH 43/50] xfs_spaceman: report on realtime group health, Darrick J. Wong
- [PATCH 44/50] xfs_scrub: scrub realtime allocation group metadata, Darrick J. Wong
- [PATCH 45/50] xfs_scrub: check rtgroup metadata directory connections, Darrick J. Wong
- [PATCH 46/50] xfs_scrub: call GETFSMAP for each rt group in parallel, Darrick J. Wong
- [PATCH 47/50] xfs_scrub: trim realtime volumes too, Darrick J. Wong
- [PATCH 48/50] xfs_scrub: use histograms to speed up phase 8 on the realtime volume, Darrick J. Wong
- [PATCH 49/50] mkfs: add headers to realtime bitmap blocks, Darrick J. Wong
- [PATCH 50/50] mkfs: format realtime groups, Darrick J. Wong
- [PATCHSET v5.8 8/9] xfsprogs: store quota files in the metadir, Darrick J. Wong
- [PATCHSET v5.8 9/9] xfsprogs: enable quota for realtime voluems, Darrick J. Wong
- [PATCHSET 5/9] xfsprogs: new code for 6.13, Darrick J. Wong
- [PATCH 01/46] xfs: create incore realtime group structures, Darrick J. Wong
- [PATCH 02/46] xfs: define locking primitives for realtime groups, Darrick J. Wong
- [PATCH 03/46] xfs: add a lockdep class key for rtgroup inodes, Darrick J. Wong
- [PATCH 04/46] xfs: support caching rtgroup metadata inodes, Darrick J. Wong
- [PATCH 05/46] xfs: add a xfs_bmap_free_rtblocks helper, Darrick J. Wong
- [PATCH 06/46] xfs: move RT bitmap and summary information to the rtgroup, Darrick J. Wong
- [PATCH 07/46] xfs: support creating per-RTG files in growfs, Darrick J. Wong
- [PATCH 08/46] xfs: refactor xfs_rtbitmap_blockcount, Darrick J. Wong
- [PATCH 09/46] xfs: refactor xfs_rtsummary_blockcount, Darrick J. Wong
- [PATCH 10/46] xfs: make RT extent numbers relative to the rtgroup, Darrick J. Wong
- [PATCH 11/46] libfrog: add memchr_inv, Darrick J. Wong
- [PATCH 12/46] xfs: define the format of rt groups, Darrick J. Wong
- [PATCH 13/46] xfs: update realtime super every time we update the primary fs super, Darrick J. Wong
- [PATCH 14/46] xfs: export realtime group geometry via XFS_FSOP_GEOM, Darrick J. Wong
- [PATCH 15/46] xfs: check that rtblock extents do not break rtsupers or rtgroups, Darrick J. Wong
- [PATCH 16/46] xfs: add a helper to prevent bmap merges across rtgroup boundaries, Darrick J. Wong
- [PATCH 17/46] xfs: add frextents to the lazysbcounters when rtgroups enabled, Darrick J. Wong
- [PATCH 18/46] xfs: record rt group metadata errors in the health system, Darrick J. Wong
- [PATCH 19/46] xfs: export the geometry of realtime groups to userspace, Darrick J. Wong
- [PATCH 20/46] xfs: add block headers to realtime bitmap and summary blocks, Darrick J. Wong
- [PATCH 21/46] xfs: encode the rtbitmap in big endian format, Darrick J. Wong
- [PATCH 22/46] xfs: encode the rtsummary in big endian format, Darrick J. Wong
- [PATCH 23/46] xfs: grow the realtime section when realtime groups are enabled, Darrick J. Wong
- [PATCH 24/46] xfs: support logging EFIs for realtime extents, Darrick J. Wong
- [PATCH 25/46] xfs: support error injection when freeing rt extents, Darrick J. Wong
- [PATCH 26/46] xfs: use realtime EFI to free extents when rtgroups are enabled, Darrick J. Wong
- [PATCH 27/46] xfs: don't merge ioends across RTGs, Darrick J. Wong
- [PATCH 28/46] xfs: make the RT allocator rtgroup aware, Darrick J. Wong
- [PATCH 29/46] xfs: scrub the realtime group superblock, Darrick J. Wong
- [PATCH 30/46] xfs: scrub metadir paths for rtgroup metadata, Darrick J. Wong
- [PATCH 31/46] xfs: mask off the rtbitmap and summary inodes when metadir in use, Darrick J. Wong
- [PATCH 32/46] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries, Darrick J. Wong
- [PATCH 33/46] xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundaries, Darrick J. Wong
- [PATCH 34/46] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t, Darrick J. Wong
- [PATCH 35/46] xfs: adjust min_block usage in xfs_verify_agbno, Darrick J. Wong
- [PATCH 36/46] xfs: move the min and max group block numbers to xfs_group, Darrick J. Wong
- [PATCH 37/46] xfs: implement busy extent tracking for rtgroups, Darrick J. Wong
- [PATCH 38/46] xfs: use metadir for quota inodes, Darrick J. Wong
- [PATCH 39/46] xfs: scrub quota file metapaths, Darrick J. Wong
- [PATCH 40/46] xfs: enable metadata directory feature, Darrick J. Wong
- [PATCH 41/46] xfs: convert struct typedefs in xfs_ondisk.h, Darrick J. Wong
- [PATCH 42/46] xfs: separate space btree structures in xfs_ondisk.h, Darrick J. Wong
- [PATCH 43/46] xfs: port ondisk structure checks from xfs/122 to the kernel, Darrick J. Wong
- [PATCH 44/46] xfs: remove unknown compat feature check in superblock write validation, Darrick J. Wong
- [PATCH 45/46] xfs: fix sparse inode limits on runt AG, Darrick J. Wong
- [PATCH 46/46] xfs: switch to multigrain timestamps, Darrick J. Wong
- Re: [PATCHSET 5/9] xfsprogs: new code for 6.13, Christoph Hellwig
- 64k blocksize xfs can't be mounted,
Zorro Lang
- [PATCH] man: fix ioctl_xfs_commit_range man page install,
Jan Palus
- [PATCH 0/4] large atomic writes for xfs,
John Garry
- [PATCH GRUB] fs/xfs: fix large extent counters incompat feature support,
Eric Sandeen
- [PATCHSET v3] fstests: random fixes for v2024.12.01,
Darrick J. Wong
- [GIT PULL] xfs: bug fixes for 6.13,
Darrick J. Wong
- [PATCHSET v2] xfs: proposed bug fixes for 6.13,
Darrick J. Wong
- [GIT PULL] XFS fixes for 6.13-rc2,
Carlos Maiolino
- [ANNOUNCE] xfsprogs v6.12.0 released,
Andrey Albershteyn
- [syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (3), syzbot
- XFS: Approach to persist data & metadata changes on original file before IO acknowledgment when file is reflinked,
Mitta Sai Chaithanya
- [syzbot] [iomap?] WARNING in iomap_zero_iter,
syzbot
- [RESEND PATCH v2] xfs: fix the entry condition of exact EOF block allocation optimization,
Jinliang Zheng
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqrele, syzbot
- Weird behaviour with project quotas,
Emmanuel Florac
- [ANNOUNCE] xfs-linux: for-next updated to cc2dba08cc33, Carlos Maiolino
- [PATCH xfsprogs 6.12] man: document the -n parent mkfs option,
Darrick J. Wong
- [PATCH v5 1/2] iomap: fix zero padding data issue in concurrent append writes,
Long Li
- [PATCH v5 0/3] Addition of new tests for extsize hints,
Nirjhar Roy
- [ANNOUNCE] xfs-documentation: for-next updated to f512c164a1d0e8, Darrick J. Wong
- [PATCHBOMB] xfs-documentation: updates for 6.13,
Darrick J. Wong
- [PATCHSET] xfs-documentation: updates for 6.13, Darrick J. Wong
- [PATCH 01/10] design: update metadata reconstruction chapter, Darrick J. Wong
- [PATCH 02/10] design: document filesystem properties, Darrick J. Wong
- [PATCH 03/10] design: move superblock documentation to a separate file, Darrick J. Wong
- [PATCH 04/10] design: document the actual ondisk superblock, Darrick J. Wong
- [PATCH 05/10] design: document the changes required to handle metadata directories, Darrick J. Wong
- [PATCH 06/10] design: move discussion of realtime volumes to a separate section, Darrick J. Wong
- [PATCH 07/10] design: document realtime groups, Darrick J. Wong
- [PATCH 08/10] design: document metadata directory tree quota changes, Darrick J. Wong
- [PATCH 09/10] design: update metadump v2 format to reflect rt dumps, Darrick J. Wong
- [PATCH 10/10] xfs-documentation: release for 6.1[23], Darrick J. Wong
- [GIT PULL] xfs-documentation: updates for 6.13, Darrick J. Wong
- [PATCH] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay,
Christoph Hellwig
- [PATCH v4 0/3] Addition of new tests for extsize hints,
Nirjhar Roy
- [PATCHBOMB] xfs/fstests: largeish pile of bug fixes,
Darrick J. Wong
- [PATCHSET v3] fstests: random fixes for v2024.11.17, Darrick J. Wong
- [PATCH 01/16] generic/757: fix various bugs in this test, Darrick J. Wong
- [PATCH 02/16] generic/757: convert to thinp, Darrick J. Wong
- [PATCH 03/16] xfs/113: fix failure to corrupt the entire directory, Darrick J. Wong
- [PATCH 04/16] xfs/508: fix test for 64k blocksize, Darrick J. Wong
- [PATCH 05/16] common/rc: capture dmesg when oom kills happen, Darrick J. Wong
- [PATCH 06/16] generic/562: handle ENOSPC while cloning gracefully, Darrick J. Wong
- [PATCH 07/16] xfs/163: skip test if we can't shrink due to enospc issues, Darrick J. Wong
- [PATCH 08/16] xfs/009: allow logically contiguous preallocations, Darrick J. Wong
- [PATCH 09/16] generic/251: use sentinel files to kill the fstrim loop, Darrick J. Wong
- [PATCH 10/16] generic/251: constrain runtime via time/load/soak factors, Darrick J. Wong
- [PATCH 11/16] generic/251: don't copy the fsstress source code, Darrick J. Wong
- [PATCH 12/16] common/rc: _scratch_mkfs_sized supports extra arguments, Darrick J. Wong
- [PATCH 13/16] xfs/157: do not drop necessary mkfs options, Darrick J. Wong
- [PATCH 14/16] generic/366: fix directio requirements checking, Darrick J. Wong
- [PATCH 15/16] generic/454: actually set attr value for llamapirate subtest, Darrick J. Wong
- [PATCH 16/16] xfs/122: add tests for commitrange structures, Darrick J. Wong
- [PATCH 17/16] generic/459: prevent collisions between test VMs backed by a shared disk pool, Darrick J. Wong
- [PATCHSET] xfs: bug fixes for 6.13, Darrick J. Wong
- [PATCH 01/21] xfs: fix off-by-one error in fsmap's end_daddr usage, Darrick J. Wong
- [PATCH 02/21] xfs: metapath scrubber should use the already loaded inodes, Darrick J. Wong
- [PATCH 03/21] xfs: keep quota directory inode loaded, Darrick J. Wong
- [PATCH 04/21] xfs: return a 64-bit block count from xfs_btree_count_blocks, Darrick J. Wong
- [PATCH 05/21] xfs: don't drop errno values when we fail to ficlone the entire range, Darrick J. Wong
- [PATCH 06/21] xfs: separate healthy clearing mask during repair, Darrick J. Wong
- [PATCH 07/21] xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink, Darrick J. Wong
- [PATCH 08/21] xfs: mark metadir repair tempfiles with IRECOVERY, Darrick J. Wong
- [PATCH 09/21] xfs: fix null bno_hint handling in xfs_rtallocate_rtg, Darrick J. Wong
- [PATCH 10/21] xfs: fix error bailout in xfs_rtginode_create, Darrick J. Wong
- [PATCH 11/21] xfs: update btree keys correctly when _insrec splits an inode root block, Darrick J. Wong
- [PATCH 12/21] xfs: fix scrub tracepoints when inode-rooted btrees are involved, Darrick J. Wong
- [PATCH 13/21] xfs: unlock inodes when erroring out of xfs_trans_alloc_dir, Darrick J. Wong
- [PATCH 14/21] xfs: only run precommits once per transaction object, Darrick J. Wong
- [PATCH 15/21] xfs: remove recursion in __xfs_trans_commit, Darrick J. Wong
- [PATCH 16/21] xfs: don't lose solo superblock counter update transactions, Darrick J. Wong
- [PATCH 17/21] xfs: don't lose solo dquot update transactions, Darrick J. Wong
- [PATCH 18/21] xfs: separate dquot buffer reads from xfs_dqflush, Darrick J. Wong
- [PATCH 19/21] xfs: clean up log item accesses in xfs_qm_dqflush{,_done}, Darrick J. Wong
- [PATCH 20/21] xfs: attach dquot buffer to dquot log item buffer, Darrick J. Wong
- [PATCH 21/21] xfs: convert quotacheck to attach dquot buffers, Darrick J. Wong
- [PATCH 22/21] xfs: fix sb_spino_align checks for large fsblock sizes, Darrick J. Wong
- [PATCH] xfs_io: Avoid using __kernel_rwf_t for older kernels,
Florian Fainelli
- [ANNOUNCE] xfs-linux: for-next updated to a8581099604d, Carlos Maiolino
- [ANNOUNCE] xfsprogs: for-next updated to 409477af604f, Andrey Albershteyn
- [PATCH v4 1/2] iomap: fix zero padding data issue in concurrent append writes,
Long Li
- [PATCH] xfs: fix race condition in inodegc list and cpumask handling,
Long Li
- [syzbot] [xfs?] possible deadlock in xfs_dquot_disk_alloc, syzbot
- [syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one (3), syzbot
- [PATCH] xfs: use inode_set_cached_link(),
Mateusz Guzik
- [PATCH 6.12] MAINTAINERS: appoint myself the XFS maintainer for 6.12 LTS,
Darrick J. Wong
- [PATCHSET v2] fstests: random fixes for v2024.11.17,
Darrick J. Wong
- [PATCH 01/17] generic/757: fix various bugs in this test, Darrick J. Wong
- [PATCH 02/17] generic/757: convert to thinp, Darrick J. Wong
- [PATCH 03/17] logwrites: warn if we don't think read after discard returns zeroes, Darrick J. Wong
- [PATCH 04/17] logwrites: use BLKZEROOUT if it's available, Darrick J. Wong
- [PATCH 05/17] logwrites: only use BLKDISCARD if we know discard zeroes data, Darrick J. Wong
- [PATCH 06/17] xfs/113: fix failure to corrupt the entire directory, Darrick J. Wong
- [PATCH 07/17] xfs/508: fix test for 64k blocksize, Darrick J. Wong
- [PATCH 08/17] common/rc: capture dmesg when oom kills happen, Darrick J. Wong
- [PATCH 09/17] generic/562: handle ENOSPC while cloning gracefully, Darrick J. Wong
- [PATCH 10/17] xfs/163: skip test if we can't shrink due to enospc issues, Darrick J. Wong
- [PATCH 11/17] xfs/009: allow logically contiguous preallocations, Darrick J. Wong
- [PATCH 12/17] generic/251: use sentinel files to kill the fstrim loop, Darrick J. Wong
- [PATCH 13/17] generic/251: constrain runtime via time/load/soak factors, Darrick J. Wong
- [PATCH 14/17] generic/251: don't copy the fsstress source code, Darrick J. Wong
- [PATCH 15/17] common/rc: _scratch_mkfs_sized supports extra arguments, Darrick J. Wong
- [PATCH 16/17] xfs/157: do not drop necessary mkfs options, Darrick J. Wong
- [PATCH 17/17] generic/366: fix directio requirements checking, Darrick J. Wong
- [PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts,
Alistair Popple
- [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path, Alistair Popple
- [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range(), Alistair Popple
- [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries, Alistair Popple
- [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts, Alistair Popple
- [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts, Alistair Popple
- [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount, Alistair Popple
- [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag, Alistair Popple
- [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one, Alistair Popple
- [PATCH v3 11/25] mm: Allow compound zone device pages, Alistair Popple
- [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings, Alistair Popple
- [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite(), Alistair Popple
- [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages, Alistair Popple
- [PATCH v3 15/25] huge_memory: Allow mappings of PMD sized pages, Alistair Popple
- [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers, Alistair Popple
- [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages, Alistair Popple
- [PATCH v3 19/25] memcontrol-v1: Ignore ZONE_DEVICE pages, Alistair Popple
- [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock, Alistair Popple
- [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping, Alistair Popple
- [PATCH v3 23/25] mm: Remove pXX_devmap callers, Alistair Popple
- [PATCH v3 24/25] mm: Remove devmap related functions and page table bits, Alistair Popple
- [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE", Alistair Popple
- Re: [PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts, Dan Williams
- [6.13-rc0 regression] workqueue throwing cpu affinity warnings during CPU hotplug,
Dave Chinner
- [PATCH v9 00/19] fanotify: add pre-content hooks,
Jan Kara
- [PATCH 07/19] fsnotify: introduce pre-content permission events, Jan Kara
- [PATCH 04/19] fanotify: don't skip extra event info if no info_mode is set, Jan Kara
- [PATCH 02/19] fsnotify: opt-in for permission events at file open time, Jan Kara
- [PATCH 01/19] fs: get rid of __FMODE_NONOTIFY kludge, Jan Kara
- [PATCH 11/19] fanotify: report file range info with pre-content events, Jan Kara
- [PATCH 08/19] fsnotify: pass optional file access range in pre-content event, Jan Kara
- [PATCH 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY, Jan Kara
- [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open, Jan Kara
- [PATCH 05/19] fanotify: rename a misnamed constant, Jan Kara
- [PATCH 14/19] mm: don't allow huge faults for files with pre content watches, Jan Kara
- [PATCH 10/19] fanotify: introduce FAN_PRE_ACCESS permission event, Jan Kara
- [PATCH 13/19] fanotify: disable readahead if we have pre-content watches, Jan Kara
- [PATCH 15/19] fsnotify: generate pre-content permission event on page fault, Jan Kara
- [PATCH 17/19] btrfs: disable defrag on pre-content watched files, Jan Kara
- [PATCH 12/19] fanotify: allow to set errno in FAN_DENY permission response, Jan Kara
- [PATCH 16/19] xfs: add pre-content fsnotify hook for DAX faults, Jan Kara
- [PATCH 18/19] ext4: add pre-content fsnotify hook for DAX faults, Jan Kara
- [PATCH 09/19] fsnotify: generate pre-content permission event on truncate, Jan Kara
- [PATCH 19/19] fs: enable pre-content events on supported file systems, Jan Kara
- Re: [PATCH v9 00/19] fanotify: add pre-content hooks, Amir Goldstein
- [PATCH v3 1/2] iomap: fix zero padding data issue in concurrent append writes,
Long Li
- [PATCH v3 0/3] Addition of new tests for extsize hints,
Nirjhar Roy
- [GIT PULL 2/2] xfs: bug fixes for 6.12, Darrick J. Wong
- [GIT PULL 1/2] libxfs: new code for 6.12, Darrick J. Wong
- [PATCHBOMB v4] xfsprogs: (more) everything I have for 6.12,
Darrick J. Wong
- [PATCH] xfs: Use xchg() in xlog_cil_insert_pcp_aggregate(),
Uros Bizjak
- [PATCH] fstests: fix blksize_t printf format warnings across architectures,
Anand Jain
- [no subject], Unknown
- [no subject], Unknown
- Potential Null Pointer Dereference in xlog_recover_get_buf_lsn During XFS Recovery, Robert Malz
- [PATCH v3] xfs_io: add support for atomic write statx fields,
Catherine Hoang
- small fixes for 6.13,
Christoph Hellwig
- [PATCH RFC 0/4] iomap: zero range folio batch processing prototype,
Brian Foster
- xfs: new code for 6.13, Carlos Maiolino
- [PATCH] xfs/229: call on the test directory,
Christoph Hellwig
- [PATCH v2] xfs_io: add support for atomic write statx fields,
Catherine Hoang
- [PATCHSET] xfsprogs: bug fixes for 6.12,
Darrick J. Wong
- [PATCHSET] xfs: bug fixes for 6.13,
Darrick J. Wong
- [PATCH 01/10] xfs: fix off-by-one error in fsmap's end_daddr usage, Darrick J. Wong
- [PATCH 02/10] xfs: metapath scrubber should use the already loaded inodes, Darrick J. Wong
- [PATCH 03/10] xfs: keep quota directory inode loaded, Darrick J. Wong
- [PATCH 04/10] xfs: return a 64-bit block count from xfs_btree_count_blocks, Darrick J. Wong
- [PATCH 05/10] xfs: don't drop errno values when we fail to ficlone the entire range, Darrick J. Wong
- [PATCH 06/10] xfs: separate healthy clearing mask during repair, Darrick J. Wong
- [PATCH 07/10] xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink, Darrick J. Wong
- [PATCH 08/10] xfs: mark metadir repair tempfiles with IRECOVERY, Darrick J. Wong
- [PATCH 09/10] xfs: fix null bno_hint handling in xfs_rtallocate_rtg, Darrick J. Wong
- [PATCH 10/10] xfs: fix error bailout in xfs_rtginode_create, Darrick J. Wong
- [PATCHSET] fstests: random fixes for v2024.11.17,
Darrick J. Wong
- [PATCH 01/12] generic/757: fix various bugs in this test, Darrick J. Wong
- [PATCH 03/12] xfs/508: fix test for 64k blocksize, Darrick J. Wong
- [PATCH 02/12] xfs/113: fix failure to corrupt the entire directory, Darrick J. Wong
- [PATCH 04/12] common/rc: capture dmesg when oom kills happen, Darrick J. Wong
- [PATCH 05/12] generic/562: handle ENOSPC while cloning gracefully, Darrick J. Wong
- [PATCH 06/12] xfs/163: skip test if we can't shrink due to enospc issues, Darrick J. Wong
- [PATCH 07/12] xfs/009: allow logically contiguous preallocations, Darrick J. Wong
- [PATCH 08/12] generic/251: use sentinel files to kill the fstrim loop, Darrick J. Wong
- [PATCH 09/12] generic/251: constrain runtime via time/load/soak factors, Darrick J. Wong
- [PATCH 10/12] common/rc: _scratch_mkfs_sized supports extra arguments, Darrick J. Wong
- [PATCH 11/12] xfs/157: do not drop necessary mkfs options, Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]