Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
09c3a72bf111f089c2547f395e3dc7e6ef732145
09c3a72
f2fs: support plain user/group quota
by Chao Yu
· 7 years ago
0f4dc16
f2fs: avoid deadlock caused by lock order of page and lock_op
by Jaegeuk Kim
· 7 years ago
67295cd
f2fs: use spin_{,un}lock_irq{save,restore}
by Chao Yu
· 7 years ago
025258e
f2fs: relax migratepage for atomic written page
by Jaegeuk Kim
· 7 years ago
d9bfbbb
f2fs: don't count inode block in in-memory inode.i_blocks
by Chao Yu
· 7 years ago
6beac81
Revert "f2fs: fix to clean previous mount option when remount_fs"
by Chao Yu
· 7 years ago
c2e6901
f2fs: do not set LOST_PINO for renamed dir
by Sheng Yong
· 7 years ago
90e179d
f2fs: do not set LOST_PINO for newly created dir
by Sheng Yong
· 7 years ago
00cc7ed
f2fs: skip ->writepages for {mete,node}_inode during recovery
by Chao Yu
· 7 years ago
280fd0f
f2fs: introduce __check_sit_bitmap
by Chao Yu
· 7 years ago
d9d85cc
f2fs: stop gc/discard thread in prior during umount
by Chao Yu
· 7 years ago
026bd9d
f2fs: introduce reserved_blocks in sysfs
by Chao Yu
· 7 years ago
471cd23
f2fs: avoid redundant f2fs_flush after remount
by Yunlong Song
· 7 years ago
711acfd
f2fs: report # of free inodes more precisely
by Jaegeuk Kim
· 7 years ago
0bb5306
f2fs: add ioctl to do gc with target block address
by Jaegeuk Kim
· 7 years ago
231cb87
f2fs: don't need to check encrypted inode for partial truncation
by Jaegeuk Kim
· 7 years ago
56a0d93
f2fs: measure inode.i_blocks as generic filesystem
by Chao Yu
· 7 years ago
a88cedf
f2fs: set CP_TRIMMED_FLAG correctly
by Chao Yu
· 7 years ago
d0a17d2
f2fs: require key for truncate(2) of encrypted file
by Eric Biggers
· 7 years ago
57fb30c
f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c
by Chao Yu
· 7 years ago
17a3fb5
f2fs: clean up sysfs codes
by Chao Yu
· 7 years ago
3b0de56
f2fs: fix wrong error number of fill_super
by Chao Yu
· 7 years ago
93c0e2f
f2fs: fix to show injection rate in ->show_options
by Chao Yu
· 7 years ago
d0917a4
f2fs: Fix a return value in case of error in 'f2fs_fill_super'
by Christophe JAILLET
· 7 years ago
ab3d0b2
f2fs: use proper variable name
by Tiezhu Yang
· 7 years ago
b8329ee
f2fs: fix to avoid panic when encountering corrupt node
by Chao Yu
· 7 years ago
86aadea
f2fs: don't track newly allocated nat entry in list
by Chao Yu
· 7 years ago
eb6c48e
f2fs: add f2fs_bug_on in __remove_discard_cmd
by Chao Yu
· 7 years ago
a7aa97d
f2fs: introduce __wait_one_discard_bio
by Chao Yu
· 7 years ago
7b23ea1
f2fs: dax: fix races between page faults and truncating pages
by Qiuyang Sun
· 8 years ago
e1e16f0
f2fs: simplify the way of calulating next nat address
by Fan Li
· 7 years ago
a8d6175
f2fs: sanity check size of nat and sit cache
by Jin Qian
· 7 years ago
ad9baf4
f2fs: fix a panic caused by NULL flush_cmd_control
by Yunlei He
· 7 years ago
55c59cf
f2fs: remove the unnecessary cast for PTR_ERR
by Zhang Shengju
· 7 years ago
5d1c2f3
f2fs: remove false-positive bug_on
by Jaegeuk Kim
· 7 years ago
57a9123
f2fs: Do not issue small discards in LFS mode
by Damien Le Moal
· 8 years ago
6b35680
f2fs: don't bother checking for encryption key in ->write_iter()
by Eric Biggers
· 8 years ago
b65ab24
f2fs: don't bother checking for encryption key in ->mmap()
by Eric Biggers
· 8 years ago
3215e78
f2fs: wait discard IO completion without cmd_lock held
by Chao Yu
· 8 years ago
b1f5c76
f2fs: wake up all waiters in f2fs_submit_discard_endio
by Chao Yu
· 8 years ago
fa68121
f2fs: show more info if fail to issue discard
by Chao Yu
· 8 years ago
c52dc0f
f2fs: introduce io_list for serialize data/node IOs
by Chao Yu
· 8 years ago
0650468
f2fs: split wio_mutex
by Chao Yu
· 8 years ago
050e833
f2fs: combine huge num of discard rb tree consistence checks
by Yunlei He
· 8 years ago
8b28a08
f2fs: fix a bug caused by NULL extent tree
by Yunlei He
· 8 years ago
d430af2
f2fs: try to freeze in gc and discard threads
by Jaegeuk Kim
· 8 years ago
12a9384
f2fs: add a new function get_ssr_cost
by Yunlei He
· 8 years ago
61c356c
f2fs: declare load_free_nid_bitmap static
by Hou Pengyang
· 8 years ago
1b48ed6
f2fs: avoid f2fs_lock_op for IPU writes
by Jaegeuk Kim
· 8 years ago
c412726
f2fs: split bio cache
by Jaegeuk Kim
· 8 years ago
72cc458
f2fs: use fio instead of multiple parameters
by Jaegeuk Kim
· 8 years ago
9bc576a
f2fs: remove unnecessary read cases in merged IO flow
by Jaegeuk Kim
· 8 years ago
baebff3
f2fs: use f2fs_submit_page_bio for ra_meta_pages
by Jaegeuk Kim
· 8 years ago
74f3626
f2fs: make sure f2fs_gc returns consistent errno
by Weichao Guo
· 8 years ago
f31e1ae
f2fs: load inode's flag from disk
by Jaegeuk Kim
· 8 years ago
d90659f
f2fs: sanity check checkpoint segno and blkoff
by Jin Qian
· 8 years ago
e6b120d
f2fs/fscrypt: catch up to v4.12
by Jaegeuk Kim
· 7 years ago
4d7931d
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
by David Howells
· 8 years ago
9f86f30
Linux 4.9.36
by Greg Kroah-Hartman
· 7 years ago
a29fd27
KVM: nVMX: Fix exception injection
by Wanpeng Li
· 7 years ago
d1d3756
KVM: x86: zero base3 of unusable segments
by Radim Krčmář
· 8 years ago
f3c3ec9
KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
by Radim Krčmář
· 8 years ago
1eeb794
KVM: x86: fix emulation of RSM and IRET instructions
by Ladi Prosek
· 8 years ago
982d8d9
arm64: fix NULL dereference in have_cpu_die()
by Mark Salter
· 8 years ago
a4bfcab
mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
by Kamal Dasu
· 8 years ago
de58623
i2c: brcmstb: Fix START and STOP conditions
by Jaedon Shin
· 8 years ago
8ee7850
brcmfmac: avoid writing channel out of allocated array
by Rafał Miłecki
· 8 years ago
65fc82c
infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data
by Arnd Bergmann
· 8 years ago
3e51ccb
objtool: Fix another GCC jump table detection issue
by Josh Poimboeuf
· 8 years ago
92e6667
clk: scpi: don't add cpufreq device if the scpi dvfs node is disabled
by Sudeep Holla
· 8 years ago
8a6f400
cpufreq: s3c2416: double free on driver init error path
by Dan Carpenter
· 8 years ago
1781a29
iommu/amd: Fix interrupt remapping when disable guest_mode
by Suravee Suthikulpanit
· 7 years ago
0e55856
iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()
by Pan Bian
· 8 years ago
f0c31c6
iommu/dma: Don't reserve PCI I/O windows
by Robin Murphy
· 8 years ago
d7fcb30
iommu: Handle default domain attach failure
by Robin Murphy
· 8 years ago
c19bfc6
iommu/vt-d: Don't over-free page table directories
by David Dillow
· 8 years ago
d5c5e8b
ocfs2: o2hb: revert hb threshold to keep compatible
by Junxiao Bi
· 8 years ago
8af88a9
x86/mm: Fix flush_tlb_page() on Xen
by Andy Lutomirski
· 8 years ago
3667daf
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
by Joerg Roedel
· 8 years ago
b287ade
x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug
by Baoquan He
· 7 years ago
15541e6
tools arch: Sync arch/x86/lib/memcpy_64.S with the kernel
by Arnaldo Carvalho de Melo
· 8 years ago
a2c222b
ARM: 8685/1: ensure memblock-limit is pmd-aligned
by Doug Berger
· 7 years ago
7661b19
ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation
by Lorenzo Pieralisi
· 8 years ago
4efe34b
ARM: dts: OMAP3: Fix MFG ID EEPROM
by Adam Ford
· 8 years ago
07bb2c7
ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe defer
by Dave Gerlach
· 8 years ago
e57aa41
regulator: tps65086: Fix DT node referencing in of_parse_cb
by Andrew F. Davis
· 8 years ago
88baad2
regulator: tps65086: Fix expected switch DT node names
by Andrew F. Davis
· 8 years ago
9846c67
spi: fix device-node leaks
by Johan Hovold
· 8 years ago
c52829f
spi: When no dma_chan map buffers with spi_master's parent
by Daniel Kurtz
· 8 years ago
478273e
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
by Matt Fleming
· 8 years ago
eea0261
watchdog: bcm281xx: Fix use of uninitialized spinlock.
by Eric Anholt
· 8 years ago
4211442
netfilter: use skb_to_full_sk in ip_route_me_harder
by Florian Westphal
· 8 years ago
ac27302
xfrm: Oops on error in pfkey_msg2xfrm_state()
by Dan Carpenter
· 7 years ago
c460f2b
xfrm: NULL dereference on allocation failure
by Dan Carpenter
· 7 years ago
1e16662
xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
by Sabrina Dubroca
· 8 years ago
647f605
mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings
by Ard Biesheuvel
· 7 years ago
f9f73c5
ravb: Fix use-after-free on `ifconfig eth0 down`
by Eugeniu Rosca
· 7 years ago
adfe95f
ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets
by Peter Dawson
· 8 years ago
168bd51
sctp: check af before verify address in sctp_addr_id2transport
by Xin Long
· 8 years ago
399566f
net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
by Jack Morgenstein
· 8 years ago
Next »