messages from 2023-08-09 07:06:52 to 2023-09-28 11:05:18 UTC [more...]
[PATCH 00/87] fs: new accessor methods for atime and mtime
2023-09-28 11:03 UTC (3+ messages)
` [PATCH 01/87] "
` [PATCH 54/87] fs/ntfs3: convert to new inode {a,m}time accessors
KASAN: use-after-free Read in ntfs_fill_super
2023-09-28 2:11 UTC
[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in ntfs_write_bh
2023-09-27 15:08 UTC (4+ messages)
[PATCH 0/8] fs/ntfs3: Bugfix and refactoring
2023-09-26 9:57 UTC (9+ messages)
` [PATCH 1/8] fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime
` [PATCH 2/8] fs/ntfs3: Allow repeated call to ntfs3_put_sbi
` [PATCH 3/8] fs/ntfs3: Fix alternative boot searching
` [PATCH 4/8] fs/ntfs3: Refactoring and comments
` [PATCH 5/8] fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo
` [PATCH 6/8] fs/ntfs3: Do not allow to change label if volume is read-only
` [PATCH 7/8] fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
` [PATCH 8/8] fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
64MB bytes written when mounting in RW mode
2023-09-25 23:44 UTC
memcpy: detected field-spanning write (size 8) of single field "le->name"
2023-09-25 12:59 UTC
[PATCH 1/2] fs/ntfs3: Avoid possible NULL dereference
2023-09-25 4:48 UTC (2+ messages)
` [PATCH 2/2] fs/ntfs3: Avoid possible memory leak
[PATCH v7 00/13] fs: implement multigrain timestamps
2023-09-20 15:45 UTC (62+ messages)
` [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 12/13] ext4: switch to multigrain timestamps
` [f2fs-dev] [PATCH v7 00/13] fs: implement "
[PATCH 00/26] Finish the create_empty_buffers() transition
2023-09-20 10:01 UTC (46+ messages)
` [PATCH 01/26] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH 02/26] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH 03/26] ext4: Convert to folio_create_empty_buffers
` [PATCH 04/26] buffer: Add get_nth_bh()
` [PATCH 05/26] gfs2: Convert inode unstuffing to use a folio
` [PATCH 06/26] gfs2: Convert gfs2_getbuf() to folios
` [PATCH 07/26] gfs2; Convert gfs2_getjdatabuf to use a folio
` [PATCH 08/26] gfs2: Convert gfs2_write_buf_to_page() "
` [PATCH 09/26] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH 10/26] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH 11/26] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH 12/26] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH 13/26] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH 14/26] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH 15/26] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH 16/26] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH 17/26] ntfs: Convert ntfs_writepage "
` [PATCH 18/26] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH 19/26] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH 20/26] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH 21/26] reiserfs: Convert writepage "
` [PATCH 22/26] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH 23/26] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH 24/26] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH 25/26] ufs: Remove ufs_get_locked_page()
` [PATCH 26/26] buffer: Remove folio_create_empty_buffers()
[PATCH] fs/ntfs3: Fix memory leak in ntfs_fill_super()
2023-09-16 17:58 UTC
[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in __d_instantiate
2023-09-15 19:01 UTC
[PATCH 0/1] fs/ntfs3: fix directory element type detection
2023-09-13 4:50 UTC (2+ messages)
` [PATCH 1/1] "
[syzbot] [ntfs3?] memory leak in run_add_entry
2023-09-12 10:30 UTC
[syzbot] [ntfs3?] memory leak in wnd_init
2023-09-12 3:43 UTC
[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in iput
2023-09-10 1:56 UTC
[PATCH] ntfs3: drop inode references in ntfs_put_super()
2023-09-08 11:27 UTC (4+ messages)
s_fs_info and ->kill_sb revisited v2
2023-09-07 15:49 UTC (31+ messages)
` [PATCH 01/13] xfs: reformat the xfs_fs_free prototype
` [PATCH 02/13] xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
` [PATCH 03/13] xfs: free the xfs_mount in ->kill_sb
` [PATCH 04/13] xfs: remove xfs_blkdev_put
` [PATCH 05/13] xfs: close the RT and log block devices in xfs_free_buftarg
` [PATCH 06/13] xfs: close the external block devices in xfs_mount_free
` [PATCH 07/13] xfs: document the invalidate_bdev call in invalidate_bdev
` [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 v2 00/89] fs: new accessors for inode->i_ctime
2023-09-04 18:11 UTC (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime
[PATCH] fs/ntfs3: Fix potential use-after-free in ntfs_init_from_boot()
2023-09-02 17:15 UTC (2+ messages)
[syzbot] [ntfs3?] BUG: unable to handle kernel NULL pointer dereference in hdr_find_e (2)
2023-08-31 0:31 UTC (5+ messages)
` [PATCH] fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()
[syzbot] Monthly ntfs3 report (Aug 2023)
2023-08-30 12:45 UTC
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-08-30 1:22 UTC (7+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
[PATCH] fs: ntfs3: fix possible NULL-ptr-deref in ni_readpage_cmpr()
2023-08-27 16:49 UTC
[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_final
2023-08-23 13:14 UTC (2+ messages)
[PATCH] ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
2023-08-23 11:14 UTC
[syzbot] [ntfs3?] [squashfs?] INFO: task hung in truncate_inode_pages_final
2023-08-21 16:36 UTC
[syzbot] [ntfs3?] WARNING in do_symlinkat (2)
2023-08-19 10:47 UTC
[PATCH] ntfs: fix potential uninitialized symbol err
2023-08-18 9:17 UTC
[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
2023-08-10 22:14 UTC (2+ messages)
s_fs_info and ->kill_sb revisited
2023-08-09 17:17 UTC (24+ messages)
` [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 06/13] xfs: close the RT and log block devices in xfs_free_buftarg
` [PATCH 07/13] xfs: close the external block devices in xfs_mount_free
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox