| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | ntfs: Fix spelling mistake "etnry" -> "entry" | Colin Ian King | 1 | -1/+1 |
| 7 days | ntfs: free link name from ntfs_name_cache | DaeMyung Kang | 1 | -3/+2 |
| 7 days | ntfs: remove unnecessary NULL checks before kfree | Namjae Jeon | 2 | -5/+3 |
| 7 days | ntfs: remove unnecessary ternary boolean conversion | Namjae Jeon | 1 | -6/+6 |
| 7 days | ntfs: remove unsupported quota handling | DaeMyung Kang | 5 | -226/+2 |
| 7 days | ntfs: use str_plural in ntfs_attr_make_non_resident | Thorsten Blum | 1 | -1/+2 |
| 7 days | ntfs: add bounds check before accessing EA entries | Hyunchul Lee | 1 | -8/+8 |
| 7 days | ntfs: validate index entries on reading | Hyunchul Lee | 4 | -68/+60 |
| 7 days | ntfs: centalize $INDEX_ROOT header validation | Hyunchul Lee | 3 | -9/+23 |
| 7 days | ntfs: validate index block header more strictly | Hyunchul Lee | 3 | -61/+81 |
| 7 days | ntfs: avoid heap allocation for free-cluster readahead state | DaeMyung Kang | 1 | -16/+6 |
| 7 days | ntfs: skip extent mft records in writeback to prevent deadlock | Hyunchul Lee | 1 | -125/+4 |
| 7 days | ntfs: only alias volume $UpCase to default on exact match | DaeMyung Kang | 1 | -9/+3 |
| 7 days | ntfs: free volume-wide resources on fill_super failure | DaeMyung Kang | 1 | -2/+3 |
| 2026-05-11 | ntfs: restore $MFT mirror contents check | DaeMyung Kang | 1 | -0/+7 |
| 2026-05-10 | ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile() | DaeMyung Kang | 1 | -1/+4 |
| 2026-05-10 | ntfs: validate attribute name bounds before returning it | DaeMyung Kang | 1 | -8/+17 |
| 2026-05-10 | ntfs: fix MFT bitmap scan 2^32 boundary check | DaeMyung Kang | 1 | -1/+1 |
| 2026-05-10 | ntfs: validate MFT attrs_offset against bytes_in_use | DaeMyung Kang | 1 | -1/+12 |
| 2026-05-09 | ntfs: fix missing kstrdup() error check in ntfs_write_volume_label() | Zhan Xusheng | 1 | -4/+18 |
| 2026-05-08 | ntfs: avoid leaking uninitialised bytes in new security descriptors | DaeMyung Kang | 1 | -2/+2 |
| 2026-05-08 | ntfs: fix out-of-bounds write in ntfs_index_walk_down() | DaeMyung Kang | 1 | -5/+12 |
| 2026-05-08 | ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge path | DaeMyung Kang | 1 | -4/+5 |
| 2026-05-08 | ntfs: fix variable dereferenced before check ni in ntfs_attr_open() | Namjae Jeon | 1 | -3/+3 |
| 2026-05-08 | ntfs: fix default_upcase refcount underflow and UAF on fs_context teardown | DaeMyung Kang | 1 | -3/+3 |
| 2026-05-08 | ntfs: match ntfs_resident_attr_min_value_length with $AttrDef | Hyunchul Lee | 1 | -13/+2 |
| 2026-05-08 | ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename() | DaeMyung Kang | 1 | -3/+3 |
| 2026-05-08 | ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned start | DaeMyung Kang | 1 | -2/+5 |
| 2026-05-08 | ntfs: wait for sync mft writes to complete | DaeMyung Kang | 1 | -22/+41 |
| 2026-05-08 | ntfs: capture mft mirror sync errors in ntfs_write_mft_block() | DaeMyung Kang | 1 | -2/+6 |
| 2026-05-08 | ntfs: redirty folio when ntfs_write_mft_block() runs out of memory | DaeMyung Kang | 1 | -1/+4 |
| 2026-05-08 | ntfs: use base mft_no when looking up base inode for extent record | DaeMyung Kang | 1 | -1/+1 |
| 2026-05-03 | ntfs: fix variable dereferenced before check ni and attr in ntfs_attrlist_ent... | Namjae Jeon | 1 | -4/+3 |
| 2026-04-30 | ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress() | Nathan Chancellor | 1 | -1/+1 |
| 2026-04-30 | ntfs: drop nlink once for WIN32/DOS aliases | Hyunchul Lee | 1 | -2/+11 |
| 2026-04-28 | ntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run() | Namjae Jeon | 1 | -8/+11 |
| 2026-04-27 | ntfs: fix error handling in ntfs_write_iomap_end_resident() | Namjae Jeon | 1 | -3/+3 |
| 2026-04-27 | ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress() | Zhan Xusheng | 1 | -3/+21 |
| 2026-04-27 | ntfs: fix WSL symlink target leak on reparse failure | DaeMyung Kang | 1 | -2/+3 |
| 2026-04-27 | ntfs: fix NULL dereference in ntfs_index_walk_down() | DaeMyung Kang | 2 | -7/+23 |
| 2026-04-22 | ntfs: use page allocation for resident attribute inline data | Namjae Jeon | 1 | -7/+19 |
| 2026-04-22 | ntfs: fix mmap_prepare writable check for shared mappings | Namjae Jeon | 1 | -1/+1 |
| 2026-04-18 | ntfs: fix potential 32-bit truncation in ntfs_write_cb() | Dan Carpenter | 1 | -1/+2 |
| 2026-04-18 | ntfs: fix uninitialized variable in ntfs_map_runlist_nolock | Namjae Jeon | 1 | -1/+1 |
| 2026-04-18 | ntfs: delete dead code | Dan Carpenter | 1 | -4/+3 |
| 2026-04-18 | ntfs: add missing error code in ntfs_mft_record_alloc() | Dan Carpenter | 1 | -0/+1 |
| 2026-04-18 | ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode() | Namjae Jeon | 1 | -1/+4 |
| 2026-04-18 | ntfs: fix uninitialized pointer in ntfs_write_mft_block | Namjae Jeon | 1 | -2/+2 |
| 2026-04-18 | ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_resident | Namjae Jeon | 1 | -1/+1 |
| 2026-04-18 | ntfs: remove noop_direct_IO from address_space_operations | Hyunchul Lee | 1 | -1/+0 |
| 2026-04-18 | ntfs: limit memory allocation in ntfs_attr_readall | Hyunchul Lee | 1 | -0/+14 |
| 2026-04-18 | ntfs: not zero out range beyond init in punch_hole | Hyunchul Lee | 1 | -11/+20 |
| 2026-04-18 | ntfs: zero out stale data in straddle block beyond initialized_size | Hyunchul Lee | 2 | -11/+45 |
| 2026-04-17 | Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 52 | -0/+36140 |
| 2026-04-07 | ntfs: remove redundant out-of-bound checks | Hyunchul Lee | 3 | -42/+0 |
| 2026-04-07 | ntfs: add bound checking to ntfs_external_attr_find | Hyunchul Lee | 1 | -14/+69 |
| 2026-04-07 | ntfs: add bound checking to ntfs_attr_find | Hyunchul Lee | 2 | -12/+72 |
| 2026-03-16 | ntfs: fix ignoring unreachable code warnings | Hyunchul Lee | 1 | -7/+2 |
| 2026-03-16 | ntfs: fix inconsistent indenting warnings | Hyunchul Lee | 2 | -35/+35 |
| 2026-03-16 | ntfs: fix variable dereferenced before check warnings | Hyunchul Lee | 5 | -13/+16 |
| 2026-03-16 | ntfs: prefer IS_ERR_OR_NULL() over manual NULL check | Hyunchul Lee | 2 | -2/+2 |
| 2026-03-16 | ntfs: harden ntfs_listxattr against EA entries | Hyunchul Lee | 1 | -18/+22 |
| 2026-03-16 | ntfs: harden ntfs_ea_lookup against malformed EA entries | Hyunchul Lee | 1 | -19/+17 |
| 2026-03-16 | ntfs: check $EA query-length in ntfs_ea_get | Hyunchul Lee | 1 | -0/+5 |
| 2026-03-16 | ntfs: validate WSL EA payload sizes | Hyunchul Lee | 1 | -2/+6 |
| 2026-03-16 | ntfs: fix WSL ea restore condition | Hyunchul Lee | 2 | -4/+4 |
| 2026-03-10 | ntfs: add missing newlines to pr_err() messages | Woody Suwalski | 3 | -15/+15 |
| 2026-03-10 | ntfs: fix pointer/integer casting warnings | Hyunchul Lee | 1 | -2/+2 |
| 2026-03-06 | ntfs: use ->mft_no instead of ->i_ino in prints | Namjae Jeon | 7 | -41/+40 |
| 2026-03-06 | ntfs: change mft_no type to u64 | Namjae Jeon | 10 | -128/+119 |
| 2026-03-05 | ntfs: select FS_IOMAP in Kconfig | Namjae Jeon | 1 | -0/+1 |
| 2026-03-05 | ntfs: add MODULE_ALIAS_FS | Woody Suwalski | 1 | -0/+1 |
| 2026-03-04 | ntfs: reduce stack usage in ntfs_write_mft_block() | Arnd Bergmann | 1 | -2/+7 |
| 2026-03-01 | ntfs: fix sysctl table registration and path | Namjae Jeon | 1 | -2/+1 |
| 2026-02-28 | ntfs: Fix spelling mistake "initiailized" -> "initialized" | Colin Ian King | 1 | -1/+1 |
| 2026-02-27 | ntfs: Fix possible deadlock | Ethan Tidmore | 1 | -1/+3 |
| 2026-02-27 | ntfs: Add missing error code | Ethan Tidmore | 1 | -0/+1 |
| 2026-02-27 | ntfs: Place check before dereference | Ethan Tidmore | 1 | -6/+6 |
| 2026-02-26 | ntfs: Remove impossible condition | Ethan Tidmore | 1 | -4/+1 |
| 2026-02-26 | ntfs: Replace ERR_PTR(0) with NULL | Ethan Tidmore | 1 | -1/+1 |
| 2026-02-26 | ntfs: Remove unneeded semicolon | Chen Ni | 1 | -1/+1 |
| 2026-02-26 | ntfs: Fix null pointer dereference | Ethan Tidmore | 1 | -1/+2 |
| 2026-02-19 | ntfs: add Kconfig and Makefile | Namjae Jeon | 2 | -0/+57 |
| 2026-02-19 | ntfs: update misc operations | Namjae Jeon | 11 | -705/+775 |
| 2026-02-19 | ntfs: add reparse and ea operations | Namjae Jeon | 2 | -0/+1515 |
| 2026-02-19 | ntfs: update runlist handling and cluster allocator | Namjae Jeon | 3 | -980/+1308 |
| 2026-02-19 | ntfs: update attrib operations | Namjae Jeon | 3 | -1478/+5195 |
| 2026-02-19 | ntfs: update iomap and address space operations | Namjae Jeon | 2 | -1596/+985 |
| 2026-02-19 | ntfs: update file operations | Namjae Jeon | 1 | -1845/+1009 |
| 2026-02-19 | ntfs: update directory operations | Namjae Jeon | 2 | -1267/+2640 |
| 2026-02-19 | ntfs: update mft operations | Namjae Jeon | 2 | -1260/+1280 |
| 2026-02-19 | ntfs: update inode operations | Namjae Jeon | 2 | -1598/+3619 |
| 2026-02-19 | ntfs: update super block operations | Namjae Jeon | 1 | -1491/+1059 |
| 2026-02-19 | ntfs: update in-memory, on-disk structures and headers | Namjae Jeon | 25 | -2655/+2766 |
| 2026-02-19 | Revert "fs: Remove NTFS classic" | Namjae Jeon | 44 | -0/+28728 |
| 2024-01-24 | fs: Remove NTFS classic | Matthew Wilcox (Oracle) | 46 | -28824/+0 |
| 2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
| 2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+5 |
| 2023-12-29 | fs: convert block_write_full_page to block_write_full_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2023-12-21 | ntfs: dir.c: fix kernel-doc function parameter warnings | Randy Dunlap | 1 | -1/+2 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2023-11-21 | fs: Rename mapping private members | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+1 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -184/+160 |
| 2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
| 2023-10-25 | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) | 2 | -3/+3 |
| 2023-10-25 | ntfs: convert ntfs_prepare_pages_for_non_resident_write() to folios | Matthew Wilcox (Oracle) | 1 | -48/+41 |
| 2023-10-25 | ntfs: convert ntfs_writepage to use a folio | Matthew Wilcox (Oracle) | 1 | -111/+100 |
| 2023-10-25 | ntfs: convert ntfs_read_block() to use a folio | Matthew Wilcox (Oracle) | 1 | -25/+19 |
| 2023-10-18 | ntfs: convert to new timestamp accessors | Jeff Layton | 2 | -13/+14 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -9/+9 |
| 2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds | 1 | -1/+2 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-07-24 | ntfs: convert to ctime accessor functions | Jeff Layton | 2 | -9/+9 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+1 |
| 2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-06-19 | buffer: convert __block_write_full_page() to __block_write_full_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-06-09 | backing_dev: remove current->backing_dev_info | Christoph Hellwig | 1 | -2/+0 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-05-24 | ntfs: do not dereference a null ctx on error | Danila Chernetsov | 1 | -17/+19 |
| 2023-05-19 | ntfs: Remove unneeded semicolon | Shaomin Deng | 1 | -2/+2 |
| 2023-05-19 | ntfs: Correct spelling | Deming Wang | 1 | -1/+1 |
| 2023-05-19 | ntfs: remove redundant initialization to pointer cb_sb_start | Colin Ian King | 1 | -1/+1 |
| 2023-04-13 | ntfs: simplfy one-level sysctl registration for ntfs_sysctls | Luis Chamberlain | 1 | -11/+1 |
| 2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 9 | -20/+28 |
| 2023-02-02 | ntfs: fix multiple kernel-doc warnings | Randy Dunlap | 9 | -20/+28 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+4 |
| 2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -4/+31 |
| 2022-10-06 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -2/+2 |
| 2022-09-29 | fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_read | Ritesh Harjani (IBM) | 1 | -2/+2 |
| 2022-09-11 | ntfs: check overflow when iterating ATTR_RECORDs | Hawkins Jiawei | 1 | -0/+8 |
| 2022-09-11 | ntfs: fix out-of-bounds read in ntfs_attr_find() | Hawkins Jiawei | 1 | -4/+16 |
| 2022-09-11 | ntfs: fix use-after-free in ntfs_attr_find() | Hawkins Jiawei | 1 | -0/+7 |
| 2022-09-11 | ntfs: fix BUG_ON in ntfs_lookup_inode_by_name() | ChenXiaoSong | 1 | -1/+2 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 3 | -14/+4 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -8/+8 |
| 2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-07-18 | ntfs: fix use-after-free in ntfs_ucsncmp() | ChenXiaoSong | 1 | -2/+6 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 5 | -8/+8 |
| 2022-06-29 | ntfs: Remove check for PageError | Matthew Wilcox (Oracle) | 1 | -6/+1 |
| 2022-06-29 | ntfs: Remove check for PageError | Matthew Wilcox (Oracle) | 1 | -5/+0 |
| 2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2022-05-19 | fs/ntfs: remove redundant variable idx | Colin Ian King | 1 | -2/+2 |
| 2022-05-09 | ntfs: Convert ntfs to read_folio | Matthew Wilcox (Oracle) | 6 | -28/+30 |
| 2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-04-01 | ntfs: Correct mark_ntfs_record_dirty() folio conversion | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -11/+10 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-22 | ntfs: add sanity check on allocation size | Dongliang Mu | 1 | -0/+4 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2022-01-15 | fs/ntfs/attrib.c: fix one kernel-doc comment | Yang Li | 1 | -1/+1 |
| 2021-11-27 | fs: ntfs: Limit NTFS_RW to page sizes smaller than 64k | Guenter Roeck | 1 | -0/+1 |
| 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-10-18 | ntfs: use sb_bdev_nr_blocks | Christoph Hellwig | 1 | -5/+3 |
| 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-07-03 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -23/+10 |
| 2021-06-29 | ntfs: fix validity check for file name attribute | Desmond Cheong Zhi Xi | 1 | -1/+1 |
| 2021-06-10 | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va... | Al Viro | 1 | -3/+1 |
| 2021-06-02 | ntfs_copy_from_user_iter(): don't bother with copying iov_iter | Al Viro | 1 | -22/+11 |
| 2021-02-24 | ntfs: check for valid standard information attribute | Rustam Kovhaev | 1 | -0/+6 |
| 2021-02-24 | ntfs: layout.h: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 2 | -2/+5 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2020-12-15 | fs/ntfs: remove unused variable attr_len | Alex Shi | 1 | -2/+0 |
| 2020-12-15 | fs/ntfs: remove unused varibles | Alex Shi | 2 | -6/+2 |
| 2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2020-10-13 | ntfs: add check for mft record size in superblock | Rustam Kovhaev | 1 | -0/+6 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-08-07 | ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type | Luca Stefani | 4 | -19/+18 |
| 2020-06-24 | block: move block-related definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
| 2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -3/+3 |
| 2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-02 | ntfs: replace attach_page_buffers with attach_page_private | Guoqing Jiang | 2 | -2/+2 |
| 2020-04-20 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-03-28 | fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t | Thomas Gleixner | 1 | -6/+3 |
| 2019-12-08 | utimes: Clamp the timestamps in notify_change() | Amir Goldstein | 1 | -12/+6 |
| 2019-09-26 | ntfs: remove (un)?likely() from IS_ERR() conditions | Denis Efremov | 4 | -9/+9 |
| 2019-08-30 | timestamp_truncate: Replace users of timespec64_trunc | Deepa Dinamani | 1 | -9/+12 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97 | Thomas Gleixner | 1 | -15/+1 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96 | Thomas Gleixner | 43 | -645/+43 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | ntfs: switch to ->free_inode() | Al Viro | 3 | -15/+6 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
| 2018-10-12 | ntfs: don't open-code ERR_CAST | Al Viro | 1 | -1/+1 |
| 2018-08-17 | ntfs: mft: remove VLA usage | Kees Cook | 1 | -2/+10 |
| 2018-08-17 | ntfs: decompress: remove VLA usage | Kees Cook | 1 | -12/+16 |
| 2018-08-17 | ntfs: aops: remove VLA usage | Kees Cook | 1 | -1/+4 |
| 2018-08-17 | fs/ntfs/aops.c: don't disable interrupts during kmap_atomic() | Sebastian Andrzej Siewior | 1 | -4/+0 |
| 2018-08-17 | fs/ntfs: use timespec64 directly for timestamp conversion | Arnd Bergmann | 2 | -18/+21 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -15/+15 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -15/+15 |
| 2018-03-28 | ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call | Christoph Hellwig | 1 | -2/+2 |
| 2018-01-01 | ntfs: remove i_version handling | Jeff Layton | 2 | -15/+0 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -16/+16 |