| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -5/+7 |
| 2022-12-21 | Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 19 | -626/+1411 |
| 2022-11-14 | fs/ntfs3: Make if more readable | Konstantin Komarov | 1 | -3/+2 |
| 2022-11-14 | fs/ntfs3: Improve checking of bad clusters | Konstantin Komarov | 4 | -44/+81 |
| 2022-11-14 | fs/ntfs3: Fix wrong if in hdr_first_de | Konstantin Komarov | 1 | -2/+3 |
| 2022-11-14 | fs/ntfs3: Use ALIGN kernel macro | Konstantin Komarov | 3 | -2/+3 |
| 2022-11-14 | fs/ntfs3: Fix incorrect if in ntfs_set_acl_ex | Konstantin Komarov | 1 | -4/+3 |
| 2022-11-14 | fs/ntfs3: Check fields while reading | Konstantin Komarov | 5 | -58/+164 |
| 2022-11-14 | fs/ntfs3: Correct ntfs_check_for_free_space | Konstantin Komarov | 1 | -1/+1 |
| 2022-11-14 | fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_block | Konstantin Komarov | 3 | -50/+125 |
| 2022-11-14 | fs/ntfs3: Changing locking in ntfs_rename | Konstantin Komarov | 2 | -0/+10 |
| 2022-11-14 | fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate | Konstantin Komarov | 4 | -38/+43 |
| 2022-11-14 | fs/ntfs3: atomic_open implementation | Konstantin Komarov | 2 | -4/+120 |
| 2022-11-14 | fs/ntfs3: Fix wrong indentations | Konstantin Komarov | 3 | -9/+10 |
| 2022-11-14 | fs/ntfs3: Change new sparse cluster processing | Konstantin Komarov | 6 | -181/+166 |
| 2022-11-14 | fs/ntfs3: Fixing work with sparse clusters | Konstantin Komarov | 2 | -34/+18 |
| 2022-11-14 | fs/ntfs3: Simplify ntfs_update_mftmirr function | Konstantin Komarov | 1 | -3/+1 |
| 2022-11-14 | fs/ntfs3: Remove unused functions | Konstantin Komarov | 3 | -58/+0 |
| 2022-11-14 | fs/ntfs3: Fix sparse problems | Konstantin Komarov | 4 | -14/+13 |
| 2022-11-14 | fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoring | Konstantin Komarov | 3 | -52/+63 |
| 2022-11-14 | fs/ntfs3: Use _le variants of bitops functions | Thomas Kühnel | 3 | -16/+16 |
| 2022-11-14 | fs/ntfs3: Add functions to modify LE bitmaps | Thomas Kühnel | 3 | -5/+48 |
| 2022-11-14 | fs/ntfs3: Fix endian conversion in ni_fname_name | Thomas Kühnel | 1 | -1/+3 |
| 2022-11-14 | fs/ntfs3: Fix slab-out-of-bounds in r_page | Yin Xiujiang | 1 | -24/+2 |
| 2022-11-12 | fs/ntfs3: Delete duplicate condition in ntfs_read_mft() | Dan Carpenter | 1 | -6/+0 |
| 2022-11-12 | fs/ntfs3: Add system.ntfs_attrib_be extended attribute | Daniel Pinto | 1 | -6/+14 |
| 2022-11-12 | fs/ntfs3: Rename hidedotfiles mount option to hide_dot_files | Daniel Pinto | 3 | -4/+4 |
| 2022-11-12 | fs/ntfs3: Add hidedotfiles to the list of enabled mount options | Daniel Pinto | 1 | -0/+2 |
| 2022-11-12 | fs/ntfs3: Make hidedotfiles mount option work when renaming files | Daniel Pinto | 1 | -0/+9 |
| 2022-11-12 | fs/ntfs3: Fix hidedotfiles mount option by reversing behaviour | Daniel Pinto | 1 | -1/+1 |
| 2022-11-12 | fs/ntfs3: Add windows_names mount option | Daniel Pinto | 5 | -1/+126 |
| 2022-11-12 | fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare() | Nathan Chancellor | 1 | -1/+1 |
| 2022-11-12 | fs/ntfs3: Validate attribute data and valid sizes | Abdun Nihaal | 1 | -0/+7 |
| 2022-11-12 | fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super() | Tetsuo Handa | 1 | -1/+1 |
| 2022-11-12 | fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init() | Tetsuo Handa | 1 | -1/+1 |
| 2022-11-12 | fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fs | Abdun Nihaal | 1 | -1/+1 |
| 2022-11-12 | fs/ntfs3: Validate index root when initialize NTFS security | Edward Lo | 1 | -4/+6 |
| 2022-10-26 | fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare() | Nathan Chancellor | 1 | -8/+4 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 2 | -3/+3 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 3 | -7/+8 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -3/+3 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+2 |
| 2022-10-10 | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -2/+2 |
| 2022-09-30 | fs/ntfs3: Use strcmp to determine attribute type | Yuan Can | 1 | -30/+14 |
| 2022-09-30 | fs/ntfs3: Fix slab-out-of-bounds read in run_unpack | Hawkins Jiawei | 1 | -0/+7 |
| 2022-09-30 | fs/ntfs3: Validate resident attribute name | Edward Lo | 1 | -0/+5 |
| 2022-09-30 | fs/ntfs3: Validate buffer length while parsing index | Edward Lo | 1 | -0/+6 |
| 2022-09-30 | fs/ntfs3: Harden against integer overflows | Dan Carpenter | 1 | -1/+1 |
| 2022-09-30 | fs/ntfs3: Validate attribute name offset | Edward Lo | 1 | -0/+3 |
| 2022-09-30 | fs/ntfs3: Add null pointer check for inode operations | Edward Lo | 1 | -2/+2 |
| 2022-09-30 | fs/ntfs3: Fix junction point resolution | Daniel Pinto | 1 | -2/+101 |
| 2022-09-30 | fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst() | Shigeru Yoshida | 1 | -1/+1 |
| 2022-09-30 | fs/ntfs3: Fix memory leak on ntfs_fill_super() error path | Shigeru Yoshida | 1 | -0/+1 |
| 2022-09-30 | fs/ntfs3: Use kmalloc_array for allocating multiple elements | Kenneth Lee | 1 | -1/+1 |
| 2022-09-30 | fs/ntfs3: Fix attr_punch_hole() null pointer derenference | Alon Zahavi | 1 | -1/+1 |
| 2022-09-30 | fs/ntfs3: Fix [df]mask display in /proc/mounts | Marc Aurèle La France | 1 | -2/+2 |
| 2022-09-30 | fs/ntfs3: Add null pointer check to attr_load_runs_vcn | Edward Lo | 1 | -0/+5 |
| 2022-09-30 | fs/ntfs3: Validate data run offset | Edward Lo | 5 | -0/+46 |
| 2022-09-30 | fs/ntfs3: Add overflow check for attribute size | edward lo | 1 | -0/+5 |
| 2022-09-30 | fs/ntfs3: Validate BOOT record_size | edward lo | 1 | -1/+1 |
| 2022-09-30 | fs/ntfs3: Rename variables and add comment | Konstantin Komarov | 2 | -13/+12 |
| 2022-09-30 | fs/ntfs3: Add option "nocase" | Konstantin Komarov | 5 | -1/+162 |
| 2022-09-30 | fs/ntfs3: Change destroy_inode to free_inode | Konstantin Komarov | 1 | -16/+4 |
| 2022-09-30 | fs/ntfs3: Add hidedotfiles option | Konstantin Komarov | 3 | -0/+10 |
| 2022-09-30 | fs/ntfs3: Add comments about cluster size | Konstantin Komarov | 3 | -1/+29 |
| 2022-09-26 | lib/bitmap: don't call __bitmap_weight() in kernel code | Yury Norov | 1 | -2/+2 |
| 2022-09-11 | ntfs3: replace ll_rw_block() | Zhang Yi | 1 | -5/+2 |
| 2022-08-31 | ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers | Christian Brauner | 2 | -98/+6 |
| 2022-08-22 | Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+7 |
| 2022-08-22 | ntfs: fix acl handling | Christian Brauner | 1 | -9/+7 |
| 2022-08-17 | Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 14 | -329/+835 |
| 2022-08-10 | fs/ntfs3: uninitialized variable in ntfs_set_acl_ex() | Dan Carpenter | 1 | -1/+1 |
| 2022-08-10 | fs/ntfs3: Remove unused function wnd_bits | Jiapeng Chong | 1 | -5/+0 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -11/+4 |
| 2022-08-03 | fs/ntfs3: Make ni_ins_new_attr return error | Konstantin Komarov | 1 | -3/+26 |
| 2022-08-03 | fs/ntfs3: Create MFT zone only if length is large enough | Konstantin Komarov | 1 | -8/+3 |
| 2022-08-03 | fs/ntfs3: Refactoring attr_insert_range to restore after errors | Konstantin Komarov | 1 | -31/+86 |
| 2022-08-03 | fs/ntfs3: Refactoring attr_punch_hole to restore after errors | Konstantin Komarov | 3 | -38/+105 |
| 2022-08-03 | fs/ntfs3: Refactoring attr_set_size to restore after errors | Konstantin Komarov | 1 | -54/+126 |
| 2022-08-03 | fs/ntfs3: New function ntfs_bad_inode | Konstantin Komarov | 6 | -17/+25 |
| 2022-08-03 | fs/ntfs3: Make MFT zone less fragmented | Konstantin Komarov | 3 | -14/+33 |
| 2022-08-03 | fs/ntfs3: Check possible errors in run_pack in advance | Konstantin Komarov | 1 | -17/+22 |
| 2022-08-03 | fs/ntfs3: Added comments to frecord functions | Konstantin Komarov | 4 | -8/+6 |
| 2022-08-03 | fs/ntfs3: Fill duplicate info in ni_add_name | Konstantin Komarov | 2 | -16/+14 |
| 2022-08-03 | fs/ntfs3: Make static function attr_load_runs | Konstantin Komarov | 2 | -4/+2 |
| 2022-08-03 | fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free | Konstantin Komarov | 4 | -11/+14 |
| 2022-08-03 | fs/ntfs3: Remove unused mi_mark_free | Konstantin Komarov | 4 | -25/+2 |
| 2022-08-03 | fs/ntfs3: Fix very fragmented case in attr_punch_hole | Konstantin Komarov | 1 | -1/+12 |
| 2022-08-03 | fs/ntfs3: Fix work with fragmented xattr | Konstantin Komarov | 1 | -1/+6 |
| 2022-08-03 | fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIG | Konstantin Komarov | 1 | -0/+13 |
| 2022-08-03 | fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY | Konstantin Komarov | 4 | -18/+25 |
| 2022-08-03 | fs/ntfs3: Check reserved size for maximum allowed | Konstantin Komarov | 2 | -3/+9 |
| 2022-08-03 | fs/ntfs3: Do not change mode if ntfs_set_ea failed | Konstantin Komarov | 1 | -10/+10 |
| 2022-08-02 | ntfs3: refactor ntfs_writepages | Christoph Hellwig | 1 | -5/+3 |
| 2022-07-14 | fs/ntfs3: Use enum req_op where appropriate | Bart Van Assche | 2 | -2/+2 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 2 | -2/+2 |
| 2022-07-06 | fs/ntfs3: Remove unnecessary 'NULL' values from pointers | Li kunyu | 1 | -2/+2 |
| 2022-07-05 | fs/ntfs3: Remove duplicated assignment to variable r | Colin Ian King | 1 | -1/+0 |
| 2022-07-05 | fs/ntfs3: Unlock on error in attr_insert_range() | Dan Carpenter | 1 | -2/+4 |
| 2022-07-05 | fs/ntfs3: Make ntfs_update_mftmirr return void | Pavel Skripkin | 2 | -14/+8 |
| 2022-07-05 | fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr | Pavel Skripkin | 1 | -1/+6 |
| 2022-06-29 | ntfs3: Remove check for PageError | Matthew Wilcox (Oracle) | 1 | -6/+1 |
| 2022-06-28 | fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE | Konstantin Komarov | 1 | -42/+55 |
| 2022-06-28 | fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation | Konstantin Komarov | 3 | -1/+222 |
| 2022-06-17 | fs/ntfs3: Add missing error check | Konstantin Komarov | 1 | -0/+2 |
| 2022-06-10 | fs/ntfs3: Don't clear upper bits accidentally in log_replay() | Dan Carpenter | 1 | -1/+1 |
| 2022-06-09 | fs/ntfs3: Use the same order for acl pointer check in ntfs_init_acl | Yang Xu | 1 | -3/+3 |
| 2022-06-09 | fs/ntfs3: Fix using uninitialized value n when calling indx_read | Yan Lei | 1 | -1/+1 |
| 2022-06-08 | fs/ntfs3: Remove redundant assignment to variable vcn | Colin Ian King | 1 | -1/+1 |
| 2022-06-07 | fs/ntfs3: Remove redundant assignment to variable frame | Colin Ian King | 1 | -1/+0 |
| 2022-06-07 | fs/ntfs3: Remove a useless test | Christophe JAILLET | 1 | -3/+1 |
| 2022-06-06 | fs/ntfs3: Fix missing i_op in ntfs_read_mft | Konstantin Komarov | 1 | -0/+1 |
| 2022-06-06 | fs/ntfs3: Refactor ni_try_remove_attr_list function | Konstantin Komarov | 2 | -15/+39 |
| 2022-06-06 | fs/ntfs3: Fix double free on remount | Konstantin Komarov | 1 | -4/+4 |
| 2022-06-06 | fs/ntfs3: Refactoring of indx_find function | Konstantin Komarov | 1 | -16/+9 |
| 2022-06-03 | Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux... | Linus Torvalds | 5 | -30/+149 |
| 2022-06-01 | fs/ntfs3: provide block_invalidate_folio to fix memory leak | Mikulas Patocka | 1 | -0/+1 |
| 2022-05-31 | fs/ntfs3: Fix invalid free in log_replay | Namjae Jeon | 1 | -3/+3 |
| 2022-05-31 | Merge tag 'v5.18' | Konstantin Komarov | 5 | -36/+12 |
| 2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+7 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 3 | -19/+20 |
| 2022-05-12 | fs/ntfs3: validate BOOT sectors_per_clusters | Randy Dunlap | 1 | -3/+7 |
| 2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -4/+5 |
| 2022-05-08 | ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size() | Matthew Wilcox (Oracle) | 1 | -4/+2 |
| 2022-05-08 | ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly | Matthew Wilcox (Oracle) | 3 | -10/+12 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 1 | -1/+1 |
| 2022-04-17 | block: add a bdev_discard_granularity helper | Christoph Hellwig | 2 | -6/+4 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 2 | -2/+2 |
| 2022-04-17 | ntfs3: use bdev_logical_block_size instead of open coding it | Christoph Hellwig | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
| 2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-02-02 | fs/ntfs3: remove unnecessary NULL check | Dan Carpenter | 1 | -5/+4 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -6/+2 |
| 2022-02-02 | ntfs3: remove ntfs_alloc_bio | Christoph Hellwig | 1 | -21/+2 |
| 2022-01-22 | mm: remove cleancache | Christoph Hellwig | 1 | -1/+0 |
| 2021-11-24 | fs/ntfs3: Update valid size if -EIOCBQUEUED | Konstantin Komarov | 1 | -2/+6 |
| 2021-11-24 | fs/ntfs3: Check new size for limits | Konstantin Komarov | 1 | -1/+7 |
| 2021-11-24 | fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space) | Konstantin Komarov | 2 | -4/+8 |
| 2021-11-24 | fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f... | Konstantin Komarov | 1 | -6/+7 |
| 2021-11-23 | fs/ntfs3: Optimize locking in ntfs_save_wsl_perm | Konstantin Komarov | 1 | -10/+14 |
| 2021-11-23 | fs/ntfs3: Update i_ctime when xattr is added | Konstantin Komarov | 1 | -0/+3 |
| 2021-11-23 | fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions | Konstantin Komarov | 1 | -1/+95 |
| 2021-11-23 | fs/ntfs3: Keep preallocated only if option prealloc enabled | Konstantin Komarov | 1 | -1/+1 |
| 2021-11-23 | fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()' | Christophe JAILLET | 1 | -2/+4 |
| 2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2021-11-01 | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2021-10-22 | ntfs3: use sync_blockdev_nowait | Christoph Hellwig | 1 | -1/+1 |
| 2021-10-18 | ntfs3: use bdev_nr_bytes instead of open coding it | Christoph Hellwig | 1 | -1/+1 |
| 2021-10-18 | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable | Andreas Gruenbacher | 1 | -1/+1 |
| 2021-10-18 | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h> | Christoph Hellwig | 1 | -0/+1 |
| 2021-10-15 | Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n... | Linus Torvalds | 23 | -896/+712 |
| 2021-10-12 | fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_list | Konstantin Komarov | 1 | -1/+22 |
| 2021-10-11 | fs/ntfs3: Refactor ntfs_read_mft | Konstantin Komarov | 1 | -14/+8 |
| 2021-10-11 | fs/ntfs3: Refactor ni_parse_reparse | Konstantin Komarov | 2 | -5/+6 |
| 2021-10-11 | fs/ntfs3: Refactor ntfs_create_inode | Konstantin Komarov | 1 | -3/+8 |
| 2021-10-11 | fs/ntfs3: Refactor ntfs_readlink_hlp | Konstantin Komarov | 1 | -48/+43 |
| 2021-10-11 | fs/ntfs3: Rework ntfs_utf16_to_nls | Konstantin Komarov | 2 | -12/+9 |
| 2021-10-11 | fs/ntfs3: Fix memory leak if fill_super failed | Konstantin Komarov | 1 | -34/+56 |
| 2021-10-11 | fs/ntfs3: Keep prealloc for all types of files | Konstantin Komarov | 1 | -7/+1 |
| 2021-10-05 | fs/ntfs3: Remove unnecessary functions | Konstantin Komarov | 1 | -94/+0 |
| 2021-10-05 | fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal files | Konstantin Komarov | 1 | -2/+5 |
| 2021-10-05 | fs/ntfs3: Refactoring of ntfs_set_ea | Konstantin Komarov | 1 | -14/+17 |
| 2021-10-05 | fs/ntfs3: Remove locked argument in ntfs_set_ea | Konstantin Komarov | 1 | -15/+14 |
| 2021-10-05 | fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_release | Konstantin Komarov | 1 | -8/+2 |
| 2021-09-30 | fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrect | Konstantin Komarov | 1 | -1/+3 |
| 2021-09-30 | fs/ntfs3: Refactoring of ntfs_init_from_boot | Konstantin Komarov | 2 | -12/+9 |
| 2021-09-30 | fs/ntfs3: Reject mount if boot's cluster size < media sector size | Konstantin Komarov | 1 | -1/+12 |
| 2021-09-24 | fs/ntfs3: Refactoring lock in ntfs_init_acl | Konstantin Komarov | 1 | -41/+14 |
| 2021-09-24 | fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_mode | Konstantin Komarov | 1 | -11/+4 |
| 2021-09-24 | fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_ex | Konstantin Komarov | 1 | -2/+7 |
| 2021-09-24 | fs/ntfs3: Refactor ntfs_get_acl_ex for better readability | Konstantin Komarov | 1 | -3/+6 |
| 2021-09-24 | fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inode | Konstantin Komarov | 2 | -23/+14 |
| 2021-09-24 | fs/ntfs3: Fix logical error in ntfs_create_inode | Konstantin Komarov | 1 | -1/+1 |
| 2021-09-23 | fs/ntfs3: Remove deprecated mount options nls | Kari Argillander | 1 | -4/+0 |
| 2021-09-23 | fs/ntfs3: Remove a useless shadowing variable | Christophe JAILLET | 1 | -2/+1 |
| 2021-09-23 | fs/ntfs3: Remove a useless test in 'indx_find()' | Christophe JAILLET | 1 | -3/+1 |
| 2021-09-21 | fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update | Konstantin Komarov | 8 | -17/+17 |
| 2021-09-21 | fs/ntfs3: Change max hardlinks limit to 4000 | Konstantin Komarov | 1 | -3/+5 |
| 2021-09-21 | fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext | Konstantin Komarov | 1 | -0/+7 |
| 2021-09-20 | fs/ntfs3: Fix a memory leak on object opts | Colin Ian King | 1 | -2/+2 |
| 2021-09-20 | fs/ntfs3: Initiliaze sb blocksize only in one place + refactor | Kari Argillander | 1 | -10/+3 |
| 2021-09-20 | fs/ntfs3: Initialize pointer before use place in fill_super | Kari Argillander | 1 | -4/+3 |
| 2021-09-20 | fs/ntfs3: Remove tmp pointer upcase in fill_super | Kari Argillander | 1 | -7/+4 |
| 2021-09-20 | fs/ntfs3: Remove tmp pointer bd_inode in fill_super | Kari Argillander | 1 | -2/+1 |
| 2021-09-20 | fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super | Kari Argillander | 1 | -5/+2 |
| 2021-09-20 | fs/ntfs3: Use sb instead of sbi->sb in fill_super | Kari Argillander | 1 | -3/+3 |
| 2021-09-20 | fs/ntfs3: Remove unnecessary variable loading in fill_super | Kari Argillander | 1 | -11/+1 |
| 2021-09-20 | fs/ntfs3: Return straight without goto in fill_super | Kari Argillander | 1 | -40/+16 |
| 2021-09-20 | fs/ntfs3: Remove impossible fault condition in fill_super | Kari Argillander | 1 | -6/+0 |
| 2021-09-20 | fs/ntfs3: Change EINVAL to ENOMEM when d_make_root fails | Kari Argillander | 1 | -1/+1 |
| 2021-09-20 | fs/ntfs3: Fix wrong error message $Logfile -> $UpCase | Kari Argillander | 1 | -1/+1 |
| 2021-09-16 | fs/ntfs3: Use min/max macros instated of ternary operators | Kari Argillander | 3 | -9/+11 |
| 2021-09-16 | fs/ntfs3: Use clamp/max macros instead of comparisons | Kari Argillander | 1 | -5/+3 |
| 2021-09-16 | fs/ntfs3: Remove always false condition check | Kari Argillander | 1 | -4/+1 |