messages from 2019-06-26 20:45:06 to 2019-07-01 18:52:15 UTC [more...]
[PATCH] xfs: short circuit xfs_get_acl() if no acl is possible
2019-07-01 18:52 UTC (6+ messages)
[PATCH RFC 00/11] iomap: regroup code by functional area
2019-07-01 17:59 UTC (14+ messages)
` [PATCH 01/11] iomap: start moving code to fs/iomap/
` [PATCH 02/11] iomap: move the swapfile code into a separate file
` [PATCH 03/11] iomap: move the file mapping reporting "
` [PATCH 04/11] iomap: move the SEEK_HOLE "
` [PATCH 05/11] iomap: move the direct IO "
` [PATCH 06/11] iomap: move the buffered write "
` [PATCH 07/11] iomap: move the buffered read "
` [PATCH 08/11] iomap: move the page management "
` [PATCH 09/11] iomap: move the page migration "
` [PATCH 10/11] iomap: move the main iteration "
` [PATCH 11/11] iomap: move internal declarations into fs/iomap/
[PATCH 1/1] xfsprogs: Fix uninitialized cfg->lsunit
2019-07-01 17:35 UTC
[PATCH v6 0/4] vfs: make immutable files actually immutable
2019-07-01 17:20 UTC (8+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/4] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/4] vfs: don't allow most setxattr to immutable files
` [PATCH v2 "
linux-next: manual merge of the xfs tree with the f2fs tree
2019-07-01 16:47 UTC (7+ messages)
` Adding some trees to linux-next?
[ANNOUNCE] xfs-linux: iomap-for-next updated to 36a7347de097
2019-07-01 16:06 UTC
[linux-kernel-mentees] [PATCH v1] Doc : fs : convert xfs.txt to ReST
2019-07-01 14:54 UTC (3+ messages)
[PATCH V2] block: fix .bi_size overflow
2019-07-01 14:20 UTC (5+ messages)
[PATCH RFC 0/6] xfs: help mkfs shed its AG initialization code
2019-07-01 14:14 UTC (4+ messages)
` [PATCH 6/6] mkfs: use libxfs to write out new AGs
[PATCH RFC] iomap: introduce IOMAP_TAIL
2019-07-01 10:22 UTC (12+ messages)
[ANNOUNCE] xfs-linux: for-next *rebased* to 73d30d48749f
2019-07-01 8:49 UTC (2+ messages)
[PATCH] block: fix .bi_size overflow
2019-07-01 6:46 UTC (3+ messages)
lift the xfs writepage code into iomap
2019-07-01 6:43 UTC (18+ messages)
` [PATCH 07/12] xfs: don't preallocate a transaction for file size updates
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c
` [PATCH 12/12] iomap: add tracing for the address space operations
linux-next: build failure after merge of the xfs tree
2019-07-01 1:12 UTC
Include 'xfs: speed up large directory modifications' in 5.3?
2019-06-30 23:11 UTC (4+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 332b9caf2d7b
2019-06-30 16:37 UTC
[Bug 204031] New: [xfstests generic/475]: general protection fault: 0000 [#1] RIP: 0010:xfs_bmapi_read+0x311/0xb00 [xfs]
2019-06-30 14:02 UTC
[Bug 203947] New: [xfstests generic/475]: general protection fault: 0000 [#1] RIP: 0010:xfs_setfilesize_ioend+0xb1/0x220 [xfs]
2019-06-30 13:52 UTC (11+ messages)
` [Bug 203947] "
[PATCH v1] Doc : fs : convert xfs.txt to ReST
2019-06-29 20:57 UTC (9+ messages)
` [linux-kernel-mentees] "
[PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-29 20:09 UTC (7+ messages)
` [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs
[Bug 204015] New: BUG: KASAN: slab-out-of-bounds in __bio_add_page+0x1ec/0x2b0
2019-06-29 14:17 UTC (3+ messages)
` [Bug 204015] "
[backport request][stable] xfs: xfstests generic/538 failed on xfs
2019-06-29 7:41 UTC (7+ messages)
[PATCH] xfs: fix iclog allocation size
2019-06-28 22:32 UTC (7+ messages)
mysterious test failure when running xfstests on XFS
2019-06-28 21:35 UTC (2+ messages)
[PATCH v2 0/3] xfs: further FSSETXATTR cleanups
2019-06-28 18:35 UTC (4+ messages)
` [PATCH 1/3] xfs: refactor setflags to use setattr code directly
` [PATCH 2/3] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 3/3] xfs: make the dax inode flag advisory
[PATCH v2 0/2] vfs: make active swap files unwritable
2019-06-28 18:35 UTC (3+ messages)
` [PATCH 1/2] mm: set S_SWAPFILE on blockdev swap devices
` [PATCH 2/2] vfs: don't allow writes to swap files
lift the xfs writepage code into iomap v2
2019-06-28 17:41 UTC (28+ messages)
` [PATCH 01/13] list.h: add list_pop and list_pop_entry helpers
` [PATCH 02/13] xfs: remove the unused xfs_count_page_state declaration
` [PATCH 03/13] xfs: fix a comment typo in xfs_submit_ioend
` [PATCH 04/13] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 05/13] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 06/13] xfs: remove XFS_TRANS_NOFS
` [PATCH 07/13] xfs: allow merging ioends over append boundaries
` [PATCH 08/13] xfs: simplify xfs_ioend_can_merge
` [PATCH 09/13] xfs: refactor the ioend merging code
` [PATCH 10/13] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 11/13] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 12/13] iomap: move the xfs writeback code to iomap.c
` [PATCH 13/13] iomap: add tracing for the address space operations
[PATCH] xfs: project quota ineritance flag test
2019-06-28 7:04 UTC (2+ messages)
[RFC] dget_parent() misuse in xfs_filestream_get_parent()
2019-06-28 6:00 UTC
[PATCH 1/3] xfs: don't overflow xattr listent buffer
2019-06-27 23:32 UTC (5+ messages)
` [STABLE 4.19] fixes for xfs memory and fs corruption
[PATCH -next] xfs: remove duplicated include
2019-06-27 15:26 UTC (2+ messages)
KASAN: use-after-free Read in xlog_alloc_log
2019-06-27 13:52 UTC (3+ messages)
[PATCH 01/10] xfs: mount-api - add fs parameter description
2019-06-27 3:35 UTC (5+ messages)
` [PATCH 03/10] xfs: mount-api - add xfs_parse_param()
[PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-27 0:19 UTC (6+ messages)
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
XFS Repair Error
2019-06-27 0:13 UTC (7+ messages)
[Bug 203999] New: [xfstests xfs/442] kernel BUG at mm/swap_state.c:170! RIP: 0010:__delete_from_swap_cache+0x45a/0x6c0
2019-06-26 22:21 UTC (2+ messages)
` [Bug 203999] "
[PATCH v2 0/6] xfs: scrub-related fixes
2019-06-26 20:47 UTC (7+ messages)
` [PATCH 1/6] xfs: remove more ondisk directory corruption asserts
` [PATCH 2/6] xfs: attribute scrub should use seen_enough to pass error values
` [PATCH 3/6] xfs: refactor extended attribute buffer pointer functions
` [PATCH 4/6] xfs: refactor attr scrub memory allocation function
` [PATCH 5/6] xfs: only allocate memory for scrubbing attributes when we need it
` [PATCH 6/6] xfs: online scrub needn't bother zeroing its temporary buffer
[PATCH v6 00/15] xfs: refactor and improve inode iteration
2019-06-26 20:45 UTC (12+ messages)
` [PATCH 02/15] xfs: create simplified inode walk function
` [PATCH 03/15] xfs: convert quotacheck to use the new iwalk functions
` [PATCH 06/15] xfs: convert bulkstat to new iwalk infrastructure
` [PATCH 08/15] xfs: move bulkstat ichunk helpers to iwalk code
` [PATCH 09/15] xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
` [PATCH 10/15] xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
` [PATCH 11/15] xfs: refactor xfs_iwalk_grab_ichunk
` [PATCH 12/15] xfs: refactor iwalk code to handle walking inobt records
` [PATCH 13/15] xfs: refactor INUMBERS to use iwalk functions
` [PATCH 14/15] xfs: multithreaded iwalk implementation
` [PATCH 15/15] xfs: poll waiting for quotacheck
[PATCH v6 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
2019-06-26 20:46 UTC (10+ messages)
` [PATCH 1/9] xfs: remove various bulk request typedef usage
` [PATCH 2/9] xfs: rename bulkstat functions
` [PATCH 3/9] xfs: introduce new v5 bulkstat structure
` [PATCH 4/9] xfs: introduce v5 inode group structure
` [PATCH 5/9] xfs: wire up new v5 bulkstat ioctls
` [PATCH 6/9] xfs: wire up the new v5 bulkstat_single ioctl
` [PATCH 7/9] xfs: wire up the v5 INUMBERS ioctl
` [PATCH 8/9] xfs: specify AG in bulk req
` [PATCH 9/9] xfs: allow bulkstat_single of special inodes
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