linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-01 11:08:25 to 2019-02-18 07:49:46 UTC [more...]

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

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-18  2:22 UTC  (4+ messages)

[PATCH] ext2: support statx syscall
 2019-02-18  1:07 UTC 

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-17 20:40 UTC  (22+ messages)
` [RFC PATCH 1/6] fs: add btime to struct iattr
` [RFC PATCH 2/6] fs: add AT_UTIME_BTIME for utimensat()
` [RFC PATCH 3/6] Btrfs: add support for setting btime
` [RFC PATCH 4/6] ext4: "
` [RFC PATCH 5/6] f2fs: "
` [RFC PATCH 6/6] xfs: "
` [PATCH] generic: add a test for AT_UTIME_BTIME
` [PATCH] utimensat2: document AT_UTIME_BTIME
` [PATCH] xfs_io: add AT_UTIME_BTIME support

[LSF/MM TOPIC] The end of the DAX experiment
 2019-02-17 20:29 UTC  (12+ messages)
` [Lsf-pc] "

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] libext2fs: revert "try to always use PUNCH_HOLE for unix_discard"
 2019-02-15 16:25 UTC  (4+ messages)

Preserving a rev 0.0 ext2 filesystem
 2019-02-15  2:10 UTC  (3+ messages)
` [PATCH] ext4: don't update s_rev_level if not required

Have needs for?
 2019-02-11  8:40 UTC 

[RFC PATCH] ext4: add link file support for {GET,SET}XATTR ioctl
 2019-02-14 15:54 UTC  (6+ messages)
      ` 答复: "

[Kernel.org Helpdesk #61224] Please add linux-ext4@vger.kernel.org to lore.kernel.org
 2019-02-13 22:48 UTC 

Selective Data Journaling in ext4
 2019-02-13 21:08 UTC  (5+ messages)

[PATCH] jbd2: fix race when writing superblock
 2019-02-13 10:57 UTC  (7+ messages)
    ` [PATCH -v2] "

[GIT PULL] ext4 fix for 5.0-rc7
 2019-02-12 21:45 UTC  (2+ messages)

Proposal: Yet another possible fs-verity interface
 2019-02-12 18:42 UTC  (11+ messages)
          ` [f2fs-dev] "

[PATCH] ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT
 2019-02-12 12:41 UTC  (2+ messages)

[PATCH v4 0/4] ext4: fix a data corruption problem
 2019-02-12 12:20 UTC  (10+ 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

[RFC PATCH v2 00/20] fscrypt: key management improvements
 2019-02-12  0:03 UTC  (24+ messages)
` [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block
` [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info
` [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list()
` [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support
` [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls
` [RFC PATCH v2 18/20] f2fs: "
` [RFC PATCH v2 19/20] ubifs: "
` [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-02-11 23:07 UTC  (9+ messages)
` security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
  ` [Qemu-devel] "

[PATCH] ext4: prevent very high s_inode_readahead_blks
 2019-02-11 20:38 UTC  (2+ messages)

[PATCH] ext4: Fix crash during online resizing
 2019-02-11 18:43 UTC  (2+ messages)

[PATCH 1/2] e2freefrag: fix memory leak in scan_online()
 2019-02-11 17:55 UTC  (4+ messages)
` [PATCH 2/2] e2fsprogs: fix potential memory leak in path_append()

[PATCH V2 0/4] fix bugs for ioctl EXT4_IOC_SWAP_BOOT
 2019-02-11  6:01 UTC  (9+ 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] ext4: unlock unused_pages timely when doing writeback
 2019-02-11  4:54 UTC  (2+ messages)

[PATCH] ext4: Replace opencoded i_writecount usage with inode_is_open_for_write
 2019-02-11  4:07 UTC  (3+ messages)

[Bug 202269] New: kernel BUG at fs/buffer.c:3374!
 2019-02-08  9:40 UTC  (4+ messages)
` [Bug 202269] "

[PATCH v2] create_inode: fix copying large files
 2019-02-07 16:05 UTC  (5+ messages)

[Bug 201631] New: WARNING: CPU: 11 PID: 29593 at fs/ext4/inode.c:3927 .ext4_set_page_dirty+0x70/0xb0
 2019-02-07 13:05 UTC  (14+ messages)
` [Bug 201631] "

[PATCH RFC v5 00/11] Ext4 Encoding and Case-insensitive support
 2019-02-06 16:43 UTC  (6+ messages)

[PATCH v2 0/4] Write-hint for FS journal
 2019-02-05 22:53 UTC  (9+ messages)

[PATCH v2 1/2] e2fsck: allow to check >2GB sized directory
 2019-02-05 22:10 UTC  (4+ messages)
` [PATCH v2 2/2] debugfs: output large directory size

Need to retouch your photos?
 2019-02-04 13:24 UTC 

[PATCH v2] ext4: shrink directory when last block is empty
 2019-02-04 19:31 UTC  (2+ messages)

Need to retouch your photos?
 2019-02-04 11:32 UTC 

[PATCH] ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_task
 2019-02-04 10:17 UTC 

[PATCH] Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"
 2019-02-04  9:45 UTC  (4+ messages)

Did you send the images?
 2019-02-02 16:00 UTC 

Still need this?
 2019-02-02 14:33 UTC 

[Bug 202485] New: chmod'ed permission not persisted upon fsync
 2019-02-02 14:29 UTC  (4+ messages)
` [Bug 202485] "

[PATCH] create_inode: fix copying large files
 2019-02-01 18:32 UTC  (3+ messages)

Writing large files into a ext4 with mkfs is truncating files
 2019-02-01 11:08 UTC  (3+ 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).