| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-03 | fs/ntfs3: Replace fsparam_flag_no -> fsparam_flag | Konstantin Komarov | 1 | -27/+27 |
| 2024-09-03 | fs/ntfs3: Add support for the compression attribute | Konstantin Komarov | 4 | -1/+156 |
| 2024-09-03 | fs/ntfs3: Implement fallocate for compressed files | Konstantin Komarov | 2 | -11/+17 |
| 2024-09-03 | fs/ntfs3: Make checks in run_unpack more clear | Konstantin Komarov | 1 | -3/+5 |
| 2024-09-03 | fs/ntfs3: Add rough attr alloc_size check | Konstantin Komarov | 1 | -0/+3 |
| 2024-09-03 | fs/ntfs3: Stale inode instead of bad | Konstantin Komarov | 1 | -3/+7 |
| 2024-09-03 | fs/ntfs3: Refactor enum_rstbl to suppress static checker | Konstantin Komarov | 1 | -2/+17 |
| 2024-09-03 | fs/ntfs3: Fix sparse warning in ni_fiemap | Konstantin Komarov | 1 | -13/+8 |
| 2024-09-03 | fs/ntfs3: Fix warning possible deadlock in ntfs_set_state | Konstantin Komarov | 1 | -1/+1 |
| 2024-09-03 | fs/ntfs3: Fix sparse warning for bigendian | Konstantin Komarov | 1 | -2/+1 |
| 2024-09-03 | fs/ntfs3: Separete common code for file_read/write iter/splice | Konstantin Komarov | 1 | -40/+76 |
| 2024-09-03 | fs/ntfs3: Optimize large writes into sparse file | Konstantin Komarov | 1 | -0/+36 |
| 2024-09-03 | fs/ntfs3: Do not call file_modified if collapse range failed | Konstantin Komarov | 1 | -1/+3 |
| 2024-09-03 | fs/ntfs3: Check if more than chunk-size bytes are written | Andrew Ballance | 1 | -0/+3 |
| 2024-09-03 | ntfs3: Add bounds checking to mi_enum_attr() | lei lu | 1 | -13/+10 |
| 2024-09-03 | fs/ntfs3: Use swap() to improve code | Thorsten Blum | 1 | -2/+1 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 3 | -10/+8 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 3 | -5/+4 |
| 2024-08-07 | ntfs3: Remove reset_log_file() | Matthew Wilcox (Oracle) | 2 | -40/+0 |
| 2024-07-22 | Merge tag 'ntfs3_for_6.11' of https://github.com/Paragon-Software-Group/linux... | Linus Torvalds | 14 | -308/+479 |
| 2024-07-11 | fs/ntfs3: Fix formatting, change comments, renaming | Konstantin Komarov | 5 | -18/+21 |
| 2024-07-11 | fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed | Huacai Chen | 1 | -0/+3 |
| 2024-07-11 | fs/ntfs3: Implement simple fileattr | Konstantin Komarov | 3 | -5/+76 |
| 2024-07-11 | fs/ntfs3: Redesign legacy ntfs support | Konstantin Komarov | 5 | -18/+23 |
| 2024-07-11 | fs/ntfs3: Use function file_inode to get inode from file | Konstantin Komarov | 1 | -7/+5 |
| 2024-07-11 | fs/ntfs3: Minor ntfs_list_ea refactoring | Konstantin Komarov | 1 | -12/+13 |
| 2024-07-11 | fs/ntfs3: Check more cases when directory is corrupted | Konstantin Komarov | 1 | -20/+32 |
| 2024-07-11 | fs/ntfs3: Do copy_to_user out of run_lock | Konstantin Komarov | 1 | -3/+72 |
| 2024-07-11 | fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP | Konstantin Komarov | 1 | -1/+2 |
| 2024-07-11 | fs/ntfs3: Missed error return | Konstantin Komarov | 1 | -1/+1 |
| 2024-07-11 | fs/ntfs3: Fix the format of the "nocase" mount option | Konstantin Komarov | 1 | -1/+1 |
| 2024-07-02 | ntfs3: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -8/+4 |
| 2024-06-26 | fs/ntfs3: Fix field-spanning write in INDEX_HDR | Konstantin Komarov | 2 | -6/+7 |
| 2024-06-26 | ntfs3: Convert attr_wof_frame_info() to use a folio | Matthew Wilcox (Oracle) | 3 | -20/+21 |
| 2024-06-26 | ntfs3: Convert ni_readpage_cmpr() to take a folio | Matthew Wilcox (Oracle) | 3 | -8/+9 |
| 2024-06-26 | ntfs3: Convert ntfs_get_frame_pages() to use a folio | Matthew Wilcox (Oracle) | 1 | -8/+9 |
| 2024-06-26 | ntfs3: Remove calls to set/clear the error flag | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2024-06-26 | ntfs3: Convert attr_make_nonresident to use a folio | Matthew Wilcox (Oracle) | 1 | -13/+12 |
| 2024-06-26 | ntfs3: Convert attr_data_write_resident to use a folio | Matthew Wilcox (Oracle) | 3 | -11/+7 |
| 2024-06-26 | ntfs3: Convert ntfs_write_end() to work on a folio | Matthew Wilcox (Oracle) | 1 | -7/+8 |
| 2024-06-26 | ntfs3: Convert attr_data_read_resident() to take a folio | Matthew Wilcox (Oracle) | 3 | -22/+13 |
| 2024-06-26 | ntfs3: Convert ntfs_write_begin to use a folio | Matthew Wilcox (Oracle) | 1 | -8/+9 |
| 2024-06-26 | ntfs3: Convert ntfs_read_folio to use a folio | Matthew Wilcox (Oracle) | 1 | -5/+4 |
| 2024-06-26 | fs/ntfs3: Drop stray '\' (backslash) in formatting string | Andy Shevchenko | 1 | -1/+1 |
| 2024-06-26 | fs/ntfs3: Add some comments | Konstantin Komarov | 3 | -13/+10 |
| 2024-06-26 | fs/ntfs3: Rename variables | Konstantin Komarov | 1 | -5/+5 |
| 2024-06-26 | fs/ntfs3: Add a check for attr_names and oatbl | Konstantin Komarov | 1 | -6/+32 |
| 2024-06-26 | fs/ntfs3: Validate ff offset | lei lu | 1 | -1/+5 |
| 2024-06-26 | fs/ntfs3: Correct undo if ntfs_create_inode failed | Konstantin Komarov | 1 | -1/+9 |
| 2024-06-26 | fs/ntfs3: One more reason to mark inode bad | Konstantin Komarov | 1 | -1/+3 |
| 2024-06-26 | fs/ntfs3: Replace inode_trylock with inode_lock | Konstantin Komarov | 1 | -4/+1 |
| 2024-06-26 | fs/ntfs3: Fix attr_insert_range at end of file | Konstantin Komarov | 1 | -2/+7 |
| 2024-06-07 | fs/ntfs3: Add missing .dirty_folio in address_space_operations | Konstantin Komarov | 1 | -0/+1 |
| 2024-06-07 | fs/ntfs3: Remove sync_blockdev_nowait() | Konstantin Komarov | 1 | -1/+1 |
| 2024-06-07 | fs/ntfs3: Fix getting file type | Konstantin Komarov | 1 | -1/+2 |
| 2024-06-07 | fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting | Konstantin Komarov | 1 | -0/+1 |
| 2024-06-07 | fs/ntfs3: Deny getting attr data block in compressed frame | Konstantin Komarov | 1 | -0/+13 |
| 2024-06-07 | fs/ntfs3: Fix transform resident to nonresident for compressed files | Konstantin Komarov | 1 | -5/+8 |
| 2024-06-07 | fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZE | Konstantin Komarov | 1 | -3/+0 |
| 2024-06-07 | fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded value | Konstantin Komarov | 1 | -5/+6 |
| 2024-06-07 | fs/ntfs3: Simplify initialization of $AttrDef and $UpCase | Konstantin Komarov | 3 | -53/+52 |
| 2024-06-07 | fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT | Konstantin Komarov | 5 | -7/+4 |
| 2024-06-07 | fs/ntfs3: Remove unused function | Konstantin Komarov | 2 | -31/+0 |
| 2024-05-25 | Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux... | Linus Torvalds | 13 | -154/+98 |
| 2024-05-24 | fs/ntfs3: Break dir enumeration if directory contents error | Konstantin Komarov | 1 | -0/+1 |
| 2024-05-24 | fs/ntfs3: Fix case when index is reused during tree transformation | Konstantin Komarov | 1 | -0/+6 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -7/+106 |
| 2024-04-23 | ntfs3: add legacy ntfs file operations | Christian Brauner | 4 | -4/+33 |
| 2024-04-23 | ntfs3: enforce read-only when used as legacy ntfs driver | Christian Brauner | 2 | -4/+34 |
| 2024-04-23 | fs/ntfs3: Mark volume as dirty if xattr is broken | Konstantin Komarov | 1 | -1/+4 |
| 2024-04-23 | fs/ntfs3: Always make file nonresident on fallocate call | Konstantin Komarov | 3 | -0/+42 |
| 2024-04-23 | fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode | Konstantin Komarov | 3 | -39/+23 |
| 2024-04-23 | fs/ntfs3: Use variable length array instead of fixed size | Konstantin Komarov | 1 | -1/+1 |
| 2024-04-23 | fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow | Konstantin Komarov | 1 | -1/+2 |
| 2024-04-23 | fs/ntfs3: Check 'folio' pointer for NULL | Konstantin Komarov | 1 | -6/+11 |
| 2024-04-23 | fs/ntfs3: Missed le32_to_cpu conversion | Konstantin Komarov | 1 | -1/+1 |
| 2024-04-23 | fs/ntfs3: Remove max link count info display during driver init | Konstantin Komarov | 1 | -2/+0 |
| 2024-04-23 | fs/ntfs3: Taking DOS names into account during link counting | Konstantin Komarov | 2 | -12/+6 |
| 2024-04-17 | fs/ntfs3: remove atomic_open | Jeff Layton | 1 | -90/+0 |
| 2024-04-17 | fs/ntfs3: use kcalloc() instead of kzalloc() | Lenko Donchev | 1 | -1/+1 |
| 2024-04-16 | ntfs3: serve as alias for the legacy ntfs driver | Christian Brauner | 2 | -0/+40 |
| 2024-04-01 | fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64() | Alexander Lobakin | 5 | -11/+12 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+1 |
| 2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2024-02-26 | fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS | Mark O'Donovan | 1 | -1/+1 |
| 2024-02-02 | ntfs3: use file_mnt_idmap helper | Alexander Mikhalitsyn | 1 | -1/+1 |
| 2024-01-29 | fs/ntfs3: Slightly simplify ntfs_inode_printk() | Christophe JAILLET | 1 | -3/+2 |
| 2024-01-29 | fs/ntfs3: Add ioctl operation for directories (FITRIM) | Nekun | 3 | -2/+8 |
| 2024-01-29 | fs/ntfs3: Fix oob in ntfs_listxattr | Edward Adam Davis | 1 | -0/+3 |
| 2024-01-29 | fs/ntfs3: Fix an NULL dereference bug | Dan Carpenter | 1 | -1/+1 |
| 2024-01-29 | fs/ntfs3: Update inode->i_size after success write into compressed file | Konstantin Komarov | 1 | -0/+2 |
| 2024-01-29 | fs/ntfs3: Fixed overflow check in mi_enum_attr() | Konstantin Komarov | 1 | -1/+1 |
| 2024-01-29 | fs/ntfs3: Correct function is_rst_area_valid | Konstantin Komarov | 1 | -6/+8 |
| 2024-01-29 | fs/ntfs3: Use i_size_read and i_size_write | Konstantin Komarov | 6 | -18/+19 |
| 2024-01-29 | fs/ntfs3: Prevent generic message "attempt to access beyond end of device" | Konstantin Komarov | 2 | -13/+25 |
| 2024-01-29 | fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache | Ism Hong | 1 | -1/+1 |
| 2024-01-16 | fs/ntfs3: Use kvfree to free memory allocated by kvmalloc | Konstantin Komarov | 4 | -7/+7 |
| 2023-12-21 | fs/ntfs3: Disable ATTR_LIST_ENTRY size check | Konstantin Komarov | 2 | -6/+4 |
| 2023-12-06 | fs/ntfs3: Fix c/mtime typo | Konstantin Komarov | 1 | -1/+1 |
| 2023-12-06 | fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() | Konstantin Komarov | 1 | -8/+12 |
| 2023-12-06 | fs/ntfs3: Add and fix comments | Konstantin Komarov | 4 | -4/+6 |
| 2023-12-06 | fs/ntfs3: ntfs3_forced_shutdown use int instead of bool | Konstantin Komarov | 3 | -5/+6 |
| 2023-12-06 | fs/ntfs3: Implement super_operations::shutdown | Konstantin Komarov | 7 | -3/+75 |
| 2023-12-06 | fs/ntfs3: Drop suid and sgid bits as a part of fpunch | Konstantin Komarov | 1 | -0/+9 |
| 2023-12-06 | fs/ntfs3: Add file_modified | Konstantin Komarov | 1 | -0/+13 |
| 2023-12-06 | fs/ntfs3: Correct use bh_read | Konstantin Komarov | 2 | -14/+12 |
| 2023-12-06 | fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name" | Konstantin Komarov | 1 | -1/+1 |
| 2023-12-06 | fs/ntfs3: Fix multithreaded stress test | Konstantin Komarov | 1 | -7/+14 |
| 2023-12-06 | fs/ntfs3: Reduce stack usage | Konstantin Komarov | 1 | -118/+96 |
| 2023-12-06 | fs/ntfs3: Print warning while fixing hard links count | Konstantin Komarov | 1 | -1/+1 |
| 2023-12-06 | fs/ntfs3: Correct hard links updating when dealing with DOS names | Konstantin Komarov | 1 | -2/+14 |
| 2023-12-06 | fs/ntfs3: Improve ntfs_dir_count | Konstantin Komarov | 1 | -7/+3 |
| 2023-12-06 | fs/ntfs3: Modified fix directory element type detection | Konstantin Komarov | 1 | -5/+25 |
| 2023-12-06 | fs/ntfs3: Improve alternative boot processing | Konstantin Komarov | 1 | -18/+17 |
| 2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+1 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -15/+16 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 4 | -19/+27 |
| 2023-10-30 | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -2/+2 |
| 2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
| 2023-10-25 | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-10-25 | ntfs3: convert ntfs_zero_range() to use a folio | Matthew Wilcox (Oracle) | 1 | -15/+16 |
| 2023-10-19 | Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 16 | -82/+197 |
| 2023-10-18 | ntfs3: convert to new timestamp accessors | Jeff Layton | 4 | -18/+27 |
| 2023-10-09 | ntfs3: move ntfs_xattr_handlers to .rodata | Wedson Almeida Filho | 2 | -2/+2 |
| 2023-09-28 | fs/ntfs3: Avoid possible memory leak | Su Hui | 1 | -2/+4 |
| 2023-09-28 | fs/ntfs3: Fix directory element type detection | Gabriel Marcano | 1 | -1/+5 |
| 2023-09-28 | fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() | Ziqi Zhao | 1 | -0/+3 |
| 2023-09-28 | fs/ntfs3: Fix OOB read in ntfs_init_from_boot | Pavel Skripkin | 1 | -0/+5 |
| 2023-09-28 | fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea() | Zeng Heng | 1 | -1/+6 |
| 2023-09-28 | fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() | Konstantin Komarov | 1 | -4/+2 |
| 2023-09-28 | fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() | Konstantin Komarov | 1 | -1/+1 |
| 2023-09-28 | fs/ntfs3: Do not allow to change label if volume is read-only | Konstantin Komarov | 1 | -1/+6 |
| 2023-09-28 | fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo | Konstantin Komarov | 1 | -3/+11 |
| 2023-09-28 | fs/ntfs3: Refactoring and comments | Konstantin Komarov | 8 | -23/+25 |
| 2023-09-28 | fs/ntfs3: Fix alternative boot searching | Konstantin Komarov | 1 | -3/+7 |
| 2023-09-28 | fs/ntfs3: Allow repeated call to ntfs3_put_sbi | Konstantin Komarov | 2 | -5/+17 |
| 2023-09-28 | fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime | Konstantin Komarov | 1 | -1/+1 |
| 2023-09-28 | fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super | Konstantin Komarov | 2 | -6/+22 |
| 2023-09-28 | fs/ntfs3: fix deadlock in mark_as_free_ex | Konstantin Komarov | 1 | -1/+5 |
| 2023-09-28 | fs/ntfs3: Add more attributes checks in mi_enum_attr() | Konstantin Komarov | 1 | -16/+52 |
| 2023-09-28 | fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) | Konstantin Komarov | 3 | -4/+16 |
| 2023-09-28 | fs/ntfs3: Write immediately updated ntfs state | Konstantin Komarov | 1 | -10/+3 |
| 2023-09-28 | fs/ntfs3: Add ckeck in ni_update_parent() | Konstantin Komarov | 1 | -0/+6 |
| 2023-09-25 | ntfs3: put resources during ntfs_fill_super() | Christian Brauner | 1 | -0/+1 |
| 2023-09-07 | ntfs3: drop inode references in ntfs_put_super() | Christian Brauner | 1 | -6/+12 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+5 |
| 2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -18/+15 |
| 2023-08-18 | ntfs3: convert ntfs_get_block_vbo() to use a folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-08-10 | ntfs3: free the sbi in ->kill_sb | Christoph Hellwig | 1 | -13/+12 |
| 2023-08-10 | ntfs3: don't call sync_blockdev in ntfs_put_super | Christoph Hellwig | 1 | -2/+0 |
| 2023-08-10 | ntfs3: rename put_ntfs ntfs3_free_sbi | Christoph Hellwig | 1 | -5/+5 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-07-24 | ntfs3: convert to ctime accessor functions | Jeff Layton | 5 | -14/+17 |
| 2023-07-10 | ntfs3: convert to simple_rename_timestamp | Jeff Layton | 1 | -5/+2 |
| 2023-07-07 | Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 17 | -237/+531 |
| 2023-07-03 | fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/ | Konstantin Komarov | 1 | -3/+4 |
| 2023-07-03 | fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l... | Konstantin Komarov | 3 | -2/+195 |
| 2023-07-03 | fs/ntfs3: Fix endian problem | Konstantin Komarov | 2 | -7/+6 |
| 2023-07-03 | fs/ntfs3: Add ability to format new mft records with bigger/smaller header | Konstantin Komarov | 3 | -3/+14 |
| 2023-07-03 | fs/ntfs3: Code refactoring | Konstantin Komarov | 7 | -81/+88 |
| 2023-07-03 | fs/ntfs3: Code formatting | Konstantin Komarov | 14 | -83/+92 |
| 2023-07-03 | fs/ntfs3: Do not update primary boot in ntfs_init_from_boot() | Konstantin Komarov | 1 | -19/+39 |
| 2023-07-03 | fs/ntfs3: Alternative boot if primary boot is corrupted | Konstantin Komarov | 1 | -27/+71 |
| 2023-07-03 | fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted | Konstantin Komarov | 4 | -1/+15 |
| 2023-07-03 | fs/ntfs3: Fix ntfs_atomic_open | Konstantin Komarov | 1 | -12/+3 |
| 2023-07-03 | fs/ntfs3: Correct checking while generating attr_list | Konstantin Komarov | 1 | -15/+10 |
| 2023-07-03 | fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() | Tetsuo Handa | 1 | -2/+2 |
| 2023-07-03 | fs: ntfs3: Fix possible null-pointer dereferences in mi_read() | Jia-Ju Bai | 1 | -2/+2 |
| 2023-07-03 | fs/ntfs3: Return error for inconsistent extended attributes | Edward Lo | 1 | -0/+1 |
| 2023-07-03 | fs/ntfs3: Enhance sanity check while generating attr_list | Edward Lo | 1 | -5/+11 |
| 2023-07-03 | fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range() | Yangtao Li | 1 | -1/+1 |
| 2023-07-03 | ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr() | Zeng Heng | 1 | -0/+3 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+0 |
| 2023-06-09 | backing_dev: remove current->backing_dev_info | Christoph Hellwig | 1 | -3/+0 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-05-24 | ntfs3: Provide a splice-read wrapper | David Howells | 1 | -1/+30 |
| 2023-04-29 | Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 16 | -446/+528 |
| 2023-03-27 | fs/ntfs3: Fix root inode checking | Konstantin Komarov | 1 | -1/+10 |
| 2023-03-27 | fs/ntfs3: Print details about mount fails | Konstantin Komarov | 3 | -92/+122 |
| 2023-03-27 | fs/ntfs3: Add missed "nocase" in ntfs_show_options | Konstantin Komarov | 1 | -19/+21 |
| 2023-03-27 | fs/ntfs3: Code formatting and refactoring | Konstantin Komarov | 15 | -178/+186 |
| 2023-03-27 | fs/ntfs3: Changed ntfs_get_acl() to use dentry | Konstantin Komarov | 4 | -22/+15 |
| 2023-03-27 | fs/ntfs3: Remove field sbi->used.bitmap.set_tail | Konstantin Komarov | 2 | -3/+0 |
| 2023-03-27 | fs/ntfs3: Undo critial modificatins to keep directory consistency | Konstantin Komarov | 1 | -10/+20 |
| 2023-03-27 | fs/ntfs3: Undo endian changes | Konstantin Komarov | 1 | -6/+5 |
| 2023-03-27 | fs/ntfs3: Optimization in ntfs_set_state() | Konstantin Komarov | 1 | -2/+7 |
| 2023-03-27 | fs/ntfs3: Fix ntfs_create_inode() | Konstantin Komarov | 4 | -49/+58 |
| 2023-03-27 | fs/ntfs3: Remove noacsrules | Konstantin Komarov | 6 | -38/+1 |
| 2023-03-27 | fs/ntfs3: Use bh_read to simplify code | Konstantin Komarov | 2 | -8/+3 |
| 2023-03-27 | fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() | Jia-Ju Bai | 1 | -1/+1 |
| 2023-03-27 | fs/ntfs3: Refactoring of various minor issues | Konstantin Komarov | 5 | -8/+8 |
| 2023-03-27 | fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr | Konstantin Komarov | 3 | -4/+10 |
| 2023-03-27 | fs/ntfs3: Check for extremely large size of $AttrDef | Konstantin Komarov | 1 | -1/+9 |
| 2023-03-27 | fs/ntfs3: Improved checking of attribute's name length | Konstantin Komarov | 1 | -1/+7 |
| 2023-03-27 | fs/ntfs3: Add null pointer checks | Konstantin Komarov | 2 | -7/+12 |
| 2023-03-27 | fs/ntfs3: fix spelling mistake "attibute" -> "attribute" | Yu Zhe | 1 | -1/+1 |
| 2023-03-27 | fs/ntfs3: Add length check in indx_get_root | Edward Lo | 1 | -1/+10 |
| 2023-03-27 | fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() | Zeng Heng | 3 | -1/+6 |