public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2022-04-07 03:27:53 to 2022-05-30 16:40:57 UTC [more...]

[PATCH v2 0/3] Refactoring and bugfix
 2022-05-30 16:40 UTC  (4+ messages)
` [PATCH v2 1/3] fs/ntfs3: Refactoring of indx_find function
` [PATCH v2 2/3] fs/ntfs3: Fix double free on remount
` [PATCH v2 3/3] fs/ntfs3: Refactor ni_try_remove_attr_list function

[PATCH 0/3] fs/ntfs3: Refactoring and bugfix
 2022-05-30 16:15 UTC  (7+ messages)
` [PATCH 1/3] fs/ntfs3: Refactoring of indx_find function
` [PATCH 2/3] fs/ntfs3: Fix double free on remount
` [PATCH 3/3] fs/ntfs3: Refactor ni_try_remove_attr_list function

[PATCH] ntfs3: provide block_invalidate_folio to fix memory leak
 2022-05-30 14:00 UTC  (5+ messages)

[PATCH] fs/ntfs3: fix null pointer dereference in d_flags_for_inode
 2022-05-28 13:42 UTC  (3+ messages)

[PATCH] fs/ntfs3: Don't clear upper bits accidentally in log_replay()
 2022-05-19  0:55 UTC  (2+ messages)

[bug report] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
 2022-05-05  6:55 UTC 

ASDA Procurement order
 2022-05-03 15:33 UTC 

[PATCH 19/69] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
 2022-05-03  6:15 UTC 

[PATCH v3] fs/ntfs3: validate BOOT sectors_per_clusters
 2022-05-03  5:52 UTC  (2+ messages)

NTFS3 driver is orphan already. What we do?
 2022-05-02 20:49 UTC  (8+ messages)

[PATCH v2] fs/ntfs3: validate BOOT sectors_per_clusters
 2022-04-30  2:40 UTC  (3+ messages)

[PATCH] fs/ntfs3: validate BOOT sectors_per_clusters
 2022-04-29 19:16 UTC  (6+ messages)

ntfs3 slow than ntfs-3g
 2022-04-29 17:30 UTC  (3+ messages)

Unable to properly read some files with ntfs3
 2022-04-22 19:59 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_iget5
 2022-04-22 13:07 UTC 

[PATCH] fs: ntfs3: fix Using uninitialized value n when calling indx_read
 2022-04-22  8:51 UTC  (3+ messages)

[PATCH 1/2] ntfs3: fix NULL deref in ntfs_update_mftmirr
 2022-04-21 20:53 UTC  (2+ messages)
` [PATCH 2/2] ntfs3: make ntfs_update_mftmirr return void

[syzbot] general protection fault in ntfs_update_mftmirr
 2022-04-21 20:42 UTC  (3+ messages)

[syzbot] UBSAN: shift-out-of-bounds in ntfs_fill_super
 2022-04-21 12:29 UTC  (3+ messages)

[RFC] ntfs3: Use the same order for acl pointer check in ntfs_init_acl
 2022-04-21  9:17 UTC  (5+ messages)

[PATCH v4 1/8] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-21  1:11 UTC  (24+ messages)
` [PATCH v4 2/8] fs: Add missing umask strip in vfs_tmpfile
` [PATCH v4 3/8] xfs: only call posix_acl_create under CONFIG_XFS_POSIX_ACL
` [PATCH v4 4/8] NFSv3: only do posix_acl_create under CONFIG_NFS_V3_ACL
` [PATCH v4 5/8] f2fs: Remove useless NULL assign value for acl and default_acl
` [PATCH v4 6/8] ntfs3: Use the same order for acl pointer check in ntfs_init_acl
` [PATCH v4 7/8] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v4 8/8] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[PATCH] fs/ntfs3: remove redundant assignment to variable vcn
 2022-04-20 17:40 UTC  (2+ messages)

use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (49+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH 5/6] misc: sgi-gru: fix Using uninitialized value excdet.cbrexecstatus
 2022-04-10  6:16 UTC 

[PATCH] scsi: fcoe : fix leak of memory fdmi
 2022-04-10  6:11 UTC 

[PATCH 4/6] wireless: marvell: fix leak of memory skb
 2022-04-10  6:14 UTC 

use block_device based APIs in block layer consumers
 2022-04-11 18:24 UTC  (29+ messages)
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
  ` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment "
` [PATCH 22/27] block: refactor discard bio size limiting
  ` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
  ` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
  ` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [Ocfs2-devel] "
  ` [f2fs-dev] "

use block_device based APIs in block layer consumers v2
 2022-04-11 17:25 UTC  (38+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
  ` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox