All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring
@ 2022-10-28 17:00 Konstantin Komarov
  2022-10-28 17:01 ` [PATCH 01/14] fs/ntfs3: Fixing work with sparse clusters Konstantin Komarov
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Konstantin Komarov @ 2022-10-28 17:00 UTC (permalink / raw)
  To: ntfs3; +Cc: linux-kernel, linux-fsdevel

Second part of various fixes and refactoring for ntfs3.

Konstantin Komarov (14):
   fs/ntfs3: Fixing work with sparse clusters
   fs/ntfs3: Change new sparse cluster processing
   fs/ntfs3: Fix wrong indentations
   fs/ntfs3: atomic_open implementation
   fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate
   fs/ntfs3: Changing locking in ntfs_rename
   fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_block
   fs/ntfs3: Correct ntfs_check_for_free_space
   fs/ntfs3: Check fields while reading
   fs/ntfs3: Fix incorrect if in ntfs_set_acl_ex
   fs/ntfs3: Use ALIGN kernel macro
   fs/ntfs3: Fix wrong if in hdr_first_de
   fs/ntfs3: Improve checking of bad clusters
   fs/ntfs3: Make if more readable

  fs/ntfs3/attrib.c  | 338 +++++++++++++++++++++++++++++----------------
  fs/ntfs3/bitmap.c  |  38 +++++
  fs/ntfs3/file.c    | 203 ++++++++-------------------
  fs/ntfs3/frecord.c |   2 +-
  fs/ntfs3/fslog.c   |   3 +-
  fs/ntfs3/fsntfs.c  |  35 ++++-
  fs/ntfs3/index.c   | 105 ++++++++++++--
  fs/ntfs3/inode.c   |  86 +++++++-----
  fs/ntfs3/namei.c   | 104 ++++++++++++++
  fs/ntfs3/ntfs.h    |   6 +-
  fs/ntfs3/ntfs_fs.h |  22 ++-
  fs/ntfs3/record.c  |   5 +-
  fs/ntfs3/run.c     |  28 +---
  fs/ntfs3/super.c   |  64 +++++----
  fs/ntfs3/xattr.c   | 116 ++++++++++------
  15 files changed, 737 insertions(+), 418 deletions(-)

-- 
2.37.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-06-27 13:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28 17:00 [PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring Konstantin Komarov
2022-10-28 17:01 ` [PATCH 01/14] fs/ntfs3: Fixing work with sparse clusters Konstantin Komarov
2022-10-28 17:02 ` [PATCH 02/14] fs/ntfs3: Change new sparse cluster processing Konstantin Komarov
2022-10-28 17:02 ` [PATCH 03/14] fs/ntfs3: Fix wrong indentations Konstantin Komarov
2022-10-28 17:03 ` [PATCH 04/14] fs/ntfs3: atomic_open implementation Konstantin Komarov
2022-10-28 17:03 ` [PATCH 05/14] fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate Konstantin Komarov
2022-10-28 17:04 ` [PATCH 06/14] fs/ntfs3: Changing locking in ntfs_rename Konstantin Komarov
2022-10-28 17:04 ` [PATCH 07/14] fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_block Konstantin Komarov
2022-10-28 17:05 ` [PATCH 08/14] fs/ntfs3: Correct ntfs_check_for_free_space Konstantin Komarov
2022-10-28 17:05 ` [PATCH 09/14] fs/ntfs3: Check fields while reading Konstantin Komarov
2023-06-19  9:41   ` Lee Jones
2023-06-27 13:49     ` Lee Jones
2022-10-28 17:06 ` [PATCH 10/14] fs/ntfs3: Fix incorrect if in ntfs_set_acl_ex Konstantin Komarov
2022-10-28 17:06 ` [PATCH 11/14] fs/ntfs3: Use ALIGN kernel macro Konstantin Komarov
2022-10-28 17:07 ` [PATCH 12/14] fs/ntfs3: Fix wrong if in hdr_first_de Konstantin Komarov
2022-10-28 17:07 ` [PATCH 13/14] fs/ntfs3: Improve checking of bad clusters Konstantin Komarov
2022-10-28 17:08 ` [PATCH 14/14] fs/ntfs3: Make if more readable Konstantin Komarov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.