messages from 2020-02-25 14:34:53 to 2020-03-01 11:08:59 UTC [more...]
[PATCH RFC] ext4: fix potential race between online resizing and write operations
2020-03-01 11:08 UTC (22+ messages)
[PATCH RFC 0/5] fs, ext4: Physical blocks placement hint for fallocate(0): fallocate2(). TP defrag
2020-03-01 0:06 UTC (24+ messages)
` [PATCH RFC 1/5] fs: Add new argument to file_operations::fallocate()
` [PATCH RFC 2/5] fs: Add new argument to vfs_fallocate()
` [PATCH RFC 3/5] fs: Add fallocate2() syscall
` [PATCH RFC 4/5] ext4: Prepare ext4_mb_discard_preallocations() for handling EXT4_MB_HINT_GOAL_ONLY
` [PATCH RFC 5/5] ext4: Add fallocate2() support
[PATCH 1/9] e2fsck: fix e2fsck_allocate_memory() overflow
2020-02-29 23:36 UTC (16+ messages)
` [PATCH 2/9] e2fsck: use proper types for variables
` [PATCH 3/9] e2fsck: avoid mallinfo() if over 2GB allocated
` [PATCH 4/9] e2fsck: reduce memory usage for many directories
` [PATCH 5/9] debugfs: allow comment lines in command file
` [PATCH 6/9] debugfs: print inode numbers as unsigned
` [PATCH 7/9] e2fsck: fix overflow if more than 4B inodes
` [PATCH 8/9] e2fsck: consistently use ext2fs_get_mem()
[PATCH] fs/jbd2: fix data races at struct journal_head
2020-02-29 18:40 UTC (3+ messages)
ENOSPC inline_data fsck failure
2020-02-29 18:17 UTC (2+ messages)
ext4: convert file system to meta_bg if needed during resizing
2020-02-29 17:52 UTC (3+ messages)
[PATCH v2] ext4: use non-movable memory for superblock readahead
2020-02-29 7:49 UTC (2+ messages)
[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
2020-02-28 20:35 UTC (8+ messages)
[PATCH] ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
2020-02-28 18:45 UTC (2+ messages)
[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
2020-02-28 15:36 UTC (12+ messages)
` [PATCHv5 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
` [PATCHv5 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv5 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv5 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv5 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv5 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST
[PATCH v8 00/25] Change readahead API
2020-02-28 14:08 UTC (35+ messages)
` [PATCH v8 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v8 02/25] mm: Return void from various readahead functions
` [PATCH v8 03/25] mm: Ignore return value of ->readpages
` [PATCH v8 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v8 05/25] mm: Add new readahead_control API
` [PATCH v8 06/25] mm: Use readahead_control to pass arguments
` [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v8 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v8 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v8 10/25] mm: Put readahead pages in cache earlier
` [PATCH v8 11/25] mm: Add readahead address space operation
` [PATCH v8 12/25] mm: Move end_index check out of readahead loop
` [PATCH v8 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v8 14/25] mm: Document why we don't set PageReadahead
` [PATCH v8 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v8 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v8 17/25] btrfs: Convert from readpages to readahead
` [PATCH v8 18/25] erofs: Convert uncompressed files "
` [PATCH v8 19/25] erofs: Convert compressed "
` [PATCH v8 20/25] ext4: Convert "
` [PATCH v8 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v8 22/25] f2fs: Convert from readpages to readahead
` [PATCH v8 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v8 24/25] fuse: Convert from readpages to readahead
` [PATCH v8 25/25] iomap: "
Filesystem corruption after unreachable storage
2020-02-28 11:06 UTC (8+ messages)
[PATCH] tst_libext2fs: Avoid multiple definition of global variables
2020-02-28 3:34 UTC (3+ messages)
` [PATCH v2] "
[PATCHv4 0/6] ext4: bmap & fiemap conversion to use iomap
2020-02-27 19:18 UTC (12+ messages)
` [PATCHv4 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
` [PATCHv4 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv4 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv4 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv4 5/6] ext4: Move ext4_fiemap to use iomap framework
` [RFC PATCH] ext4: ext4_iomap_xattr_ops can be static
` [PATCHv4 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST
[PATCH RFC 0/3] fs: online filesystem uuid operations
2020-02-27 21:33 UTC (4+ messages)
` [PATCH 1/3] vfs: create ioctls to query and set the filesystem uuids
` [PATCH 2/3] xfs: allow online filesystem uuid queries
` [PATCH 3/3] ext4: "
[PATCH v7 0/9] Inline Encryption Support
2020-02-27 21:25 UTC (22+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v7 7/9] fscrypt: add inline encryption support
[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
2020-02-27 17:52 UTC (30+ messages)
` [PATCH V4 01/13] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer
[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
2020-02-27 17:25 UTC (14+ messages)
` [PATCH V5 01/12] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V5 02/12] fs: Remove unneeded IS_DAX() check
` [PATCH V5 03/12] fs/stat: Define DAX statx attribute
` [PATCH V5 04/12] fs/xfs: Isolate the physical DAX flag from enabled
` [PATCH V5 05/12] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V5 06/12] fs: Add locking for a dynamic address space operations state
` [PATCH V5 07/12] fs: Prevent DAX state change if file is mmap'ed
` [PATCH V5 08/12] fs/xfs: Hold off aops users while changing DAX state
` [PATCH V5 09/12] fs/xfs: Clean up locking in dax invalidate
` [PATCH V5 10/12] fs/xfs: Allow toggle of effective DAX flag
` [PATCH V5 11/12] fs/xfs: Remove xfs_diflags_to_linux()
` [PATCH V5 12/12] Documentation/dax: Update Usage section
vmlinux ELF header sometimes corrupt
2020-02-27 15:57 UTC (2+ messages)
[QUESTION] jbd2: how metadata blocks are checkpointed by the page-cache?
2020-02-27 15:21 UTC (2+ messages)
[PATCH] xfs/XXX: Add xfs/XXX
2020-02-27 5:38 UTC
[PATCHv3 1/6] ext4: Add IOMAP_F_MERGED for non-extent based mapping
2020-02-27 5:38 UTC (21+ messages)
` [PATCHv3 2/6] ext4: Optimize ext4_ext_precache for 0 depth
` [PATCHv3 3/6] ext4: Move ext4 bmap to use iomap infrastructure
` [PATCHv3 4/6] ext4: Make ext4_ind_map_blocks work with fiemap
` [PATCHv3 5/6] ext4: Move ext4_fiemap to use iomap framework
` [PATCHv3 6/6] Documentation: Correct the description of FIEMAP_EXTENT_LAST
Getting issue while creating ext4 file system
2020-02-26 20:43 UTC (2+ messages)
[PATCHv3 0/6] ext4: bmap & fiemap conversion to use iomap
2020-02-26 13:08 UTC (2+ messages)
[PATCH v2] ext2: Silence lockdep warning about reclaim under xattr_sem
2020-02-26 12:16 UTC (3+ messages)
[PATCH] ext4: using matching invalidatepage in ext4_writepage
2020-02-26 12:03 UTC (3+ messages)
WARNING in ext4_write_inode
2020-02-26 6:57 UTC
[PATCH v2] ext4/021: make sure the fdatasync subprocess exits
2020-02-26 3:22 UTC
[PATCH v4] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
2020-02-25 15:41 UTC (2+ messages)
[PATCH] libext2fs/ismounted.c: check open(O_EXCL) before mntent file
2020-02-25 14:34 UTC
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).