index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
f2fs: use finish zone command when closing a zone
Daeho Jeong
1
-6
/
+13
2023-08-18
Revert "f2fs: do not issue small discard commands during checkpoint"
Chao Yu
1
-1
/
+1
2023-08-14
f2fs: fix to account cp stats correctly
Chao Yu
1
-1
/
+2
2023-08-14
f2fs: fix to account gc stats correctly
Chao Yu
1
-0
/
+1
2023-08-14
f2fs: check zone type before sending async reset zone command
Shin'ichiro Kawasaki
1
-11
/
+28
2023-08-14
f2fs: flush inode if atomic file is aborted
Jaegeuk Kim
1
-0
/
+2
2023-08-14
Revert "f2fs: clean up w/ sbi->log_sectors_per_block"
Jaegeuk Kim
1
-11
/
+12
2023-06-26
f2fs: do not issue small discard commands during checkpoint
Jaegeuk Kim
1
-1
/
+1
2023-06-26
f2fs: check zone write pointer points to the end of zone
Daeho Jeong
1
-2
/
+6
2023-06-12
f2fs: add async reset zone command support
Daejun Park
1
-3
/
+81
2023-06-12
f2fs: clean up w/ sbi->log_sectors_per_block
Chao Yu
1
-12
/
+11
2023-06-12
f2fs: close unused open zones while mounting
Daeho Jeong
1
-22
/
+31
2023-04-24
f2fs: allocate node blocks for atomic write block replacement
Daeho Jeong
1
-1
/
+1
2023-04-24
f2fs: remove power-of-two limitation of zoned device
Jaegeuk Kim
1
-1
/
+1
2023-04-18
f2fs: add has_enough_free_secs()
Yangtao Li
1
-21
/
+22
2023-04-13
f2fs: fix to check return value of inc_valid_block_count()
Chao Yu
1
-1
/
+7
2023-04-13
f2fs: fix passing relative address when discard zones
Daeho Jeong
1
-3
/
+2
2023-04-10
f2fs: remove struct victim_selection default_v_ops
Yangtao Li
1
-3
/
+2
2023-04-04
f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block
Jaegeuk Kim
1
-1
/
+1
2023-04-04
f2fs: fix align check for npo2
Yohan Joung
1
-2
/
+3
2023-03-29
f2fs: apply zone capacity to all zone type
Jaegeuk Kim
1
-61
/
+4
2023-03-29
f2fs: Fix discard bug on zoned block devices with 2MiB zone size
Yonggil Song
1
-1
/
+3
2023-03-29
f2fs: factor out discard_cmd usage from general rb_tree use
Jaegeuk Kim
1
-84
/
+165
2023-03-29
f2fs: factor out victim_entry usage from general rb_tree use
Jaegeuk Kim
1
-2
/
+2
2023-02-15
f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"
Jaegeuk Kim
1
-2
/
+7
2023-02-14
f2fs: synchronize atomic write aborts
Daeho Jeong
1
-3
/
+0
2023-02-07
f2fs: fix typos in comments
Jinyoung CHOI
1
-1
/
+1
2023-02-02
f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
Chao Yu
1
-3
/
+3
2023-02-02
f2fs: remove __has_curseg_space
Christoph Hellwig
1
-11
/
+8
2023-02-02
f2fs: refactor next blk selection
Christoph Hellwig
1
-25
/
+23
2023-02-02
f2fs: remove __allocate_new_section
Christoph Hellwig
1
-7
/
+1
2023-02-02
f2fs: refactor __allocate_new_segment
Christoph Hellwig
1
-9
/
+5
2023-02-02
f2fs: add a f2fs_curseg_valid_blocks helper
Christoph Hellwig
1
-17
/
+15
2023-01-31
f2fs: remove __add_sum_entry
Christoph Hellwig
1
-21
/
+2
2023-01-31
f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs...
Yangtao Li
1
-3
/
+10
2023-01-30
f2fs: clear atomic_write_task in f2fs_abort_atomic_write()
Chao Yu
1
-0
/
+3
2023-01-30
f2fs: introduce trace_f2fs_replace_atomic_write_block
Chao Yu
1
-0
/
+3
2023-01-30
f2fs: introduce discard_io_aware_gran sysfs node
Yangtao Li
1
-1
/
+2
2023-01-30
f2fs: add iostat support for flush
Yangtao Li
1
-0
/
+2
2023-01-11
f2fs: support accounting iostat count and avg_bytes
Yangtao Li
1
-1
/
+1
2023-01-11
f2fs: convert discard_wake and gc_wake to bool type
Yangtao Li
1
-1
/
+1
2023-01-11
f2fs: convert to use MIN_DISCARD_GRANULARITY macro
Yangtao Li
1
-3
/
+4
2023-01-11
f2fs: merge f2fs_show_injection_info() into time_to_inject()
Yangtao Li
1
-4
/
+1
2023-01-06
f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly()
Yuwei Guan
1
-14
/
+12
2023-01-06
f2fs: avoid to check PG_error flag
Chao Yu
1
-1
/
+0
2023-01-06
f2fs: introduce IS_F2FS_IPU_* macro
Yangtao Li
1
-2
/
+2
2023-01-03
f2fs: initialize extent_cache parameter
Jaegeuk Kim
1
-1
/
+1
2023-01-03
f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()
Chao Yu
1
-7
/
+4
2022-12-14
Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-81
/
+120
2022-12-12
f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...
Yangtao Li
1
-2
/
+4
[next]