Age | Commit message (Expand) | Author |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-10 | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux | Linus Torvalds |
2022-09-26 | lib/bitmap: don't call __bitmap_weight() in kernel code | Yury Norov |
2022-09-11 | ntfs3: replace ll_rw_block() | Zhang Yi |
2022-08-31 | ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers | Christian Brauner |
2022-08-22 | Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-08-22 | ntfs: fix acl handling | Christian Brauner |
2022-08-17 | Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds |
2022-08-10 | fs/ntfs3: uninitialized variable in ntfs_set_acl_ex() | Dan Carpenter |
2022-08-10 | fs/ntfs3: Remove unused function wnd_bits | Jiapeng Chong |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-08-03 | fs/ntfs3: Make ni_ins_new_attr return error | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Create MFT zone only if length is large enough | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Refactoring attr_insert_range to restore after errors | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Refactoring attr_punch_hole to restore after errors | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Refactoring attr_set_size to restore after errors | Konstantin Komarov |
2022-08-03 | fs/ntfs3: New function ntfs_bad_inode | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Make MFT zone less fragmented | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Check possible errors in run_pack in advance | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Added comments to frecord functions | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Fill duplicate info in ni_add_name | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Make static function attr_load_runs | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Remove unused mi_mark_free | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Fix very fragmented case in attr_punch_hole | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Fix work with fragmented xattr | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIG | Konstantin Komarov |
2022-08-03 | fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Check reserved size for maximum allowed | Konstantin Komarov |
2022-08-03 | fs/ntfs3: Do not change mode if ntfs_set_ea failed | Konstantin Komarov |
2022-08-02 | ntfs3: refactor ntfs_writepages | Christoph Hellwig |
2022-07-14 | fs/ntfs3: Use enum req_op where appropriate | Bart Van Assche |
2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche |
2022-07-06 | fs/ntfs3: Remove unnecessary 'NULL' values from pointers | Li kunyu |
2022-07-05 | fs/ntfs3: Remove duplicated assignment to variable r | Colin Ian King |
2022-07-05 | fs/ntfs3: Unlock on error in attr_insert_range() | Dan Carpenter |
2022-07-05 | fs/ntfs3: Make ntfs_update_mftmirr return void | Pavel Skripkin |
2022-07-05 | fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr | Pavel Skripkin |
2022-06-29 | ntfs3: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-28 | fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE | Konstantin Komarov |
2022-06-28 | fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation | Konstantin Komarov |
2022-06-17 | fs/ntfs3: Add missing error check | Konstantin Komarov |
2022-06-10 | fs/ntfs3: Don't clear upper bits accidentally in log_replay() | Dan Carpenter |
2022-06-09 | fs/ntfs3: Use the same order for acl pointer check in ntfs_init_acl | Yang Xu |
2022-06-09 | fs/ntfs3: Fix using uninitialized value n when calling indx_read | Yan Lei |
2022-06-08 | fs/ntfs3: Remove redundant assignment to variable vcn | Colin Ian King |
2022-06-07 | fs/ntfs3: Remove redundant assignment to variable frame | Colin Ian King |
2022-06-07 | fs/ntfs3: Remove a useless test | Christophe JAILLET |
2022-06-06 | fs/ntfs3: Fix missing i_op in ntfs_read_mft | Konstantin Komarov |