- 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
- 553637f Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 10 months ago
- 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 1 year, 10 months ago
- d585bdb fs: convert writepage_t callback to pass a folio by Matthew Wilcox (Oracle) · 1 year, 11 months ago
- 9636e65 fs: build the legacy direct I/O code conditionally by Christoph Hellwig · 1 year, 11 months ago
- f2d4014 fs: port inode_init_owner() to mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 700b794 fs: port acl to mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 39f60c1 fs: port xattr to mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 13e83a4 fs: port ->set_acl() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 5ebb29b fs: port ->mknod() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 7a77db9 fs: port ->symlink() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 1 year, 11 months ago
- 25a8982 ntfs3: remove ->writepage by Christoph Hellwig · 2 years ago
- d4428ba ntfs3: stop using generic_writepages by Christoph Hellwig · 2 years ago
- 0226635 fs/ntfs3: don't hold ni_lock when calling truncate_setsize() by Tetsuo Handa · 2 years ago
- 6022ec6 Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-ntfs3 by Linus Torvalds · 2 years ago
- 36963cf fs/ntfs3: Make if more readable by Konstantin Komarov · 2 years, 2 months ago
- ec5fc72 fs/ntfs3: Improve checking of bad clusters by Konstantin Komarov · 2 years, 2 months ago
- 60ce8df fs/ntfs3: Fix wrong if in hdr_first_de by Konstantin Komarov · 2 years, 2 months ago
- 97a6815 fs/ntfs3: Use ALIGN kernel macro by Konstantin Komarov · 2 years, 2 months ago
- e31195a fs/ntfs3: Fix incorrect if in ntfs_set_acl_ex by Konstantin Komarov · 2 years, 2 months ago
- 0e8235d fs/ntfs3: Check fields while reading by Konstantin Komarov · 2 years, 2 months ago
- 6f80ed1 fs/ntfs3: Correct ntfs_check_for_free_space by Konstantin Komarov · 2 years, 2 months ago
- 910013f fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_block by Konstantin Komarov · 2 years, 2 months ago
- 0ad9dfc fs/ntfs3: Changing locking in ntfs_rename by Konstantin Komarov · 2 years, 2 months ago
- ad26a9c fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate by Konstantin Komarov · 2 years, 2 months ago
- 2b108260 fs/ntfs3: atomic_open implementation by Konstantin Komarov · 2 years, 2 months ago
- 07f4aa9 fs/ntfs3: Fix wrong indentations by Konstantin Komarov · 2 years, 2 months ago
- c380b52 fs/ntfs3: Change new sparse cluster processing by Konstantin Komarov · 2 years, 2 months ago
- 2f56a3f fs/ntfs3: Fixing work with sparse clusters by Konstantin Komarov · 2 years, 2 months ago
- ba11892 fs/ntfs3: Simplify ntfs_update_mftmirr function by Konstantin Komarov · 2 years, 2 months ago
- 3929042 fs/ntfs3: Remove unused functions by Konstantin Komarov · 2 years, 2 months ago
- 9144b43 fs/ntfs3: Fix sparse problems by Konstantin Komarov · 2 years, 2 months ago
- 08811ba fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoring by Konstantin Komarov · 2 years, 2 months ago
- 095d8ce fs/ntfs3: Use _le variants of bitops functions by Thomas Kühnel · 3 years ago
- 88a8d0d fs/ntfs3: Add functions to modify LE bitmaps by Thomas Kühnel · 3 years ago
- 90c1cd5 fs/ntfs3: Fix endian conversion in ni_fname_name by Thomas Kühnel · 3 years ago
- ecfbd57 fs/ntfs3: Fix slab-out-of-bounds in r_page by Yin Xiujiang · 3 years ago
- 6580151 fs/ntfs3: Delete duplicate condition in ntfs_read_mft() by Dan Carpenter · 2 years, 2 months ago
- 0d19f3d fs/ntfs3: Add system.ntfs_attrib_be extended attribute by Daniel Pinto · 2 years, 2 months ago
- dc0fcc9 fs/ntfs3: Rename hidedotfiles mount option to hide_dot_files by Daniel Pinto · 2 years, 2 months ago
- 19b4245 fs/ntfs3: Add hidedotfiles to the list of enabled mount options by Daniel Pinto · 2 years, 2 months ago
- 6622332 fs/ntfs3: Make hidedotfiles mount option work when renaming files by Daniel Pinto · 2 years, 2 months ago
- 4c9ba19 fs/ntfs3: Fix hidedotfiles mount option by reversing behaviour by Daniel Pinto · 2 years, 2 months ago
- 1d07a9d fs/ntfs3: Add windows_names mount option by Daniel Pinto · 2 years, 2 months ago
- 75b5e47 fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare() by Nathan Chancellor · 2 years, 2 months ago
- 019d22e fs/ntfs3: Validate attribute data and valid sizes by Abdun Nihaal · 2 years, 2 months ago
- 59bfd7a fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super() by Tetsuo Handa · 2 years, 3 months ago
- 0d0f659 fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init() by Tetsuo Handa · 2 years, 3 months ago
- 557d196 fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs by Abdun Nihaal · 2 years, 3 months ago
- bfcdbae fs/ntfs3: Validate index root when initialize NTFS security by Edward Lo · 2 years, 3 months ago
- 0d6d7c6 fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare() by Nathan Chancellor · 2 years, 2 months ago
- cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 3 months ago
- 138060b fs: pass dentry to set acl method by Christian Brauner · 2 years, 3 months ago
- a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 2 months ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 2 months ago
- d4013bc Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux by Linus Torvalds · 2 years, 2 months ago
- d45da67 fs/ntfs3: Use strcmp to determine attribute type by Yuan Can · 2 years, 3 months ago
- 887bfc5 fs/ntfs3: Fix slab-out-of-bounds read in run_unpack by Hawkins Jiawei · 2 years, 3 months ago
- 54e4570 fs/ntfs3: Validate resident attribute name by Edward Lo · 2 years, 3 months ago
- 4d42ecd fs/ntfs3: Validate buffer length while parsing index by Edward Lo · 2 years, 3 months ago
- e001e60 fs/ntfs3: Harden against integer overflows by Dan Carpenter · 2 years, 3 months ago
- 4f1dc7d fs/ntfs3: Validate attribute name offset by Edward Lo · 2 years, 3 months ago
- c1ca8ef fs/ntfs3: Add null pointer check for inode operations by Edward Lo · 2 years, 3 months ago
- 0a4e7ce fs/ntfs3: Fix junction point resolution by Daniel Pinto · 2 years, 3 months ago
- caad9dd fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst() by Shigeru Yoshida · 2 years, 4 months ago
- 51e76a2 fs/ntfs3: Fix memory leak on ntfs_fill_super() error path by Shigeru Yoshida · 2 years, 4 months ago
- 92f017c fs/ntfs3: Use kmalloc_array for allocating multiple elements by Kenneth Lee · 2 years, 4 months ago
- 6d5c9e7 fs/ntfs3: Fix attr_punch_hole() null pointer derenference by Alon Zahavi · 2 years, 4 months ago
- f27b92e fs/ntfs3: Fix [df]mask display in /proc/mounts by Marc Aurèle La France · 2 years, 4 months ago
- 2681631 fs/ntfs3: Add null pointer check to attr_load_runs_vcn by Edward Lo · 2 years, 4 months ago
- 6db6208 fs/ntfs3: Validate data run offset by Edward Lo · 2 years, 4 months ago
- e19c627 fs/ntfs3: Add overflow check for attribute size by edward lo · 2 years, 5 months ago
- 0b66046 fs/ntfs3: Validate BOOT record_size by edward lo · 2 years, 5 months ago
- 43f03ac fs/ntfs3: Rename variables and add comment by Konstantin Komarov · 2 years, 3 months ago
- a3a956c fs/ntfs3: Add option "nocase" by Konstantin Komarov · 2 years, 3 months ago
- ae6b47b fs/ntfs3: Change destroy_inode to free_inode by Konstantin Komarov · 2 years, 3 months ago
- 098250d fs/ntfs3: Add hidedotfiles option by Konstantin Komarov · 2 years, 3 months ago
- bd6ae04 fs/ntfs3: Add comments about cluster size by Konstantin Komarov · 2 years, 3 months ago
- 70a1cb1 lib/bitmap: don't call __bitmap_weight() in kernel code by Yury Norov · 2 years, 3 months ago
- 6bf414a ntfs3: replace ll_rw_block() by Zhang Yi · 2 years, 4 months ago
- a26aa12 ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers by Christian Brauner · 2 years, 4 months ago
- d3cd67d Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 4 months ago
- 0c3bc78 ntfs: fix acl handling by Christian Brauner · 2 years, 5 months ago
- 3b06a27 Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-ntfs3 by Linus Torvalds · 2 years, 4 months ago
- d407359 fs/ntfs3: uninitialized variable in ntfs_set_acl_ex() by Dan Carpenter · 2 years, 4 months ago
- 9696435 fs/ntfs3: Remove unused function wnd_bits by Jiapeng Chong · 2 years, 5 months ago
- f006540 Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 5 months ago
- 451e45a fs/ntfs3: Make ni_ins_new_attr return error by Konstantin Komarov · 2 years, 5 months ago
- 8039edb fs/ntfs3: Create MFT zone only if length is large enough by Konstantin Komarov · 2 years, 5 months ago
- 9256ec3 fs/ntfs3: Refactoring attr_insert_range to restore after errors by Konstantin Komarov · 2 years, 5 months ago
- 20abc64 fs/ntfs3: Refactoring attr_punch_hole to restore after errors by Konstantin Komarov · 2 years, 5 months ago
- 0e5b044 fs/ntfs3: Refactoring attr_set_size to restore after errors by Konstantin Komarov · 2 years, 5 months ago
- c12df45 fs/ntfs3: New function ntfs_bad_inode by Konstantin Komarov · 2 years, 5 months ago
- 8335ebe fs/ntfs3: Make MFT zone less fragmented by Konstantin Komarov · 2 years, 5 months ago