summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-15/+16
|\ \
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-251-1/+1
| * | ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)2023-10-251-15/+16
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-304-19/+27
|\ \ \
| * | | ntfs3: convert to new timestamp accessorsJeff Layton2023-10-184-18/+27
| |/ /
* | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \ \ | |_|/ |/| |
| * | ntfs3: move ntfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
* | | Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-10-1916-82/+197
|\ \ \ | |_|/ |/| |
| * | fs/ntfs3: Avoid possible memory leakSu Hui2023-09-281-2/+4
| * | fs/ntfs3: Fix directory element type detectionGabriel Marcano2023-09-281-1/+5
| * | fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao2023-09-281-0/+3
| * | fs/ntfs3: Fix OOB read in ntfs_init_from_bootPavel Skripkin2023-09-281-0/+5
| * | fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng2023-09-281-1/+6
| * | fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov2023-09-281-4/+2
| * | fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov2023-09-281-1/+1
| * | fs/ntfs3: Do not allow to change label if volume is read-onlyKonstantin Komarov2023-09-281-1/+6
| * | fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfoKonstantin Komarov2023-09-281-3/+11
| * | fs/ntfs3: Refactoring and commentsKonstantin Komarov2023-09-288-23/+25
| * | fs/ntfs3: Fix alternative boot searchingKonstantin Komarov2023-09-281-3/+7
| * | fs/ntfs3: Allow repeated call to ntfs3_put_sbiKonstantin Komarov2023-09-282-5/+17
| * | fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctimeKonstantin Komarov2023-09-281-1/+1
| * | fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_superKonstantin Komarov2023-09-282-6/+22
| * | fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov2023-09-281-1/+5
| * | fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov2023-09-281-16/+52
| * | fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov2023-09-283-4/+16
| * | fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov2023-09-281-10/+3
| * | fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov2023-09-281-0/+6
| |/
* / ntfs3: put resources during ntfs_fill_super()Christian Brauner2023-09-251-0/+1
|/
* ntfs3: drop inode references in ntfs_put_super()Christian Brauner2023-09-071-6/+12
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-5/+5
|\ \
| * | ntfs3: convert ntfs_get_block_vbo() to use a folioMatthew Wilcox (Oracle)2023-08-181-5/+5
| |/
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-18/+15
|\ \
| * | ntfs3: free the sbi in ->kill_sbChristoph Hellwig2023-08-101-13/+12
| * | ntfs3: don't call sync_blockdev in ntfs_put_superChristoph Hellwig2023-08-101-2/+0
| * | ntfs3: rename put_ntfs ntfs3_free_sbiChristoph Hellwig2023-08-101-5/+5
| |/
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | ntfs3: convert to ctime accessor functionsJeff Layton2023-07-245-14/+17
* | ntfs3: convert to simple_rename_timestampJeff Layton2023-07-101-5/+2
|/
* Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-07-0717-237/+531
|\
| * fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov2023-07-031-3/+4
| * fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov2023-07-033-2/+195
| * fs/ntfs3: Fix endian problemKonstantin Komarov2023-07-032-7/+6
| * fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov2023-07-033-3/+14
| * fs/ntfs3: Code refactoringKonstantin Komarov2023-07-037-81/+88
| * fs/ntfs3: Code formattingKonstantin Komarov2023-07-0314-83/+92
| * fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()Konstantin Komarov2023-07-031-19/+39