linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-15 05:37:24 to 2019-01-31 01:47:29 UTC [more...]

[RFC PATCH] ext4: add link file support for {GET,SET}XATTR ioctl
 2019-01-31  1:47 UTC 

[Bug 201631] New: WARNING: CPU: 11 PID: 29593 at fs/ext4/inode.c:3927 .ext4_set_page_dirty+0x70/0xb0
 2019-01-31  0:32 UTC  (21+ messages)
` [Bug 201631] "

[PATCH v2 1/2] e2fsck: allow to check >2GB sized directory
 2019-01-30 17:58 UTC  (3+ messages)

Need it?
 2019-01-30 11:24 UTC 

[PATCH v2 0/4] Write-hint for FS journal
 2019-01-30 13:54 UTC  (16+ messages)
    ` [PATCH 2/4] fs: introduce four macros for in-kernel hints
      ` [PATCH 2/4] "
    ` [PATCH 4/4] fs/ext4,jbd2: add support for passing write-hint with journal

[PATCH v4 0/4] ext4: fix a data corruption problem
 2019-01-30  6:49 UTC  (5+ messages)
` [PATCH v4 1/4] jbd2: make sure dirty flag is cleared while revorking a buffer which belongs to older transaction
` [PATCH v4 2/4] jbd2: discard dirty data when forgetting an un-journalled buffer
` [PATCH v4 3/4] ext4: cleanup clean_bdev_aliases() calls
` [PATCH v4 4/4] ext4: convert ext4_split_extent() to return requested length

[PATCH v7 0/4] e2image -b option to pass superblock number
 2019-01-30  3:10 UTC  (8+ messages)
` [PATCH v7 1/4] ext2fs: opening filesystem code refactoring
` [PATCH v7 2/4] e2image: add -b and -B options to use supperblock backup
` [PATCH v7 3/4] tests: add test for e2image -b option
` [PATCH v7 4/4] ext2fs: automaticlly open backup superblocks

[PATCH] ext4: shrink directory when last block is empty
 2019-01-30  1:58 UTC  (6+ messages)

[PATCH] ext4: Replace opencoded i_writecount usage with inode_is_open_for_write
 2019-01-30  1:23 UTC  (3+ messages)

Are your photos ready for retouching?
 2019-01-29 11:16 UTC 

[PATCH RFC v5 00/11] Ext4 Encoding and Case-insensitive support
 2019-01-29 16:54 UTC  (13+ messages)
` [PATCH RFC v5 01/11] unicode: Add unicode character database files
` [PATCH RFC v5 02/11] scripts: add trie generator for UTF-8
` [PATCH RFC v5 03/11] unicode: Introduce code for UTF-8 normalization
` [PATCH RFC v5 04/11] unicode: reduce the size of utf8data[]
` [PATCH RFC v5 05/11] unicode: Implement higher level API for string handling
` [PATCH RFC v5 06/11] unicode: Introduce test module for normalized utf8 implementation
` [PATCH RFC v5 07/11] MAINTAINERS: Add Unicode subsystem entry
` [PATCH RFC v5 08/11] ext4: Include encoding information in the superblock
` [PATCH RFC v5 09/11] ext4: Support encoding-aware file name lookups
` [PATCH RFC v5 10/11] ext4: Implement EXT4_CASEFOLD_FL flag
` [PATCH RFC v5 11/11] docs: ext4.rst: Document encoding and case-insensitive

[PATCH 0/2] fix a bug in ext2_max_size
 2019-01-29 16:42 UTC  (4+ messages)
` [PATCH 1/2] ext2: remove static of ext2_block_to_path
` [PATCH 2/2] ext2: get the exact max filesize in ext2_max_size

Proposal: A new fs-verity interface
 2019-01-29 15:48 UTC  (9+ messages)

[PATCH] ext2: Fix a typo in comment
 2019-01-29 15:44 UTC  (2+ messages)

[PATCH] ext4: unlock unused_pages timely when doing writeback
 2019-01-29  2:05 UTC 

Want retouching for your photos?
 2019-01-28 10:29 UTC 

[PATCH v3 0/4] ext4: fix a data corruption problem
 2019-01-28 15:39 UTC  (9+ messages)
` [PATCH v3 1/4] jbd2: make sure dirty flag is cleared while revorking a buffer which belongs to older transaction
` [PATCH v3 2/4] jbd2: discard dirty data when forgetting an un-journalled buffer
` [PATCH v3 3/4] ext4: cleanup clean_bdev_aliases() calls
` [PATCH v3 4/4] ext4: convert ext4_split_extent() to return requested length

[PATCH] jbd2: fix race when writing superblock
 2019-01-28 15:06 UTC  (2+ messages)

[PATCH] ext2: Remove redundant check for finding no group
 2019-01-28 14:51 UTC  (2+ messages)

[PATCH] ext2: Annotate implicit fall through in __ext2_truncate_blocks
 2019-01-28 14:51 UTC  (2+ messages)

[PATCH] ext2: Remove useless reset code
 2019-01-28 14:48 UTC  (2+ messages)

Mapping bad sectors to damaged files and metadata with debugfs
 2019-01-26  1:05 UTC 

[PATCH v2 1/2] ext4: try to merge unwritten extents who are also not under io
 2019-01-25  2:02 UTC  (6+ messages)
` [PATCH v2 2/2] ext4: fix slow writeback under dioread_nolock and nodelalloc

[PATCH] fscrypt: remove filesystem specific build config option
 2019-01-24 21:22 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH] ext4: Fix crash during online resizing
 2019-01-24 16:26 UTC 

Phantom full ext4 root filesystems on 4.1 through 4.14 kernels
 2019-01-24 14:40 UTC  (6+ messages)

Want to start it?
 2019-01-24  9:50 UTC 

Want to edit your photos
 2019-01-23  6:16 UTC 

Want to edit your photos
 2019-01-23  8:02 UTC 

Why jbd2 might freeze in kjournald2()
 2019-01-23 14:32 UTC 

[PATCH] ext4: don't submit unwritten extent while holding active jbd2 handle
 2019-01-23 12:35 UTC  (3+ messages)

[PATCH 1/3] ext4: avoid kernel warning when writing the superblock to a dead device
 2019-01-23 11:34 UTC  (3+ messages)
` [PATCH 2/3] ext4: use ext4_write_inode() when fsyncing w/o a journal

[PATCH v2] jbd2: fix deadlock while checkpoint thread waits commit thread to finish
 2019-01-23  5:30 UTC  (2+ messages)

[PATCH] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
 2019-01-23  0:21 UTC 

Just working
 2019-01-22 10:09 UTC 

[PATCH] ext2: add check for blocksize in ext2_fill_super
 2019-01-22 12:29 UTC  (4+ messages)

[PATCH] ext2: Remove redundant check on s_inode_size
 2019-01-22 10:38 UTC  (2+ messages)

[RFC][PATCH v5 07/09] ext4: use common file type conversion
 2019-01-22 10:00 UTC  (3+ messages)

[PATCH V2 0/4] fix bugs for ioctl EXT4_IOC_SWAP_BOOT
 2019-01-22  6:58 UTC  (5+ messages)
` [PATCH V2 1/4] ext4: fix check of inode in swap_inode_boot_loader
` [PATCH V2 2/4] ext4: cleanup pagecache before swap i_data
` [PATCH V2 3/4] ext4: update quota information while swapping boot loader inode
` [PATCH V2 4/4] ext4: add mask of ext4 flags to swap

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-22  2:01 UTC  (25+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE

[PATCH v2 0/2] ext4: fix unsafe extent initialization
 2019-01-21 16:55 UTC  (5+ messages)
` [PATCH v2 1/2] ext4: use i_size_read() when converting initialized extent
` [PATCH v2 2/2] ext4: fix unsafe extent initialization

[RFC][PATCH v5 04/09] ext2: use common file type conversion
 2019-01-21 14:21 UTC  (2+ messages)

[PATCH] ext4: Fix some error pointer dereferences
 2019-01-21 14:17 UTC  (2+ messages)

ext4fs block role, debugfs testb and icheck mismatch
 2019-01-20 11:35 UTC  (2+ messages)

Just start it
 2019-01-20  2:27 UTC 

Just start it
 2019-01-20  3:53 UTC 

[Bug 105121] New: lseek() hangs for a long time on allocated files
 2019-01-18  7:44 UTC  (2+ messages)
` [Bug 105121] lseek(SEEK_DATA) hangs for a long time for sparse files in the page cache

[PATCH 1/2] ext4: annotate implicit fall throughs
 2019-01-17 17:40 UTC  (4+ messages)
` [PATCH 2/2] "

Donation-
 2019-01-17  1:32 UTC 

Photos shooting and retouching
 2019-01-17 10:27 UTC 

[PATCH v2] jbd2: make sure dirty flag is cleared while revorking a buffer which belongs to older transaction
 2019-01-17 13:11 UTC  (4+ messages)

[GIT PULL] dtype handling cleanup for v4.21-rc1
 2019-01-17 11:17 UTC  (13+ messages)

Unable to mount an ext4 RAID6 array
 2019-01-16 18:48 UTC  (3+ messages)

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-01-15 20:42 UTC  (15+ messages)
` [PATCH v3 2/5] virtio-pmem: Add virtio pmem driver
              ` [Qemu-devel] [PATCH v3 0/5] kvm "virtio pmem" device

Want help?
 2019-01-15 10:25 UTC 

Block device flush ordering
 2019-01-15 14:35 UTC  (4+ messages)

[PATCH 1/2] e2freefrag: fix memory leak in scan_online()
 2019-01-15 13:42 UTC  (2+ messages)
` [PATCH 2/2] e2fsprogs: fix potential memory leak in path_append()


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