index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-10
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
1
-3
/
+3
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
[next]