This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 274a2eebf80c Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new ae2a823643d7 dcache: move the DCACHE_OP_COMPARE case out of the __d_loo [...] new b7b6160d0eb9 fs/ntfs3: Refactoring of indx_find function new cd39981fb92a fs/ntfs3: Fix double free on remount new 19d1b7872d1e fs/ntfs3: Refactor ni_try_remove_attr_list function new 37a530bfe56c fs/ntfs3: Fix missing i_op in ntfs_read_mft new 548744f84456 fs/ntfs3: Remove a useless test new 560e613352b4 fs/ntfs3: Remove redundant assignment to variable frame new dc8965ab5e33 fs/ntfs3: Remove redundant assignment to variable vcn new ae5a4e46916f fs/ntfs3: Fix using uninitialized value n when calling indx_read new 19e890ff3bed fs/ntfs3: Use the same order for acl pointer check in ntfs [...] new 926034353d3c fs/ntfs3: Don't clear upper bits accidentally in log_replay() new f759942b72a9 fs/ntfs3: Add missing error check new aa30eccb24e5 fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation new e4d2f4fd5341 fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE new 321460ca3b55 fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr new e66af07ca2b5 fs/ntfs3: Make ntfs_update_mftmirr return void new 4838ec0d80b1 fs/ntfs3: Unlock on error in attr_insert_range() new cc83b0c7e306 fs/ntfs3: Remove duplicated assignment to variable r new 604a9d272dc3 fs/ntfs3: Remove unnecessary 'NULL' values from pointers new 460bbf2990b3 fs/ntfs3: Do not change mode if ntfs_set_ea failed new 13747aac8984 fs/ntfs3: Check reserved size for maximum allowed new c1e0ab378921 fs/ntfs3: extend ni_insert_nonresident to return inserted [...] new b3e048720dee fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIG new 42f86b1226a4 fs/ntfs3: Fix work with fragmented xattr new 560f7736b946 fs/ntfs3: Fix very fragmented case in attr_punch_hole new 6700eabb90d5 fs/ntfs3: Remove unused mi_mark_free new 071100ea0e6c fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free new cf760ec0a0b4 fs/ntfs3: Make static function attr_load_runs new 42f66a7fdaa0 fs/ntfs3: Fill duplicate info in ni_add_name new 54033c135061 fs/ntfs3: Added comments to frecord functions new e6d9398c077d fs/ntfs3: Check possible errors in run_pack in advance new 8335ebe195dc fs/ntfs3: Make MFT zone less fragmented new c12df45ee690 fs/ntfs3: New function ntfs_bad_inode new 0e5b044cbf3a fs/ntfs3: Refactoring attr_set_size to restore after errors new 20abc64f7834 fs/ntfs3: Refactoring attr_punch_hole to restore after errors new 9256ec35359f fs/ntfs3: Refactoring attr_insert_range to restore after errors new 8039edba043d fs/ntfs3: Create MFT zone only if length is large enough new 451e45a0e6df fs/ntfs3: Make ni_ins_new_attr return error new 96964352e219 fs/ntfs3: Remove unused function wnd_bits new d4073595d0c6 fs/ntfs3: uninitialized variable in ntfs_set_acl_ex() new 3b06a2755758 Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-So [...]
The 41 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/dcache.c | 72 ++++--- fs/ntfs3/attrib.c | 557 ++++++++++++++++++++++++++++++++++++++++++++--------- fs/ntfs3/bitmap.c | 12 +- fs/ntfs3/file.c | 110 ++++++----- fs/ntfs3/frecord.c | 128 ++++++++---- fs/ntfs3/fslog.c | 4 +- fs/ntfs3/fsntfs.c | 92 +++++---- fs/ntfs3/index.c | 33 ++-- fs/ntfs3/inode.c | 19 +- fs/ntfs3/namei.c | 6 +- fs/ntfs3/ntfs_fs.h | 16 +- fs/ntfs3/record.c | 27 +-- fs/ntfs3/run.c | 108 +++++++++-- fs/ntfs3/super.c | 17 +- fs/ntfs3/xattr.c | 35 ++-- 15 files changed, 884 insertions(+), 352 deletions(-)