Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4ddc1b28aac57a90c6426d55e0dea3c1b5eb4782
4ddc1b2
f2fs: fix to restrict mount condition when without CONFIG_QUOTA
by Chao Yu
· 6 years ago
00960c2cd
f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled
by Sheng Yong
· 6 years ago
76cf05d
f2fs: quota: fix incorrect comments
by Sheng Yong
· 6 years ago
955ac6e
f2fs: quota: decrease the lock granularity of statfs_project
by Sheng Yong
· 6 years ago
970e348
f2fs: add proc entry to show victim_secmap bitmap
by Yunlong Song
· 6 years ago
fd8c8ca
f2fs: let checkpoint flush dnode page of regular
by Chao Yu
· 6 years ago
ad6672b
f2fs: issue discard align to section in LFS mode
by Yunlong Song
· 6 years ago
455e3a5
f2fs: don't allow any writes on aborted atomic writes
by Jaegeuk Kim
· 6 years ago
797c1cb
f2fs: restrict setting up inode.i_advise
by Chao Yu
· 6 years ago
e6b0b15
f2fs: fix wrong kernel message when recover fsync data on ro fs
by Yunlei He
· 6 years ago
059c064
f2fs: clean up ioctl interface naming
by Chao Yu
· 7 years ago
2079f11
f2fs: clean up with f2fs_is_{atomic,volatile}_file()
by Chao Yu
· 7 years ago
5b72d5e
f2fs: clean up with f2fs_encrypted_inode()
by Chao Yu
· 7 years ago
80551d1
f2fs: clean up with get_current_nat_page
by Chao Yu
· 7 years ago
6122003
f2fs: kill EXT_TREE_VEC_SIZE
by Chao Yu
· 7 years ago
5d3ce4f
f2fs: avoid duplicated permission check for "trusted." xattrs
by Hyunchul Lee
· 6 years ago
7735730
f2fs: fix to propagate error from __get_meta_page()
by Chao Yu
· 7 years ago
18dd647
f2fs: fix to do sanity check with i_extra_isize
by Chao Yu
· 7 years ago
66415ce
f2fs: blk_finish_plug of submit_bio in lfs mode
by Yunlong Song
· 7 years ago
3611ce9
f2fs: do not set free of current section
by Yunlong Song
· 7 years ago
36b877a
f2fs: Keep alloc_valid_block_count in sync
by Daniel Rosenberg
· 7 years ago
20ee438
f2fs: issue small discard by LBA order
by Chao Yu
· 7 years ago
522d171
f2fs: stop issuing discard immediately if there is queued IO
by Chao Yu
· 7 years ago
4c6b56c
f2fs: clean up with IS_INODE()
by Chao Yu
· 7 years ago
2482c43
f2fs: detect bug_on in f2fs_wait_discard_bios
by Chao Yu
· 7 years ago
cb15d1e
f2fs: fix defined but not used build warnings
by Randy Dunlap
· 7 years ago
a39e5365
f2fs: enable real-time discard by default
by Chao Yu
· 7 years ago
82902c0
f2fs: fix to detect looped node chain correctly
by Chao Yu
· 7 years ago
c9b6078
f2fs: fix to do sanity check with block address in main area
by Chao Yu
· 6 years ago
10d255c
f2fs: fix to skip GC if type in SSA and SIT is inconsistent
by Chao Yu
· 7 years ago
4b270a8
f2fs: try grabbing node page lock aggressively in sync scenario
by Chao Yu
· 7 years ago
dc13280
f2fs: show the fsync_mode=nobarrier mount option
by Sahitya Tummala
· 7 years ago
68c43a2
f2fs: check the right return value of memory alloc function
by Yunlei He
· 7 years ago
b138547
f2fs: Replace strncpy with memcpy
by Guenter Roeck
· 7 years ago
2d3a585
f2fs: avoid the global name 'fault_name'
by Gao Xiang
· 7 years ago
4dbe38d
f2fs: fix to do sanity check with reserved blkaddr of inline inode
by Chao Yu
· 7 years ago
e34438c
f2fs: fix to do sanity check with node footer and iblocks
by Chao Yu
· 7 years ago
e15d54d
f2fs: Allocate and stat mem used by free nid bitmap more accurately
by Yunlei He
· 7 years ago
9dc956b
f2fs: fix to do sanity check with user_block_count
by Chao Yu
· 7 years ago
76d56d4
f2fs: fix to do sanity check with extra_attr feature
by Chao Yu
· 7 years ago
01f9cf6
f2fs: fix to correct return value of f2fs_trim_fs
by Chao Yu
· 7 years ago
c77ec61
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
by Chao Yu
· 7 years ago
42bf546
f2fs: fix to do sanity check with secs_per_zone
by Chao Yu
· 7 years ago
67fce70
f2fs: disable f2fs_check_rb_tree_consistence
by Chao Yu
· 7 years ago
e1da787
f2fs: introduce and spread verify_blkaddr
by Chao Yu
· 7 years ago
24b81df
f2fs: use timespec64 for inode timestamps
by Arnd Bergmann
· 7 years ago
6aead16
f2fs: fix to wait on page writeback before updating page
by Chao Yu
· 7 years ago
e2e5941
f2fs: assign REQ_RAHEAD to bio for ->readpages
by Jaegeuk Kim
· 7 years ago
2a63531
f2fs: fix a hungtask problem caused by congestion_wait
by Yunlei He
· 7 years ago
2a96d8a
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
by Dan Carpenter
· 7 years ago
5a61549
f2fs: don't issue discard commands in online discard is on
by Jaegeuk Kim
· 7 years ago
e237401
f2fs: fix to propagate return value of scan_nat_page()
by Chao Yu
· 7 years ago
54c55c4
f2fs: support in-memory inode checksum when checking consistency
by Weichao Guo
· 7 years ago
4e42383
f2fs: fix error path of fill_super
by Chao Yu
· 7 years ago
4cac90d
f2fs: relocate readdir_ra configure initialization
by Chao Yu
· 7 years ago
0aa7e0f
f2fs: move s_res{u,g}id initialization to default_options()
by Chao Yu
· 7 years ago
76a45e3
f2fs: don't acquire orphan ino during recovery
by Chao Yu
· 7 years ago
a1933c0
f2fs: avoid potential deadlock in f2fs_sbi_store
by Jaegeuk Kim
· 7 years ago
83a3bfd
f2fs: indicate shutdown f2fs to allow unmount successfully
by Jaegeuk Kim
· 7 years ago
af697c0
f2fs: keep meta pages in cp_error state
by Jaegeuk Kim
· 7 years ago
1cb50f8
f2fs: do checkpoint in kill_sb
by Jaegeuk Kim
· 7 years ago
8a56dd9
f2fs: allow wrong configured dio to buffered write
by Jaegeuk Kim
· 7 years ago
7f2ecdd
f2fs: flush journal nat entries for nat_bits during unmount
by Jaegeuk Kim
· 7 years ago
b4d0562
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
c42c12a
Merge tag 'drm-fixes-2018-07-06' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 7 years ago
97f4e14
Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
c78d1f9
Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes
by Dave Airlie
· 7 years ago
c8440a7
Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 7 years ago
0581a5c
Merge tag 'drm-intel-fixes-2018-07-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 7 years ago
b771673
Merge tag 'drm-misc-fixes-2018-07-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 7 years ago
0fa3ecd
Fix up non-directory creation in SGID directories
by Linus Torvalds
· 7 years ago
d02d21e
autofs: rename 'autofs' module back to 'autofs4'
by Linus Torvalds
· 7 years ago
06c8563
Merge tag 'acpi-4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
90dc8b6
Merge tag 'pm-4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
b19b928
Merge tag 'riscv-for-linus-4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 7 years ago
760885f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 7 years ago
413ff0b
drm/amd/display: add a check for display depth validity
by Mikita Lipski
· 7 years ago
a6311be
drm/amd/display: adding ycbcr420 pixel encoding for hdmi
by Mikita Lipski
· 7 years ago
df95856
Merge branches 'acpi-tables' and 'acpica'
by Rafael J. Wysocki
· 7 years ago
88b9608
Merge branch 'pm-pci'
by Rafael J. Wysocki
· 7 years ago
99ec9e7
drm/udl: fix display corruption of the last line
by Mikulas Patocka
· 7 years ago
9a6a511
RISC-V: Fix the rv32i kernel build
by Palmer Dabbelt
· 7 years ago
1db9b80
RISC-V: Fix PTRACE_SETREGSET bug.
by Jim Wilson
· 7 years ago
8606544
RISC-V: Don't include irq-riscv-intc.h
by Palmer Dabbelt
· 7 years ago
f67f10b
riscv: remove unnecessary of_platform_populate call
by Rob Herring
· 7 years ago
781c8fe
RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocations
by Andreas Schwab
· 7 years ago
7df8500
RISC-V: Change variable type for 32-bit compatible
by Zong Li
· 7 years ago
c480d89
RISC-V: Add definiion of extract symbol's index and type for 32-bit
by Zong Li
· 7 years ago
8f79125
RISC-V: Select GENERIC_UCMPDI2 on RV32I
by Zong Li
· 7 years ago
d5fad48
RISC-V: Add conditional macro for zone of DMA32
by Zong Li
· 7 years ago
44f9a4b
drm/bridge/sii8620: Fix link mode selection
by Maciej Purski
· 7 years ago
fdddc65a
drm/bridge/sii8620: Fix display of packed pixel modes
by Maciej Purski
· 7 years ago
f013975
drm/bridge/sii8620: Send AVI infoframe in all MHL versions
by Maciej Purski
· 7 years ago
673b427
ACPI / battery: Safe unregistering of hooks
by Jouke Witteveen
· 7 years ago
c660f40
drm/amdgpu: fix user fence write race condition
by Nicolai Hähnle
· 7 years ago
9d6d99e
s390: wire up rseq system call
by Heiko Carstens
· 7 years ago
8bf9355
s390: wire up io_pgetevents system call
by Heiko Carstens
· 7 years ago
fc36def
mm: teach dump_page() to correctly output poisoned struct pages
by Pavel Tatashin
· 7 years ago
5e4e290
ARM: disable KCOV for trusted foundations code
by Arnd Bergmann
· 7 years ago
1e8e18f
kasan: fix shadow_size calculation error in kasan_module_alloc
by Zhen Lei
· 7 years ago
Next »