Age | Commit message (Expand) | Author |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-12-29 | fs: convert block_write_full_page to block_write_full_folio | Matthew Wilcox (Oracle) |
2023-12-21 | ntfs: dir.c: fix kernel-doc function parameter warnings | Randy Dunlap |
2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) |
2023-11-21 | fs: Rename mapping private members | Matthew Wilcox (Oracle) |
2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein |
2023-10-25 | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) |
2023-10-25 | ntfs: convert ntfs_prepare_pages_for_non_resident_write() to folios | Matthew Wilcox (Oracle) |
2023-10-25 | ntfs: convert ntfs_writepage to use a folio | Matthew Wilcox (Oracle) |
2023-10-25 | ntfs: convert ntfs_read_block() to use a folio | Matthew Wilcox (Oracle) |
2023-10-18 | ntfs: convert to new timestamp accessors | Jeff Layton |
2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds |
2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig |
2023-07-24 | ntfs: convert to ctime accessor functions | Jeff Layton |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-19 | buffer: convert __block_write_full_page() to __block_write_full_folio() | Matthew Wilcox (Oracle) |
2023-06-09 | backing_dev: remove current->backing_dev_info | Christoph Hellwig |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells |
2023-05-24 | ntfs: do not dereference a null ctx on error | Danila Chernetsov |
2023-05-19 | ntfs: Remove unneeded semicolon | Shaomin Deng |
2023-05-19 | ntfs: Correct spelling | Deming Wang |
2023-05-19 | ntfs: remove redundant initialization to pointer cb_sb_start | Colin Ian King |
2023-04-13 | ntfs: simplfy one-level sysctl registration for ntfs_sysctls | Luis Chamberlain |
2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-02-02 | ntfs: fix multiple kernel-doc warnings | Randy Dunlap |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-10-06 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-09-29 | fs/ntfs: drop useless return value of submit_bh from ntfs_submit_bh_for_read | Ritesh Harjani (IBM) |
2022-09-11 | ntfs: check overflow when iterating ATTR_RECORDs | Hawkins Jiawei |
2022-09-11 | ntfs: fix out-of-bounds read in ntfs_attr_find() | Hawkins Jiawei |
2022-09-11 | ntfs: fix use-after-free in ntfs_attr_find() | Hawkins Jiawei |
2022-09-11 | ntfs: fix BUG_ON in ntfs_lookup_inode_by_name() | ChenXiaoSong |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) |
2022-07-18 | ntfs: fix use-after-free in ntfs_ucsncmp() | ChenXiaoSong |
2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche |
2022-06-29 | ntfs: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-06-29 | ntfs: Remove check for PageError | Matthew Wilcox (Oracle) |
2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-05-19 | fs/ntfs: remove redundant variable idx | Colin Ian King |
2022-05-09 | ntfs: Convert ntfs to read_folio | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) |
2022-04-01 | ntfs: Correct mark_ntfs_record_dirty() folio conversion | Matthew Wilcox (Oracle) |