index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
io_uring: don't clear req->kbuf when buffer selection is done
Jens Axboe
1
-2
/
+0
2022-05-09
io_uring: eliminate the need to track provided buffer ID separately
Jens Axboe
1
-6
/
+10
2022-05-09
io_uring: move provided buffer state closer to submit state
Jens Axboe
1
-3
/
+5
2022-05-09
io_uring: move provided and fixed buffers into the same io_kiocb area
Jens Axboe
1
-4
/
+8
2022-05-09
io_uring: abstract out provided buffer list selection
Jens Axboe
1
-11
/
+23
2022-05-09
io_uring: never call io_buffer_select() for a buffer re-select
Jens Axboe
1
-12
/
+17
2022-05-09
io_uring: get rid of hashed provided buffer groups
Jens Axboe
1
-39
/
+58
2022-05-09
io_uring: always use req->buf_index for the provided buffer group
Jens Axboe
1
-13
/
+13
2022-05-09
io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
Jens Axboe
1
-4
/
+0
2022-05-09
io_uring: kill io_rw_buffer_select() wrapper
Jens Axboe
1
-10
/
+5
2022-05-09
io_uring: make io_buffer_select() return the user address directly
Jens Axboe
1
-26
/
+20
2022-05-09
fanotify: do not allow setting dirent events in mask of non-dir
Amir Goldstein
1
-0
/
+13
2022-05-09
xfs: Skip flip flags for delayed attrs
Allison Henderson
2
-22
/
+35
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
4
-1
/
+378
2022-05-08
iomap: iomap_write_end cleanup
Andreas Gruenbacher
1
-1
/
+1
2022-05-08
iomap: iomap_write_failed fix
Andreas Gruenbacher
1
-1
/
+2
2022-05-08
buffer: Rewrite nobh_truncate_page() to use folios
Matthew Wilcox (Oracle)
1
-37
/
+27
2022-05-08
mm/readahead: Convert page_cache_async_readahead to take a folio
Matthew Wilcox (Oracle)
3
-18
/
+19
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
2
-20
/
+17
2022-05-08
f2fs: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-05-08
ext4: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-05-08
hfsplus: Call hfsplus_write_begin() and generic_write_end() directly
Matthew Wilcox (Oracle)
3
-7
/
+8
2022-05-08
hfs: Call hfs_write_begin() and generic_write_end() directly
Matthew Wilcox (Oracle)
3
-6
/
+7
2022-05-08
ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()
Matthew Wilcox (Oracle)
1
-4
/
+2
2022-05-08
ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
Matthew Wilcox (Oracle)
3
-10
/
+12
2022-05-08
namei: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-08
buffer: Call aops write_begin() and write_end() directly
Matthew Wilcox (Oracle)
1
-6
/
+8
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
37
-55
/
+49
2022-05-08
fs: Remove aop flags parameter from nobh_write_begin()
Matthew Wilcox (Oracle)
3
-5
/
+3
2022-05-08
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
18
-26
/
+26
2022-05-08
fs: Remove aop flags parameter from cont_write_begin()
Matthew Wilcox (Oracle)
8
-8
/
+8
2022-05-08
fs: Remove aop flags parameter from block_write_begin()
Matthew Wilcox (Oracle)
11
-20
/
+14
2022-05-08
fs: Remove aop_flags parameter from netfs_write_begin()
Matthew Wilcox (Oracle)
4
-5
/
+5
2022-05-08
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
1
-5
/
+1
2022-05-08
ext4: Use scoped memory APIs in ext4_write_begin()
Matthew Wilcox (Oracle)
3
-13
/
+11
2022-05-08
ext4: Use scoped memory APIs in ext4_da_write_begin()
Matthew Wilcox (Oracle)
3
-11
/
+9
2022-05-08
ext4: Use scoped memory API in mext_page_double_lock()
Matthew Wilcox (Oracle)
1
-4
/
+9
2022-05-08
ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
Matthew Wilcox (Oracle)
1
-3
/
+1
2022-05-08
f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs
Matthew Wilcox (Oracle)
1
-1
/
+8
2022-05-08
namei: Convert page_symlink() to use memalloc_nofs_save()
Matthew Wilcox (Oracle)
1
-4
/
+7
2022-05-08
namei: Merge page_symlink() and __page_symlink()
Matthew Wilcox (Oracle)
1
-11
/
+2
2022-05-08
ext4: Use page_symlink() instead of __page_symlink()
Matthew Wilcox (Oracle)
1
-1
/
+6
2022-05-07
Merge tag 'io_uring-5.18-2022-05-06' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+6
2022-05-07
fork: Stop allowing kthreads to call execve
Eric W. Biederman
1
-3
/
+3
2022-05-06
Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
4
-34
/
+53
2022-05-06
f2fs: give priority to select unpinned section for foreground GC
Chao Yu
3
-14
/
+82
2022-05-06
f2fs: fix to do sanity check on total_data_blocks
Chao Yu
3
-13
/
+25
2022-05-06
Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+11
2022-05-06
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
1
-2
/
+4
2022-05-06
f2fs: fix deadloop in foreground GC
Chao Yu
1
-12
/
+20
[prev]
[next]