index
:
pub/scm/linux/kernel/git/peterz/queue.git
master
peterz's fork of tip.git
Peter Zijlstra
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-14
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-12
fs: add support for non-blocking timestamp updates
Christoph Hellwig
1
-0
/
+3
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
1
-13
/
+8
2026-01-12
fs: allow error returns from generic_update_time
Christoph Hellwig
1
-4
/
+2
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-07-31
Merge tag 'ubifs-for-linus-6.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+7
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+5
2025-07-24
ubifs: stop using write_cache_pages
Christoph Hellwig
1
-3
/
+7
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-3
/
+5
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
1
-5
/
+5
2025-03-21
ubifs: Pass folios to acomp
Herbert Xu
1
-49
/
+25
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-07-12
ubifs: Fix inconsistent inode size when powercut happens during appendant wri...
Zhihao Cheng
1
-1
/
+1
2024-02-25
ubifs: Convert populate_page() to take a folio
Matthew Wilcox (Oracle)
1
-20
/
+21
2024-02-25
ubifs: Use a folio in ubifs_do_bulk_read()
Matthew Wilcox (Oracle)
1
-7
/
+7
2024-02-25
ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()
Matthew Wilcox (Oracle)
1
-15
/
+13
2024-02-25
ubifs: Convert cancel_budget() to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2024-02-25
ubifs: Convert allocate_budget() to work on a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2024-02-25
ubifs: Convert do_readpage() to take a folio
Matthew Wilcox (Oracle)
1
-34
/
+30
2024-02-25
ubifs: Convert ubifs_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-20
/
+21
2024-02-25
ubifs: Convert ubifs_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-16
/
+16
2024-02-25
ubifs: Convert write_begin_slow() to use a folio
Matthew Wilcox (Oracle)
1
-22
/
+23
2024-02-25
ubifs: Convert ubifs_vm_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-18
/
+18
2024-02-25
ubifs: Convert do_writepage() to take a folio
Matthew Wilcox (Oracle)
1
-26
/
+30
2024-02-25
ubifs: Use a folio in do_truncation()
Matthew Wilcox (Oracle)
1
-12
/
+12
2024-02-25
ubifs: Convert ubifs_writepage to use a folio
Matthew Wilcox (Oracle)
1
-22
/
+17
2024-02-25
ubifs: Convert from writepage to writepages
Matthew Wilcox (Oracle)
1
-2
/
+10
2024-02-25
ubifs: Set page uptodate in the correct place
Matthew Wilcox (Oracle)
1
-9
/
+4
2024-01-06
ubifs: fix kernel-doc warnings
Randy Dunlap
1
-9
/
+21
2023-11-05
Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2023-10-28
ubifs: Fix some kernel-doc comments
Yang Li
1
-0
/
+3
2023-10-18
ubifs: convert to new timestamp accessors
Jeff Layton
1
-8
/
+8
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
1
-2
/
+1
2023-08-11
ubifs: have ubifs_update_time use inode_update_timestamps
Jeff Layton
1
-7
/
+1
2023-08-09
fs: drop the timespec64 arg from generic_update_time
Jeff Layton
1
-2
/
+4
2023-07-24
ubifs: convert to ctime accessor functions
Jeff Layton
1
-7
/
+9
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-03-01
Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+23
2023-02-02
ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process
Zhihao Cheng
1
-5
/
+14
2023-02-02
ubifs: ubifs_writepage: Mark page dirty after writing inode failed
Zhihao Cheng
1
-3
/
+9
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2022-08-02
ubifs: Convert to filemap_migrate_folio()
Matthew Wilcox (Oracle)
1
-27
/
+2
2022-05-09
ubifs: Convert to release_folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-05-09
ubifs: Convert ubifs to read_folio
Matthew Wilcox (Oracle)
1
-5
/
+7
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-4
/
+3
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
1
-2
/
+2
[next]