public inbox for ntfs3@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-06-12 12:26:01 to 2023-08-09 15:39:57 UTC [more...]

s_fs_info and ->kill_sb revisited
 2023-08-09 15:39 UTC  (25+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superflous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: don't call invalidate_bdev in xfs_free_buftarg
` [PATCH 06/13] xfs: close the RT and log block devices "
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 08/13] ext4: close the external journal device in ->kill_sb
` [PATCH 09/13] exfat: don't RCU-free the sbi
` [PATCH 10/13] exfat: free the sbi and iocharset in ->kill_sb
` [PATCH 11/13] ntfs3: rename put_ntfs ntfs3_free_sbi
` [PATCH 12/13] ntfs3: don't call sync_blockdev in ntfs_put_super
` [PATCH 13/13] ntfs3: free the sbi in ->kill_sb

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 15:17 UTC  (38+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-08-06  3:48 UTC  (2+ messages)

[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in hdr_find_e (2)
 2023-08-03  9:29 UTC 

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03  7:07 UTC  (25+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 3/7] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v6 4/7] tmpfs: add support for multigrain timestamps
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] btrfs: convert "
` (subset) [PATCH v6 0/7] fs: implement "

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_range
 2023-08-02 15:24 UTC 

[PATCH] highmem: memcpy_{from,to}_folio() fix
 2023-08-02 14:43 UTC 

[PATCH 0/7] More filesystem folio conversions for 6.6
 2023-07-31 14:46 UTC  (15+ messages)
` [PATCH 1/7] highmem: Add memcpy_to_folio() and memcpy_from_folio()
` [PATCH 2/7] affs: Convert affs_symlink_read_folio() to use the folio
` [PATCH 3/7] affs: Convert data read and write to use folios
` [PATCH 4/7] migrate: Use folio_set_bh() instead of set_bh_page()
` [PATCH 5/7] ntfs3: Convert ntfs_get_block_vbo() to use a folio
` [PATCH 6/7] jbd2: Use a folio in jbd2_journal_write_metadata_buffer()
` [PATCH 7/7] buffer: Remove set_bh_page()

[syzbot] Monthly ntfs3 report (Jul 2023)
 2023-07-30 13:16 UTC 

[syzbot] [ntfs3?] INFO: task hung in ntfs_read_folio (2)
 2023-07-29  6:45 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in path_openat
 2023-07-27  6:47 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING: nested lock was not taken in ntfs_file_write_iter
 2023-07-26 22:56 UTC 

[bug report] fs/ntfs3: Add attrib operations
 2023-07-25 11:45 UTC 

[syzbot] [ntfs3?] INFO: task hung in ni_readpage_cmpr
 2023-07-21  0:28 UTC 

[PATCH 1/1] fs/ntfs3: Check fields while reading
 2023-07-20 17:55 UTC  (4+ messages)

[syzbot] [ntfs3?] BUG: unable to handle kernel paging request in attr_data_read_resident
 2023-07-19 11:39 UTC  (2+ messages)

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

[syzbot] [ntfs3?] kernel BUG in __blockdev_direct_IO
 2023-07-17  9:40 UTC 

[syzbot] [ntfs3?] KASAN: use-after-free Read in bcmp
 2023-07-13 21:47 UTC  (3+ messages)

[PATCH] ntfs3: fix OOB read in ntfs_init_from_boot
 2023-07-13 19:41 UTC 

[syzbot] [ntfs3?] general protection fault in d_flags_for_inode
 2023-07-13 10:17 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in walk_component
 2023-07-13  8:31 UTC  (2+ messages)

ntfs3: Folders mounted with 555 permissions?
 2023-07-11  8:04 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_final
 2023-07-09 12:32 UTC 

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in ntfs_set_inode
 2023-07-07 21:47 UTC  (2+ messages)

[GIT PULL] ntfs3: changes for 6.5
 2023-07-07 14:14 UTC 

[PATCH v2 13/92] ntfs3: convert to simple_rename_timestamp
 2023-07-06 13:47 UTC  (4+ messages)
  ` [PATCH v2 61/92] ntfs3: convert to ctime accessor functions

[PATCH] fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()
 2023-07-03  7:36 UTC  (2+ messages)

[PATCH] fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/
 2023-07-03  7:33 UTC 

[PATCH 0/8] fs/ntfs3: Bugfix and refactoring
 2023-07-03  7:28 UTC  (9+ messages)
` [PATCH 1/8] fs/ntfs3: Add ckeck in ni_update_parent()
` [PATCH 2/8] fs/ntfs3: Write immediately updated ntfs state
` [PATCH 3/8] fs/ntfs3: Minor code refactoring and formatting
` [PATCH 4/8] fs/ntfs3: Don't allow to change label if volume is read-only
` [PATCH 5/8] fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
` [PATCH 6/8] fs/ntfs3: Add more attributes checks in mi_enum_attr()
` [PATCH 7/8] fs/ntfs3: fix deadlock in mark_as_free_ex
` [PATCH 8/8] fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-30 22:12 UTC  (16+ messages)
` [PATCH 01/79] fs: add ctime accessors infrastructure
  ` [PATCH 49/79] ntfs3: switch to new ctime accessors
` [PATCH 79/79] fs: rename i_ctime field to __i_ctime

[syzbot] Monthly ntfs3 report (Jun 2023)
 2023-06-29  9:21 UTC 

[PATCH 00/14] fs/ntfs3: Additional bugfix and refactoring
 2023-06-27 13:49 UTC  (4+ messages)
` [PATCH 09/14] fs/ntfs3: Check fields while reading

[linux-next:master] BUILD REGRESSION f7efed9f38f886edb450041b82a6f15d663c98f8
 2023-06-16 17:56 UTC 

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC  (2+ messages)


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