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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
buffer: convert block_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+13
2023-06-19
buffer: make block_write_full_page() handle large folios correctly
Matthew Wilcox (Oracle)
1
-12
/
+10
2023-06-19
gfs2: support ludicrously large folios in gfs2_trans_add_databufs()
Matthew Wilcox (Oracle)
2
-4
/
+4
2023-06-19
buffer: convert __block_write_full_page() to __block_write_full_folio()
Matthew Wilcox (Oracle)
4
-31
/
+31
2023-06-19
gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()
Matthew Wilcox (Oracle)
1
-13
/
+13
2023-06-19
gfs2: pass a folio to __gfs2_jdata_write_folio()
Matthew Wilcox (Oracle)
1
-15
/
+16
2023-06-19
gfs2: use a folio inside gfs2_jdata_writepage()
Matthew Wilcox (Oracle)
1
-4
/
+5
2023-06-19
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
1
-20
/
+15
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
2
-17
/
+22
2023-06-19
mm/userfaultfd: retry if pte_offset_map() fails
Hugh Dickins
1
-5
/
+6
2023-06-19
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
1
-16
/
+16
2023-06-19
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-9
/
+1
2023-06-19
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
1
-1
/
+1
2023-06-19
nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
Ryusuke Konishi
1
-1
/
+9
2023-06-19
Revert "mm: shrinkers: convert shrinker_rwsem to mutex"
Qi Zheng
1
-1
/
+1
2023-06-19
nilfs2: fix buffer corruption due to concurrent device reads
Ryusuke Konishi
3
-1
/
+35
2023-06-19
btrfs: fix race between quota disable and relocation
Filipe Manana
1
-3
/
+15
2023-06-19
btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_roots
Filipe Manana
1
-0
/
+1
2023-06-19
btrfs: fix race when deleting free space root from the dirty cow roots list
Filipe Manana
1
-0
/
+3
2023-06-19
btrfs: fix race when deleting quota root from the dirty cow roots list
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: tracepoints: also show actual number of the outstanding extents
Naohiro Aota
1
-1
/
+1
2023-06-19
ovl: enable fsnotify events on underlying real files
Amir Goldstein
1
-2
/
+2
2023-06-19
fs: use backing_file container for internal files with "fake" f_path
Amir Goldstein
4
-18
/
+86
2023-06-19
fs: move kmem_cache_zalloc() into alloc_empty_file*() helpers
Amir Goldstein
1
-15
/
+26
2023-06-19
fs: use a helper for opening kernel internal files
Amir Goldstein
2
-2
/
+35
2023-06-19
fs: rename {vfs,kernel}_tmpfile_open()
Amir Goldstein
3
-16
/
+19
2023-06-19
btrfs: update i_version in update_dev_time
Jeff Layton
1
-1
/
+1
2023-06-19
btrfs: make btrfs_compressed_bioset static
Ben Dooks
1
-1
/
+1
2023-06-19
afs: Fix waiting for writeback then skipping folio
Vishal Moola (Oracle)
1
-2
/
+4
2023-06-19
afs: Fix dangling folio ref counts in writeback
Vishal Moola (Oracle)
1
-0
/
+1
2023-06-19
btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile
Matt Corallo
1
-1
/
+8
2023-06-19
btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workers
Qu Wenruo
2
-18
/
+2
2023-06-19
btrfs: scrub: remove scrub_ctx::csum_list member
Qu Wenruo
1
-14
/
+0
2023-06-19
btrfs: do not BUG_ON after failure to migrate space during truncation
Filipe Manana
1
-3
/
+18
2023-06-19
btrfs: do not BUG_ON on failure to get dir index for new snapshot
Filipe Manana
1
-1
/
+4
2023-06-19
btrfs: send: do not BUG_ON() on unexpected symlink data extent
Filipe Manana
1
-2
/
+14
2023-06-19
btrfs: do not BUG_ON() when dropping inode items from log root
Filipe Manana
1
-6
/
+6
2023-06-19
btrfs: replace BUG_ON() at split_item() with proper error handling
Filipe Manana
1
-1
/
+6
2023-06-19
btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()
Filipe Manana
2
-15
/
+41
2023-06-19
btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()
Filipe Manana
1
-19
/
+52
2023-06-19
btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()
Filipe Manana
1
-1
/
+6
2023-06-19
btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()
Filipe Manana
1
-2
/
+12
2023-06-19
btrfs: abort transaction at update_ref_for_cow() when ref count is zero
Filipe Manana
1
-3
/
+7
2023-06-19
btrfs: abort transaction at balance_level() when left child is missing
Filipe Manana
1
-3
/
+7
2023-06-19
btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...
Filipe Manana
1
-1
/
+0
2023-06-19
btrfs: rename enospc label to out at balance_level()
Filipe Manana
1
-12
/
+12
2023-06-19
btrfs: do not BUG_ON() on tree mod log failure at balance_level()
Filipe Manana
1
-3
/
+14
2023-06-19
btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
Filipe Manana
1
-2
/
+7
2023-06-19
btrfs: avoid tree mod log ENOMEM failures when we don't need to log
Filipe Manana
1
-34
/
+114
2023-06-19
btrfs: fix extent buffer leak after tree mod log failure at split_node()
Filipe Manana
1
-0
/
+2
[prev]
[next]