linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 20:32:30 to 2020-02-28 09:27:35 UTC [more...]

[PATCHv5 0/6] ext4: bmap & fiemap conversion to use iomap
 2020-02-28  9:26 UTC  (7+ 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] ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
 2020-02-28  9:22 UTC 

[PATCH RFC 0/5] fs, ext4: Physical blocks placement hint for fallocate(0): fallocate2(). TP defrag
 2020-02-28  7:07 UTC  (17+ 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] 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  (27+ 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 RFC] ext4: fix potential race between online resizing and write operations
 2020-02-27 14:08 UTC  (32+ 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)

[PATCH v8 00/25] Change readahead API
 2020-02-26 17:13 UTC  (34+ 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: "

[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 v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-02-26  2:55 UTC  (5+ messages)

Filesystem corruption after unreachable storage
 2020-02-25 17:23 UTC  (7+ messages)

[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 

[PATCH] ext2: Silence lockdep warning about reclaim under xattr_sem
 2020-02-25 10:32 UTC  (3+ messages)

[PATCH v3] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
 2020-02-25  2:24 UTC  (4+ messages)

[PATCH v7 00/23] Change readahead API
 2020-02-25  1:49 UTC  (33+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
  ` [Cluster-devel] "
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor

[man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-02-24 20:50 UTC  (2+ messages)

[PATCH] chattr.1: improve attribute formatting with labels and indented paragraphs
 2020-02-24 20:32 UTC  (2+ messages)


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).