index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-10
fscrypto: require write access to mount to set encryption policy
Eric Biggers
1
-8
/
+1
2016-08-19
f2fs: avoid potential deadlock in f2fs_move_file_range
Chao Yu
1
-2
/
+7
2016-08-19
f2fs: allow copying file range only in between regular files
Chao Yu
1
-2
/
+2
2016-08-19
Revert "f2fs: move i_size_write in f2fs_write_end"
Chao Yu
1
-1
/
+1
2016-08-19
Revert "f2fs: use percpu_rw_semaphore"
Jaegeuk Kim
3
-35
/
+30
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+4
2016-08-04
f2fs: drop bio->bi_rw manual assignment
Jens Axboe
1
-1
/
+0
2016-07-30
qstr: constify instances in f2fs
Al Viro
2
-4
/
+4
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2016-07-27
Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
21
-749
/
+1381
2016-07-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2016-07-26
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
1
-1
/
+2
2016-07-25
f2fs: clean up coding style and redundancy
Jaegeuk Kim
2
-3
/
+3
2016-07-22
f2fs: get victim segment again after new cp
Yunlei He
1
-2
/
+5
2016-07-20
block: get rid of bio_rw and READA
Christoph Hellwig
3
-3
/
+4
2016-07-20
f2fs: handle error case with f2fs_bug_on
Jaegeuk Kim
1
-0
/
+2
2016-07-20
f2fs: avoid data race when deciding checkpoin in f2fs_sync_file
Jaegeuk Kim
1
-2
/
+11
2016-07-20
f2fs: support an ioctl to move a range of data blocks
Jaegeuk Kim
2
-0
/
+141
2016-07-20
f2fs: fix to report error number of f2fs_find_entry
Chao Yu
4
-19
/
+46
2016-07-18
f2fs: avoid memory allocation failure due to a long length
Jaegeuk Kim
1
-18
/
+28
2016-07-15
f2fs: reset default idle interval value
Chao Yu
1
-1
/
+1
2016-07-15
f2fs: use blk_plug in all the possible paths
Jaegeuk Kim
6
-2
/
+29
2016-07-15
f2fs: fix to avoid data update racing between GC and DIO
Chao Yu
4
-1
/
+28
2016-07-15
f2fs: add maximum prefree segments
Jaegeuk Kim
2
-0
/
+4
2016-07-15
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
3
-0
/
+19
2016-07-15
f2fs: refactor __exchange_data_block for speed up
Jaegeuk Kim
2
-66
/
+171
2016-07-15
f2fs: fix ERR_PTR returned by bio
Jaegeuk Kim
1
-1
/
+3
2016-07-08
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
10
-44
/
+62
2016-07-08
f2fs: move i_size_write in f2fs_write_end
Jaegeuk Kim
1
-1
/
+1
2016-07-08
f2fs: fix to avoid redundant discard during fstrim
Chao Yu
1
-2
/
+3
2016-07-08
f2fs: avoid mismatching block range for discard
Yunlei He
1
-0
/
+4
2016-07-08
f2fs: fix incorrect f_bfree calculation in ->statfs
Chao Yu
1
-1
/
+1
2016-07-08
f2fs: use percpu_rw_semaphore
Jaegeuk Kim
3
-30
/
+35
2016-07-08
f2fs: skip to check the block address of node page
Jaegeuk Kim
1
-3
/
+3
2016-07-08
f2fs: shrink critical region in spin_lock
Jaegeuk Kim
1
-15
/
+8
2016-07-08
f2fs: call SetPageUptodate if needed
Jaegeuk Kim
5
-15
/
+30
2016-07-08
f2fs: introduce f2fs_set_page_dirty_nobuffer
Jaegeuk Kim
4
-3
/
+35
2016-07-08
f2fs: remove unnecessary goto statement
Tiezhu Yang
1
-2
/
+2
2016-07-08
f2fs: add nodiscard mount option
Chao Yu
1
-0
/
+4
2016-07-08
f2fs: fix to redirty page if fail to gc data page
Chao Yu
1
-1
/
+12
2016-07-08
f2fs: fix to detect truncation prior rather than EIO during read
Chao Yu
3
-13
/
+13
2016-07-08
f2fs: fix to avoid reading out encrypted data in page cache
Chao Yu
1
-43
/
+47
2016-07-06
f2fs: avoid latency-critical readahead of node pages
Jaegeuk Kim
2
-2
/
+2
2016-07-06
f2fs: avoid writing node/metapages during writes
Jaegeuk Kim
1
-3
/
+3
2016-07-06
f2fs: produce more nids and reduce readahead nats
Jaegeuk Kim
6
-8
/
+18
2016-07-06
f2fs: detect host-managed SMR by feature flag
Jaegeuk Kim
4
-8
/
+35
2016-07-06
f2fs: call update_inode_page for orphan inodes
Jaegeuk Kim
6
-25
/
+9
2016-07-06
f2fs: report error for f2fs_parent_dir
Jaegeuk Kim
1
-6
/
+9
2016-06-15
f2fs: find parent dentry correctly
Sheng Yong
3
-35
/
+2
2016-06-13
f2fs: fix deadlock in add_link failure
Jaegeuk Kim
1
-3
/
+0
[next]