index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
ext4: use pre-allocated es in __es_remove_extent()
Baokun Li
1
-13
/
+13
2023-06-26
ext4: use pre-allocated es in __es_insert_extent()
Baokun Li
1
-7
/
+12
2023-06-26
ext4: factor out __es_alloc_extent() and __es_free_extent()
Baokun Li
1
-11
/
+19
2023-06-26
ext4: add a new helper to check if es must be kept
Baokun Li
1
-13
/
+21
2023-06-26
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2
-10
/
+8
2023-06-26
ext4: Give symbolic names to mballoc criterias
Ojaswin Mujoo
4
-134
/
+198
2023-06-26
ext4: Add allocation criteria 1.5 (CR1_5)
Ojaswin Mujoo
4
-10
/
+148
2023-06-26
ext4: Abstract out logic to search average fragment list
Ojaswin Mujoo
1
-18
/
+33
2023-06-26
ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
Ojaswin Mujoo
2
-11
/
+4
2023-06-26
ext4: Don't skip prefetching BLOCK_UNINIT groups
Ojaswin Mujoo
1
-6
/
+2
2023-06-26
ext4: Avoid scanning smaller extents in BG during CR1
Ojaswin Mujoo
1
-1
/
+18
2023-06-26
ext4: Add counter to track successful allocation of goal length
Ojaswin Mujoo
2
-0
/
+4
2023-06-26
ext4: Add per CR extent scanned counter
Ojaswin Mujoo
3
-0
/
+14
2023-06-26
ext4: Convert mballoc cr (criteria) to enum
Ojaswin Mujoo
2
-51
/
+68
2023-06-26
ext4: Remove unused extern variables declaration
Ritesh Harjani
2
-3
/
+1
2023-06-26
ext4: mballoc: Remove useless setting of ac_criteria
Ritesh Harjani
1
-2
/
+4
2023-06-26
ext4: fix wrong unit use in ext4_mb_new_blocks
Kemeng Shi
1
-1
/
+1
2023-06-26
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
1
-2
/
+2
2023-06-26
ext4: remove unused parameter from ext4_mb_new_blocks_simple()
Kemeng Shi
1
-70
/
+67
2023-06-26
ext4: get block from bh in ext4_free_blocks for fast commit replay
Kemeng Shi
1
-6
/
+7
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
3
-17
/
+35
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+12
2023-06-26
Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-15
/
+2
2023-06-23
ext4: Fix warning in blkdev_put()
Jan Kara
1
-1
/
+1
2023-06-19
buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-06-15
ext4: try all groups in ext4_mb_new_blocks_simple
Kemeng Shi
1
-3
/
+6
2023-06-15
ext4: remove ext4_block_group and ext4_block_group_offset declaration
Kemeng Shi
1
-4
/
+0
2023-06-15
ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
Kemeng Shi
1
-1
/
+33
2023-06-15
ext4: treat stripe in block unit
Kemeng Shi
2
-7
/
+24
2023-06-15
ext4: fix wrong unit use in ext4_mb_find_by_goal
Kemeng Shi
1
-2
/
+1
2023-06-15
ext4: fix unit mismatch in ext4_mb_new_blocks_simple
Kemeng Shi
1
-2
/
+4
2023-06-15
ext4: fix wrong unit use in ext4_mb_normalize_request
Kemeng Shi
1
-1
/
+1
2023-06-15
ext4: Call fsverity_verify_folio()
Matthew Wilcox
1
-1
/
+1
2023-06-15
ext4: Make ext4_write_inline_data_end() use folio
Ritesh Harjani
3
-15
/
+17
2023-06-15
ext4: Make mpage_journal_page_buffers use folio
Ritesh Harjani
1
-15
/
+13
2023-06-15
ext4: Change remaining tracepoints to use folio
Ritesh Harjani
1
-3
/
+4
2023-06-15
ext4: kill unused function ext4_journalled_write_inline_data
Ritesh Harjani
2
-28
/
+0
2023-06-14
ext4: drop the call to ext4_error() from ext4_get_group_info()
Fabio M. De Francesco
1
-10
/
+8
2023-06-14
Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"
Kemeng Shi
1
-1
/
+4
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-8
/
+3
2023-06-09
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
1
-6
/
+3
2023-06-09
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-2
/
+0
2023-06-08
ext4: only check dquot_initialize_needed() when debugging
Theodore Ts'o
1
-2
/
+4
2023-06-08
Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
Theodore Ts'o
1
-5
/
+1
2023-06-05
ext4: wire up the ->mark_dead holder operation for log devices
Christoph Hellwig
1
-1
/
+10
2023-06-05
ext4: wire up sops->shutdown
Christoph Hellwig
1
-0
/
+6
2023-06-05
ext4: split ext4_shutdown
Christoph Hellwig
2
-9
/
+16
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+2
2023-06-02
Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"
Ojaswin Mujoo
1
-1
/
+15
[prev]
[next]