Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
43b6573bac95d7cc8a7fb51efe8468c994f5cf56
43b6573
f2fs: use cryptoapi crc32 functions
by Keith Mok
· 9 years ago
999270d
f2fs: modify the readahead method in ra_node_page()
by Fan Li
· 9 years ago
8074bb5
f2fs crypto: sync ext4_lookup and ext4_file_open
by Jaegeuk Kim
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 10 years ago
59692b7
f2fs: mutex can't be used by down_write_nest_lock()
by Yang Shi
· 9 years ago
8c2b143
f2fs: recovery missing dot dentries in root directory
by Liu Xue
· 9 years ago
19c7377
f2fs: fix to avoid deadlock when merging inline data
by Chao Yu
· 9 years ago
406657d
f2fs: introduce f2fs_flush_merged_bios for cleanup
by Chao Yu
· 9 years ago
f28b343
f2fs: introduce f2fs_update_data_blkaddr for cleanup
by Chao Yu
· 9 years ago
4356e48
f2fs crypto: fix incorrect positioning for GCing encrypted data page
by Chao Yu
· 9 years ago
80dd9c0
f2fs: fix incorrect upper bound when iterating inode mapping tree
by Chao Yu
· 9 years ago
0ff2164
f2fs: avoid hungtask problem caused by losing wake_up
by Yunlei He
· 9 years ago
7a9d754
f2fs: trace old block address for CoWed page
by Chao Yu
· 9 years ago
9a4cbc9
f2fs: try to flush inode after merging inline data
by Chao Yu
· 9 years ago
41214b3
f2fs: show more info about superblock recovery
by Chao Yu
· 9 years ago
17d899d
f2fs: fix the wrong stat count of calling gc
by Chao Yu
· 9 years ago
4ce5377
f2fs: remain last victim segment number ascending order
by Jaegeuk Kim
· 9 years ago
8060656
f2fs: reuse read_inline_data for f2fs_convert_inline_page
by Shawn Lin
· 9 years ago
993a049
f2fs: fix to delete old dirent in converted inline directory in ->rename
by Chao Yu
· 9 years ago
9def1e9
f2fs: detect error of update_dent_inode in ->rename
by Chao Yu
· 9 years ago
984ec63
f2fs: move sanity checking of cp into get_valid_checkpoint
by Shawn Lin
· 9 years ago
2b39e90
f2fs: slightly reorganize read_raw_super_block
by Shawn Lin
· 9 years ago
1515aef
f2fs: reorder nat cache lock in cache_nat_entry
by Chao Yu
· 9 years ago
b7ad751
f2fs: split journal cache from curseg cache
by Chao Yu
· 9 years ago
e9f5b8b
f2fs: enhance IO path with block plug
by Chao Yu
· 9 years ago
dfc08a1
f2fs: introduce f2fs_journal struct to wrap journal info
by Chao Yu
· 9 years ago
922ec35
f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink
by Chao Yu
· 9 years ago
ae10866
f2fs crypto: handle unexpected lack of encryption keys
by Chao Yu
· 9 years ago
ed3360a
f2fs crypto: make sure the encryption info is initialized on opendir(2)
by Chao Yu
· 9 years ago
28bc106
f2fs: support revoking atomic written pages
by Chao Yu
· 9 years ago
29b96b5
f2fs: split drop_inmem_pages from commit_inmem_pages
by Chao Yu
· 9 years ago
7d9dfa1
f2fs: avoid garbage lenghs in dentries
by Jaegeuk Kim
· 9 years ago
a263669
f2fs crypto: sync with ext4's fname padding
by Jaegeuk Kim
· 9 years ago
60b286c
f2fs: use correct errno
by Jaegeuk Kim
· 9 years ago
745e849
f2fs crypto: add missing locking for keyring_key access
by Jaegeuk Kim
· 9 years ago
1dafa51
f2fs crypto: check for too-short encrypted file names
by Jaegeuk Kim
· 9 years ago
ce855a3
f2fs crypto: f2fs_page_crypto() doesn't need a encryption context
by Jaegeuk Kim
· 9 years ago
0fac2d5
f2fs crypto: fix spelling typo in comment
by Jaegeuk Kim
· 9 years ago
66aa3e1
f2fs crypto: replace some BUG_ON()'s with error checks
by Jaegeuk Kim
· 9 years ago
8ef2af45
f2fs: increase i_size to avoid missing data
by Jaegeuk Kim
· 9 years ago
24b8491
f2fs: preallocate blocks for buffered aio writes
by Jaegeuk Kim
· 9 years ago
b439b10
f2fs: move dio preallocation into f2fs_file_write_iter
by Jaegeuk Kim
· 9 years ago
d31c7c3
f2fs: fix missing skip pages info
by Yunlei He
· 9 years ago
0c3a579
f2fs: introduce f2fs_submit_merged_bio_cond
by Chao Yu
· 9 years ago
d48dfc2
f2fs: fix conflict on page->private usage
by Jaegeuk Kim
· 9 years ago
17c1912
f2fs: flush bios to handle cp_error in put_super
by Jaegeuk Kim
· 9 years ago
fa3d2bd
f2fs: wait on page's writeback in writepages path
by Jaegeuk Kim
· 9 years ago
479c8bc
f2fs: fix endianness of on-disk summary_footer
by Sheng Yong
· 9 years ago
da85985
f2fs: speed up handling holes in fiemap
by Chao Yu
· 9 years ago
3cf4574
f2fs: introduce get_next_page_offset to speed up SEEK_DATA
by Chao Yu
· 9 years ago
81ca735
f2fs: remove unneeded pointer conversion
by Chao Yu
· 9 years ago
5b8db7f
f2fs: simplify __allocate_data_blocks
by Chao Yu
· 9 years ago
4fe71e8
f2fs: simplify f2fs_map_blocks
by Chao Yu
· 9 years ago
8f1dbbb
f2fs: introduce lifetime write IO statistics
by Shuoran Liu
· 9 years ago
6fe2bc9
f2fs: give scheduling point in shrinking path
by Jaegeuk Kim
· 9 years ago
201ef5e
f2fs: improve shrink performance of extent nodes
by Hou Pengyang
· 9 years ago
4292674
f2fs: don't set cached_en if it will be freed
by Jaegeuk Kim
· 9 years ago
43a2fa1
f2fs: move extent_node list operations being coupled with rbtree operation
by Jaegeuk Kim
· 9 years ago
a03f01f
f2fs: reconstruct the code to free an extent_node
by Hou Pengyang
· 9 years ago
7c50689
f2fs: use wq_has_sleeper for cp_wait wait_queue
by Jaegeuk Kim
· 9 years ago
688159b
f2fs: avoid unnecessary search while finding victim in gc
by Fan Li
· 9 years ago
85ead81
f2fs: delete unnecessary wait for page writeback
by Yunlei He
· 9 years ago
fec1d65
f2fs: use wait_for_stable_page to avoid contention
by Jaegeuk Kim
· 9 years ago
718e53f
f2fs: enhance foreground GC
by Chao Yu
· 9 years ago
e3ef187
f2fs: don't need to call set_page_dirty for io error
by Jaegeuk Kim
· 9 years ago
ae96e7bd
f2fs: avoid needless sync_inode_page when reading inline_data
by Jaegeuk Kim
· 9 years ago
52f8033
f2fs: don't need to sync node page at every time
by Jaegeuk Kim
· 9 years ago
2049d4f
f2fs: avoid multiple node page writes due to inline_data
by Jaegeuk Kim
· 9 years ago
3c082b7
f2fs: do f2fs_balance_fs when block is allocated
by Jaegeuk Kim
· 9 years ago
6e17bfb
f2fs: fix to overcome inline_data floods
by Jaegeuk Kim
· 9 years ago
25c1355
f2fs: use writepages->lock for WB_SYNC_ALL
by Jaegeuk Kim
· 9 years ago
b483fad
f2fs: remove needless condition check
by Jaegeuk Kim
· 9 years ago
0ab1435
f2fs: correct search area in get_new_segment
by Chao Yu
· 9 years ago
2304cb0
f2fs: export dirty_nats_ratio in sysfs
by Chao Yu
· 9 years ago
7d768d2
f2fs: flush dirty nat entries when exceeding threshold
by Chao Yu
· 9 years ago
0fd785e
f2fs: relocate is_merged_page
by Chao Yu
· 9 years ago
4de8ebe
Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
692b8c6
Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
dea08e6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
5c102d0e
Merge tag 'hwmon-for-linus-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 9 years ago
a16152c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
7ee302f
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
d856626
Merge tag 'linux-can-fixes-for-4.5-20160221' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 9 years ago
dd78dac
Merge branch 'bnx2x-848xx-phy-fixes'
by David S. Miller
· 9 years ago
4ec0b6d
bnx2x: Fix 84833 phy command handler
by Yuval Mintz
· 9 years ago
bb1187a
bnx2x: Fix led setting for 84858 phy.
by Yuval Mintz
· 9 years ago
27ba2d2
bnx2x: Correct 84858 PHY fw version
by Yuval Mintz
· 9 years ago
512ab9a
bnx2x: Fix 84833 RX CRC
by Yuval Mintz
· 9 years ago
1e411f0
bnx2x: Fix link-forcing for KR2
by Yuval Mintz
· 9 years ago
9ca69b7
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 9 years ago
b5a099c
net: ethernet: davicom: fix devicetree irq resource
by Robert Jarzmik
· 9 years ago
1ad5466
fmvj18x_cs: fix incorrect indexing of dev->dev_addr[] when copying the MAC address
by Ken Kawasaki
· 9 years ago
14112ca
Driver: Vmxnet3: Update Rx ring 2 max size
by Shrikrishna Khare
· 9 years ago
d3e1718
Merge branch 'netcp-fixes'
by David S. Miller
· 9 years ago
0632448
net: netcp: rework the code for get/set sw_data in dma desc
by Karicheri, Muralidharan
· 9 years ago
b1cb86a
soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data
by Karicheri, Muralidharan
· 9 years ago
9ecfe87
net: ti: netcp: restore get/set_pad_info() functionality
by Karicheri, Muralidharan
· 9 years ago
3301be3
MAINTAINERS: Drop myself as xen netback maintainer
by Ian Campbell
· 9 years ago
d9749fb
sctp: Fix port hash table size computation
by Neil Horman
· 9 years ago
90cfde4
can: ems_usb: Fix possible tx overflow
by Gerhard Uttenthaler
· 9 years ago
Next »