Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
edc55aaf0d1712b54a3704dd58423c7e495534fe
edc55aa
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
by Jaegeuk Kim
· 6 years ago
4a1728c
f2fs: mark inode dirty explicitly in recover_inode()
by Chao Yu
· 6 years ago
5cd1f38
f2fs: fix to recover inode's crtime during POR
by Chao Yu
· 6 years ago
7de36cf
f2fs: fix to recover inode's i_gc_failures during POR
by Chao Yu
· 6 years ago
19c73a6
f2fs: fix to recover inode's i_flags during POR
by Chao Yu
· 6 years ago
f4474aa
f2fs: fix to recover inode's project id during POR
by Chao Yu
· 6 years ago
0a4daae
f2fs: update i_size after DIO completion
by Jaegeuk Kim
· 6 years ago
d83d0f5
f2fs: report ENOENT correctly in f2fs_rename
by Jaegeuk Kim
· 6 years ago
c6b1867
f2fs: fix remount problem of option io_bits
by Chengguang Xu
· 6 years ago
dc4cd12
f2fs: fix to recover inode's uid/gid during POR
by Chao Yu
· 6 years ago
f84262b
f2fs: avoid infinite loop in f2fs_alloc_nid
by Jaegeuk Kim
· 6 years ago
a7d10cf
f2fs: add new idle interval timing for discard and gc paths
by Sahitya Tummala
· 6 years ago
6f5c2ed
f2fs: split IO error injection according to RW
by Chao Yu
· 7 years ago
7c1a000
f2fs: add SPDX license identifiers
by Chao Yu
· 7 years ago
4cb037e
f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT_INJECTION
by Chengguang Xu
· 7 years ago
c8e9275
f2fs: fix setattr project check upon fssetxattr ioctl
by Wang Shilong
· 7 years ago
b430f72
f2fs: avoid sleeping under spin_lock
by Zhikang Zhang
· 7 years ago
e1293bd
f2fs: plug readahead IO in readdir()
by Chao Yu
· 7 years ago
042be0f
f2fs: fix to do sanity check with current segment number
by Chao Yu
· 7 years ago
4a70e25
f2fs: fix memory leak of percpu counter in fill_super()
by Chao Yu
· 7 years ago
0b2103e8
f2fs: fix memory leak of write_io in fill_super()
by Chao Yu
· 7 years ago
313ed62
f2fs: cache NULL when both default_acl and acl are NULL
by Chengguang Xu
· 7 years ago
1378752
f2fs: fix to flush all dirty inodes recovered in readonly fs
by Chao Yu
· 7 years ago
cda9cc5
f2fs: report error if quota off error during umount
by Yunlei He
· 7 years ago
5ce8058
f2fs: submit bio after shutdown
by Jaegeuk Kim
· 7 years ago
0ded69f
f2fs: avoid wrong decrypted data from disk
by Jaegeuk Kim
· 7 years ago
22d7ea1
Revert "f2fs: use printk_ratelimited for f2fs_msg"
by Chao Yu
· 7 years ago
abde73c
f2fs: fix unnecessary periodic wakeup of discard thread when dev is busy
by Sahitya Tummala
· 7 years ago
7d20c8a
f2fs: fix to avoid NULL pointer dereference on se->discard_map
by Chao Yu
· 7 years ago
1618e6e
f2fs: add additional sanity check in f2fs_acl_from_disk()
by Chengguang Xu
· 7 years ago
b36fdc6
Merge tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 7 years ago
f4697d9
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
d0c1db1
Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux
by Linus Torvalds
· 7 years ago
3350139
nds32: linker script: GCOV kernel may refers data in __exit
by Greentime Hu
· 7 years ago
0e9b103
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
ae98043
nilfs2: convert to SPDX license tags
by Ryusuke Konishi
· 7 years ago
36bdac1
drivers/dax/device.c: convert variable to vm_fault_t type
by Souptick Joarder
· 7 years ago
4c5d114
lib/Kconfig.debug: fix three typos in help text
by Thibaut Sautereau
· 7 years ago
c5967e9
checkpatch: add __ro_after_init to known $Attribute
by Joe Perches
· 7 years ago
62ec0d8
mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal
by Dave Jiang
· 7 years ago
8a2336e
uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
by Randy Dunlap
· 7 years ago
4e8346d
memory_hotplug: fix kernel_panic on offline page processing
by Mikhail Zaslonko
· 7 years ago
328b5f4
checkpatch: add optional static const to blank line declarations test
by Joe Perches
· 7 years ago
9c21dae
ipc/shm: properly return EIDRM in shm_lock()
by Davidlohr Bueso
· 7 years ago
464c7ff
mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.
by Aneesh Kumar K.V
· 7 years ago
04b8e94
mm/util.c: improve kvfree() kerneldoc
by Andrew Morton
· 7 years ago
7ab660f
tools/vm/page-types.c: fix "defined but not used" warning
by Naoya Horiguchi
· 7 years ago
9045065
tools/vm/slabinfo.c: fix sign-compare warning
by Naoya Horiguchi
· 7 years ago
b353756
kmemleak: always register debugfs file
by Vincent Whitchurch
· 7 years ago
1ed0cc5
mm: respect arch_dup_mmap() return value
by Nadav Amit
· 7 years ago
79cc810
mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().
by Tetsuo Handa
· 7 years ago
3100dab
mm: memcontrol: print proper OOM header when no eligible victim left
by Johannes Weiner
· 7 years ago
2861952
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
a33710b
net: phy: sfp: Handle unimplemented hwmon limits and alarms
by Andrew Lunn
· 7 years ago
84cb8eb
net: sched: action_ife: take reference to meta module
by Vlad Buslov
· 7 years ago
6d784f1
act_ife: fix a potential use-after-free
by Cong Wang
· 7 years ago
639505d
net/mlx5: Fix SQ offset in QPs with small RQ
by Tariq Toukan
· 7 years ago
ec86539
nds32: fix build error because of wrong semicolon
by Greentime Hu
· 7 years ago
0cde56e
nds32: Fix a kernel panic issue because of wrong frame pointer access.
by Greentime Hu
· 7 years ago
487c4b2
nds32: Only print one page of stack when die to prevent printing too much information.
by Greentime Hu
· 7 years ago
95f93ed
nds32: Add macro definition for offset of lp register on stack
by Zong Li
· 7 years ago
c5fdf7e
nds32: Remove the deprecated ABI implementation
by Zong Li
· 7 years ago
1e377ae
nds32/stack: Get real return address by using ftrace_graph_ret_addr
by Zong Li
· 7 years ago
95cd2f7
nds32/ftrace: Support dynamic function graph tracer
by Zong Li
· 7 years ago
6b1d6d2
nds32/ftrace: Support dynamic function tracer
by Zong Li
· 7 years ago
fbf58a5
nds32/ftrace: Add RECORD_MCOUNT support
by Zong Li
· 7 years ago
1e9b14c
nds32/ftrace: Support static function graph tracer
by Zong Li
· 7 years ago
a180825
nds32/ftrace: Support static function tracer
by Zong Li
· 7 years ago
487913a
nds32: Extract the checking and getting pointer to a macro
by Zong Li
· 7 years ago
7ef3954
nds32: Clean up the coding style
by Zong Li
· 7 years ago
6cce95a6
nds32: Fix get_user/put_user macro expand pointer problem
by Zong Li
· 7 years ago
c17df79
nds32: Fix empty call trace
by Zong Li
· 7 years ago
1944a50
nds32: add NULL entry to the end of_device_id array
by YueHaibing
· 7 years ago
1dfdf99
nds32: fix logic for module
by Greentime Hu
· 7 years ago
fc3e3bf
Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
a484ef3
tipc: correct spelling errors for tipc_topsrv_queue_evt() comments
by Zhenbo Gao
· 7 years ago
9cc1bf3
tipc: correct spelling errors for struct tipc_bc_base's comment
by Zhenbo Gao
· 7 years ago
a104d18
Merge branch 'bnxt_en-Bug-fixes'
by David S. Miller
· 7 years ago
00fe9c3
bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.
by Michael Chan
· 7 years ago
ad95c27
bnxt_en: Clean up unused functions.
by Michael Chan
· 7 years ago
6b95c3e
bnxt_en: Fix firmware signaled resource change logic in open.
by Michael Chan
· 7 years ago
6570aa1
Merge branch 'sctp-two-fixes-for-spp_ipv6_flowlabel-and-spp_dscp-sockopts'
by David S. Miller
· 7 years ago
741880e
sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel
by Xin Long
· 7 years ago
af8a2b8
sctp: fix invalid reference to the index variable of the iterator
by Xin Long
· 7 years ago
bf68066
net/ibm/emac: wrong emac_calc_base call was used by typo
by Ivan Mikhaylov
· 7 years ago
c10bbfa
net: sched: null actions array pointer before releasing action
by Vlad Buslov
· 7 years ago
c48300c
vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definition
by Gleb Fotengauer-Malinovskiy
· 7 years ago
9fd0e09
r8169: add support for NCube 8168 network card
by Anthony Wong
· 7 years ago
36feaac
ip6_tunnel: respect ttl inherit for ip6tnl
by Hangbin Liu
· 7 years ago
c6e57b3
mac80211: shorten the IBSS debug messages
by Emmanuel Grumbach
· 7 years ago
6c18b27
mac80211: don't Tx a deauth frame if the AP forbade Tx
by Emmanuel Grumbach
· 7 years ago
0007e94
mac80211: Fix station bandwidth setting after channel switch
by Ilan Peer
· 7 years ago
f3ffb6c
mac80211: fix a race between restart and CSA flows
by Emmanuel Grumbach
· 7 years ago
abd76d2
mac80211: fix WMM TXOP calculation
by Dreyfuss, Haim
· 7 years ago
8442938
cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()
by Dan Carpenter
· 7 years ago
66eb02d
mac80211: fix an off-by-one issue in A-MSDU max_subframe computation
by Lorenzo Bianconi
· 7 years ago
60c1f89
Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
59a03fe
uapi: Fix linux/rds.h userspace compilation errors.
by Vinson Lee
· 7 years ago
16fe10c
net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()
by Jia-Ju Bai
· 7 years ago
a80afe8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
Next »