index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-03
btrfs: simplify check for zoned NODATASUM writes in btrfs_submit_chunk()
Zhen Ni
1
-2
/
+1
2026-02-03
btrfs: avoid transaction commit on error in insert_balance_item()
Filipe Manana
1
-4
/
+6
2026-02-03
btrfs: move unlikely checks around btrfs_is_shutdown() into the helper
Filipe Manana
5
-13
/
+13
2026-02-03
btrfs: tag as unlikely error conditions in the transaction commit path
Filipe Manana
1
-22
/
+22
2026-02-03
btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref...
Zhen Ni
1
-3
/
+1
2026-02-03
btrfs: refactor the main loop of cow_file_range()
Qu Wenruo
1
-103
/
+142
2026-02-03
btrfs: zoned: print block-group type for zoned statistics
Johannes Thumshirn
1
-2
/
+3
2026-02-03
btrfs: move space_info_flag_to_str() to space-info.h
Johannes Thumshirn
2
-17
/
+17
2026-02-03
btrfs: zoned: show statistics about zoned filesystems in mountstats
Johannes Thumshirn
3
-0
/
+75
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()
Filipe Manana
1
-3
/
+2
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()
Filipe Manana
1
-3
/
+3
2026-02-03
btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan item
Filipe Manana
1
-2
/
+2
2026-02-03
btrfs: don't call btrfs_handle_fs_error() after failure to join transaction
Filipe Manana
1
-2
/
+3
2026-02-03
btrfs: remove redundant path release in btrfs_find_orphan_roots()
Filipe Manana
1
-2
/
+0
2026-02-03
btrfs: use single return variable in btrfs_find_orphan_roots()
Filipe Manana
1
-22
/
+18
2026-02-03
btrfs: avoid transaction commit on error in del_balance_item()
Filipe Manana
1
-4
/
+6
2026-02-03
btrfs: update stale comment in __cow_file_range_inline()
Filipe Manana
1
-2
/
+2
2026-02-03
btrfs: remove duplicated root key setup in btrfs_create_tree()
Filipe Manana
1
-5
/
+1
2026-02-03
btrfs: zoned: re-flow prepare_allocation_zoned()
Johannes Thumshirn
1
-17
/
+24
2026-02-03
btrfs: shrink the size of btrfs_bio
Qu Wenruo
1
-7
/
+8
2026-02-03
btrfs: remove ASSERT compatibility for gcc < 8.x
David Sterba
1
-17
/
+0
2026-02-03
btrfs: pass level to _btrfs_printk() to avoid parsing level from string
David Sterba
2
-45
/
+30
2026-02-03
btrfs: simplify internal btrfs_printk helpers
David Sterba
1
-5
/
+13
2026-02-03
btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_group
Johannes Thumshirn
1
-4
/
+4
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
13
-63
/
+32
2026-02-03
btrfs: remove dead assignment in prepare_one_folio()
Massimiliano Pellizzer
1
-4
/
+2
2026-02-03
btrfs: replace for_each_set_bit() with for_each_set_bitmap()
Qu Wenruo
1
-10
/
+16
2026-02-03
btrfs: concentrate the error handling of submit_one_sector()
Qu Wenruo
1
-14
/
+15
2026-02-03
btrfs: search for larger extent maps inside btrfs_do_readpage()
Qu Wenruo
1
-1
/
+14
2026-02-03
btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helper
Qu Wenruo
4
-22
/
+23
2026-02-03
btrfs: enable direct IO for bs > ps cases
Qu Wenruo
1
-15
/
+2
2026-02-03
btrfs: switch to library APIs for checksums
Eric Biggers
10
-103
/
+137
2026-02-03
btrfs: zoned: don't zone append to conventional zone
Johannes Thumshirn
2
-10
/
+12
2026-02-03
btrfs: relax squota parent qgroup deletion rule
Boris Burkov
1
-15
/
+35
2026-02-03
btrfs: check squota parent usage on membership change
Boris Burkov
1
-0
/
+39
2026-02-03
btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
2
-38
/
+18
2026-02-03
btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
2
-14
/
+14
2026-02-03
btrfs: update comment for visit_node_for_delete()
Sun YangKai
1
-1
/
+0
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
1
-0
/
+1
2026-02-03
erofs: avoid some unnecessary #ifdefs
Ferry Meng
3
-24
/
+14
2026-02-03
erofs: handle end of filesystem properly for file-backed mounts
Gao Xiang
1
-12
/
+8
2026-02-03
erofs: separate plain and compressed filesystems formally
Gao Xiang
6
-42
/
+36
2026-02-03
erofs: use inode_set_cached_link()
Gao Xiang
1
-13
/
+21
2026-02-02
fs: consolidate fsverity_info lookup in buffer.c
Christoph Hellwig
1
-16
/
+11
2026-02-02
fsverity: push out fsverity_info lookup
Christoph Hellwig
6
-26
/
+42
2026-02-02
fsverity: deconstify the inode pointer in struct fsverity_info
Christoph Hellwig
3
-5
/
+6
2026-02-02
fsverity: kick off hash readahead at data I/O submission time
Christoph Hellwig
8
-66
/
+139
2026-02-02
ext4: move ->read_folio and ->readahead to readpage.c
Christoph Hellwig
3
-30
/
+31
2026-02-02
jfs: avoid -Wtautological-constant-out-of-range-compare warning
Arnd Bergmann
1
-2
/
+2
2026-02-02
readahead: push invalidate_lock out of page_cache_ra_unbounded
Christoph Hellwig
2
-2
/
+7
[prev]
[next]