index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ecryptfs: Convert ecryptfs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-5
/
+6
*
cramfs: Convert cramfs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
2
-7
/
+8
*
coda: Convert coda to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+4
*
cifs: Convert cifs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-6
/
+7
*
btrfs: Convert btrfs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
7
-13
/
+15
*
befs: Convert befs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-3
/
+4
*
afs: Convert afs_symlink_readpage to afs_symlink_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-8
/
+7
*
affs: Convert affs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
2
-4
/
+6
*
fs: Convert simple_readpage to simple_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-7
/
+7
*
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
2022-05-09
13
-46
/
+48
*
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
2022-05-09
22
-97
/
+104
*
fs: Convert iomap_readpage to iomap_read_folio
Matthew Wilcox (Oracle)
2022-05-09
5
-18
/
+17
*
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
2022-05-09
4
-11
/
+10
*
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
2022-05-09
3
-3
/
+6
*
buffer: Rewrite nobh_truncate_page() to use folios
Matthew Wilcox (Oracle)
2022-05-08
1
-37
/
+27
*
mm/readahead: Convert page_cache_async_readahead to take a folio
Matthew Wilcox (Oracle)
2022-05-08
3
-18
/
+19
*
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
2022-05-08
2
-20
/
+17
*
f2fs: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+5
*
ext4: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+5
*
hfsplus: Call hfsplus_write_begin() and generic_write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
3
-7
/
+8
*
hfs: Call hfs_write_begin() and generic_write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
3
-6
/
+7
*
ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+2
*
ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
3
-10
/
+12
*
namei: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
1
-3
/
+3
*
buffer: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
2022-05-08
1
-6
/
+8
*
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
37
-55
/
+49
*
fs: Remove aop flags parameter from nobh_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
3
-5
/
+3
*
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
18
-26
/
+26
*
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
8
-8
/
+8
*
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
11
-20
/
+14
*
fs: Remove aop_flags parameter from netfs_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
4
-5
/
+5
*
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
2022-05-08
1
-5
/
+1
*
ext4: Use scoped memory APIs in ext4_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
3
-13
/
+11
*
ext4: Use scoped memory APIs in ext4_da_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
3
-11
/
+9
*
ext4: Use scoped memory API in mext_page_double_lock()
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+9
*
ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
Matthew Wilcox (Oracle)
2022-05-08
1
-3
/
+1
*
f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+8
*
namei: Convert page_symlink() to use memalloc_nofs_save()
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+7
*
namei: Merge page_symlink() and __page_symlink()
Matthew Wilcox (Oracle)
2022-05-08
1
-11
/
+2
*
ext4: Use page_symlink() instead of __page_symlink()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+6
*
Merge tag 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-07
1
-1
/
+6
|
\
|
*
io_uring: assign non-fixed early for async work
Jens Axboe
2022-05-02
1
-1
/
+6
*
|
Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-05-06
4
-34
/
+53
|
\
\
|
*
|
btrfs: sysfs: export the balance paused state of exclusive operation
David Sterba
2022-05-05
1
-0
/
+3
|
*
|
btrfs: fix assertion failure when logging directory key range item
Filipe Manana
2022-05-05
1
-14
/
+25
|
*
|
btrfs: zoned: activate block group properly on unlimited active zone device
Naohiro Aota
2022-05-05
1
-14
/
+8
|
*
|
btrfs: zoned: move non-changing condition check out of the loop
Naohiro Aota
2022-05-05
1
-6
/
+6
|
*
|
btrfs: force v2 space cache usage for subpage mount
Qu Wenruo
2022-05-05
1
-0
/
+11
*
|
|
Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-05-06
1
-1
/
+11
|
\
\
\
|
*
|
|
NFSv4: Don't invalidate inode attributes on delegation return
Trond Myklebust
2022-04-26
1
-1
/
+11
[next]