linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 16:10:10 to 2020-02-21 11:47:14 UTC [more...]

[RFCv2 0/4] ext4: bmap & fiemap conversion to use iomap
 2020-02-21 11:47 UTC  (11+ messages)

[PATCH] ext4: Fix mount failure with quota configured as module
 2020-02-21 10:08 UTC 

[PATCH] jbd2: fix ocfs2 corrupt when clearing block group bits
 2020-02-21  9:18 UTC  (2+ messages)

[PATCH -v2 0/3] Fix various races in online resizing
 2020-02-21  5:34 UTC  (4+ messages)
` [PATCH 1/3] ext4: fix potential race between online resizing and write operations
` [PATCH 2/3] ext4: fix potential race between s_group_info online resizing and access
` [PATCH 3/3] ext4: fix potential race between s_flex_groups "

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-02-21  4:51 UTC  (4+ messages)

[PATCH v7 00/23] Change readahead API
 2020-02-21  4:30 UTC  (49+ 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 03/24] mm: Ignore return value of ->readpages
` [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 06/24] mm: Rename various 'offset' parameters to 'index'
` [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [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 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 15/24] erofs: Convert uncompressed files "
` [PATCH v7 16/24] erofs: Convert compressed "
` [PATCH v7 17/24] ext4: Convert "
` [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [PATCH v7 20/24] fuse: "
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-21  1:42 UTC  (17+ messages)
` [PATCH V4 01/13] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V4 02/13] fs/xfs: Clarify lockdep dependency for xfs_isilocked()
` [PATCH V4 03/13] fs: Remove unneeded IS_DAX() check
` [PATCH V4 04/13] fs/stat: Define DAX statx attribute
` [PATCH V4 05/13] fs/xfs: Isolate the physical DAX flag from enabled
` [PATCH V4 06/13] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state
` [PATCH V4 08/13] fs: Prevent DAX state change if file is mmap'ed
` [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer
` [PATCH V4 10/13] fs/xfs: Clean up locking in dax invalidate
` [PATCH V4 11/13] fs/xfs: Allow toggle of effective DAX flag
` [PATCH V4 12/13] fs/xfs: Remove xfs_diflags_to_linux()
` [PATCH V4 13/13] Documentation/dax: Update Usage section

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-21  0:30 UTC  (9+ messages)

[PATCH 0/3] ext4: Fix potential races when performing online resizing
 2020-02-21  0:07 UTC  (11+ messages)
` [PATCH 1/3] ext4: introduce macro sbi_array_rcu_deref() to access rcu protected fields
` [PATCH 2/3] ext4: fix potential race between s_group_info online resizing and access
` [PATCH 3/3] ext4: fix potential race between s_flex_groups "

[ext4:fix-bz-206443 6/6] fs/ext4/ialloc.c:333:29: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2020-02-20 23:38 UTC 

[ext4:fix-bz-206443 5/6] fs/ext4/ext4.h:3002:21: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2020-02-20 22:41 UTC 

[PATCH] ext4: fix handling mount -o remount,nolazytime
 2020-02-20 18:22 UTC  (4+ messages)

[ext4:fix-bz-206443 3/6] fs/ext4/balloc.c:285:16: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2020-02-20 17:31 UTC 

[Bug 206613] New: On hitting tab key from terminal against a directory name ending with ':\' doesnot shows files/dir inside it rather shows dir name itself
 2020-02-20 17:18 UTC  (2+ messages)
` [Bug 206613] On hitting tab key from terminal against a directory name ending with ':\' doesnot shows files/dir inside it

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-20 17:00 UTC  (15+ messages)

Filesystem corruption after unreachable storage
 2020-02-20 16:14 UTC  (6+ messages)

[PATCH v2] iomap: return partial I/O count on error in iomap_dio_bio_actor
 2020-02-20 15:24 UTC 

[PATCH v3 0/2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
 2020-02-20  9:15 UTC  (5+ messages)
` [PATCH v3 1/2] ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
` [PATCH v3 2/2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL

[PATCH] ext4: add cond_resched() to __ext4_find_entry()
 2020-02-20  4:55 UTC  (2+ messages)

[Bug 206443] New: general protection fault in ext4 during simultaneous online resize and write operations
 2020-02-20  4:26 UTC  (3+ messages)
` [Bug 206443] "

[PATCH v2] ext4: fix a data race in EXT4_I(inode)->i_disksize
 2020-02-20  4:16 UTC  (2+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-20  2:27 UTC  (8+ messages)
` [PATCH v7 2/8] fs: Add standard casefolding support

[PATCH v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (92+ messages)
` [PATCH v6 01/19] mm: Return void from various readahead functions
` [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [PATCH v6 04/19] mm: Rearrange readahead loop
` [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [PATCH v6 11/16] erofs: Convert compressed files "
` [PATCH v6 12/19] erofs: Convert uncompressed "
` [PATCH v6 13/19] erofs: Convert compressed "
` [PATCH v6 14/19] ext4: Convert "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[PATCH v2] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
 2020-02-19 18:29 UTC  (3+ messages)

[PATCH 0/7 v2] e2fsprogs: Better handling of indexed directories
 2020-02-19 10:23 UTC  (8+ messages)
` [PATCH 5/7] tests: Modify f_large_dir test to excercise indexed dir handling
` [PATCH 6/7] tests: Add test to excercise indexed directories with metadata_csum
` [PATCH 7/7] tune2fs: Update dir checksums when clearing dir_index feature

[PATCH v2] ext4: add cond_resched() to __ext4_find_entry()
 2020-02-19  8:03 UTC 

[PATCH] ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
 2020-02-19  4:56 UTC  (3+ messages)

[PATCH v2] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
 2020-02-19  1:49 UTC 

[PATCH] ext4: clean up error return for convert_initialized_extent()
 2020-02-18 20:26 UTC 

[PATCH v3 0/2] jbd2: fix an oops problem
 2020-02-18 17:04 UTC  (7+ messages)
` [PATCH v3 2/2] jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer


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