index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-18
f2fs: fix compressed file start atomic write may cause data corruption
Fengnan Chang
2
-2
/
+5
2022-03-17
f2fs: initialize sbi->gc_mode explicitly
Chao Yu
1
-0
/
+1
2022-03-17
nfsd: use correct format characters
Bill Wendling
1
-1
/
+1
2022-03-17
io_uring: manage provided buffers strictly ordered
Jens Axboe
1
-62
/
+92
2022-03-17
ocfs2: fix crash when initialize filecheck kobj fails
Joseph Qi
1
-11
/
+11
2022-03-17
f2fs: introduce gc_urgent_mid mode
Daeho Jeong
4
-1
/
+17
2022-03-17
f2fs: compress: fix to print raw data size in error path of lz4 decompression
Chao Yu
1
-3
/
+2
2022-03-17
f2fs: remove redundant parameter judgment
Wang Xiaojun
1
-2
/
+1
2022-03-17
f2fs: use spin_lock to avoid hang
Jaegeuk Kim
1
-7
/
+10
2022-03-17
erofs: rename ctime to mtime
David Anderson
2
-4
/
+5
2022-03-16
smb3: fix incorrect session setup check for multiuser mounts
Steve French
1
-1
/
+2
2022-03-16
io_uring: fold evfd signalling under a slower path
Pavel Begunkov
1
-26
/
+34
2022-03-16
io_uring: thin down io_commit_cqring()
Pavel Begunkov
1
-8
/
+15
2022-03-16
io_uring: shuffle io_eventfd_signal() bits around
Pavel Begunkov
1
-8
/
+5
2022-03-16
io_uring: remove extra barrier for non-sqpoll iopoll
Pavel Begunkov
1
-4
/
+1
2022-03-16
io_uring: fix provided buffer return on failure for kiocb_done()
Pavel Begunkov
1
-7
/
+3
2022-03-16
io_uring: extend provided buf return to fails
Pavel Begunkov
1
-1
/
+1
2022-03-16
io_uring: refactor timeout cancellation cqe posting
Pavel Begunkov
1
-4
/
+1
2022-03-16
io_uring: normilise naming for fill_cqe*
Pavel Begunkov
1
-8
/
+8
2022-03-16
io_uring: cache poll/double-poll state with a request flag
Jens Axboe
1
-5
/
+19
2022-03-16
io_uring: cache req->apoll->events in req->cflags
Jens Axboe
1
-12
/
+19
2022-03-16
io_uring: move req->poll_refs into previous struct hole
Jens Axboe
1
-3
/
+3
2022-03-16
fs: Remove aops ->set_page_dirty
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
7
-8
/
+8
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
27
-78
/
+69
2022-03-16
nilfs: Convert nilfs_set_page_dirty() to nilfs_dirty_folio()
Matthew Wilcox (Oracle)
1
-20
/
+18
2022-03-17
erofs: use meta buffers for inode lookup
Gao Xiang
1
-30
/
+24
2022-03-17
erofs: use meta buffers for reading directories
Gao Xiang
3
-18
/
+17
2022-03-17
fs: erofs: add sanity check for kobject in erofs_unregister_sysfs
Dongliang Mu
1
-3
/
+5
2022-03-17
erofs: refine managed inode stuffs
Gao Xiang
2
-6
/
+9
2022-03-17
erofs: clean up z_erofs_extent_lookback
Gao Xiang
1
-34
/
+33
2022-03-16
erofs: silence warnings related to impossible m_plen
Gao Xiang
1
-2
/
+2
2022-03-16
erofs: clean up preload_compressed_pages()
Gao Xiang
1
-8
/
+10
2022-03-16
erofs: get rid of `struct z_erofs_collector'
Gao Xiang
1
-86
/
+77
2022-03-16
erofs: use meta buffers for erofs_read_superblock()
Jeffle Xu
1
-8
/
+5
2022-03-15
ext4: fix kernel doc warnings
Theodore Ts'o
2
-3
/
+4
2022-03-15
ext4: add commit tid info in ext4_fc_commit_start/stop trace events
Ritesh Harjani
1
-2
/
+2
2022-03-15
ext4: add commit_tid info in jbd debug log
Ritesh Harjani
1
-6
/
+9
2022-03-15
ext4: add transaction tid info in fc_track events
Ritesh Harjani
1
-5
/
+5
2022-03-15
ext4: add new trace event in ext4_fc_cleanup
Ritesh Harjani
1
-0
/
+1
2022-03-15
ext4: return early for non-eligible fast_commit track events
Ritesh Harjani
2
-14
/
+60
2022-03-15
pstore: Don't use semaphores in always-atomic-context code
Jann Horn
1
-20
/
+18
2022-03-15
io_uring: recycle apoll_poll entries
Jens Axboe
1
-6
/
+37
2022-03-15
NFSD: prevent underflow in nfssvc_decode_writeargs()
Dan Carpenter
2
-2
/
+2
2022-03-15
ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-15
f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2022-03-15
f2fs: Convert f2fs_set_data_page_dirty to f2fs_dirty_data_folio
Matthew Wilcox (Oracle)
3
-20
/
+20
2022-03-15
f2fs: Convert f2fs_set_meta_page_dirty to f2fs_dirty_meta_folio
Matthew Wilcox (Oracle)
1
-12
/
+13
2022-03-15
afs: Convert afs_dir_set_page_dirty() to afs_dir_dirty_folio()
Matthew Wilcox (Oracle)
1
-2
/
+3
2022-03-15
btrfs: Convert extent_range_redirty_for_io() to use folios
Matthew Wilcox (Oracle)
1
-7
/
+7
[prev]
[next]