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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
5
-17
/
+24
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
acl: handle idmapped mounts
Christian Brauner
3
-4
/
+8
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-4
/
+6
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
3
-9
/
+9
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
21
-361
/
+853
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-28
/
+10
2020-12-10
f2fs: compress: fix compression chksum
Chao Yu
2
-2
/
+1
2020-12-10
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Chao Yu
1
-5
/
+4
2020-12-08
f2fs: fix race of pending_pages in decompression
Daeho Jeong
3
-13
/
+48
2020-12-08
f2fs: fix to account inline xattr correctly during recovery
Chao Yu
1
-2
/
+8
2020-12-08
f2fs: inline: fix wrong inline inode stat
Jack Qiu
1
-0
/
+2
2020-12-08
f2fs: inline: correct comment in f2fs_recover_inline_data
Jack Qiu
1
-1
/
+1
2020-12-08
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
1
-7
/
+0
2020-12-08
f2fs: convert to F2FS_*_INO macro
Yangtao Li
1
-3
/
+3
2020-12-07
f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size
Jaegeuk Kim
3
-0
/
+6
2020-12-07
f2fs: don't allow any writes on readonly mount
Jaegeuk Kim
1
-1
/
+2
2020-12-03
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
6
-24
/
+36
2020-12-03
f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
Daeho Jeong
1
-0
/
+185
2020-12-03
f2fs: add compress_mode mount option
Daeho Jeong
5
-3
/
+56
2020-12-02
f2fs: Remove unnecessary unlikely()
Yangtao Li
1
-3
/
+1
2020-12-02
f2fs: init dirty_secmap incorrectly
Jack Qiu
1
-1
/
+1
2020-12-02
f2fs: remove buffer_head which has 32bits limit
Jaegeuk Kim
1
-42
/
+34
2020-12-02
f2fs: fix wrong block count instead of bytes
Jaegeuk Kim
1
-2
/
+2
2020-12-02
f2fs: use new conversion functions between blks and bytes
Jaegeuk Kim
1
-25
/
+21
2020-12-02
f2fs: rename logical_to_blk and blk_to_logical
Jaegeuk Kim
1
-20
/
+20
2020-12-02
f2fs: fix kbytes written stat for multi-device case
Chao Yu
4
-16
/
+27
2020-12-02
f2fs: compress: support chksum
Chao Yu
4
-2
/
+49
2020-12-02
f2fs: fix to avoid REQ_TIME and CP_TIME collision
Chao Yu
2
-26
/
+40
2020-12-02
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
5
-10
/
+10
2020-12-02
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
6
-33
/
+106
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
4
-11
/
+1
2020-12-02
f2fs: Remove the redundancy initialization
Zhang Qilong
2
-2
/
+2
2020-12-02
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
1
-1
/
+0
2020-12-02
f2fs: fix double free of unicode map
Hyeongseok Kim
1
-0
/
+1
2020-12-02
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
1
-33
/
+104
2020-12-02
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
1
-6
/
+0
2020-12-02
f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Daeho Jeong
1
-0
/
+54
2020-12-02
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
1
-1
/
+1
2020-12-02
f2fs: remove f2fs_dir_open()
Eric Biggers
1
-8
/
+0
2020-12-01
f2fs: remove a few bd_part checks
Christoph Hellwig
2
-13
/
+1
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
2
-5
/
+3
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+1
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
1
-9
/
+5
2020-11-24
f2fs: prevent creating duplicate encrypted filenames
Eric Biggers
1
-0
/
+2
2020-11-02
f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
Daeho Jeong
1
-0
/
+30
2020-11-02
f2fs: move ioctl interface definitions to separated file
Chao Yu
2
-79
/
+1
2020-11-02
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
1
-3
/
+8
2020-11-02
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
1
-1
/
+1
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
[next]