index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-05-09
f2fs: fix to avoid accessing xattr across the boundary
Randall Huang
2019-05-08
f2fs: fix to avoid potential race on sbi->unusable_block_count access/update
Chao Yu
2019-05-08
f2fs: add tracepoint for f2fs_filemap_fault()
Chao Yu
2019-05-08
f2fs: introduce DATA_GENERIC_ENHANCE
Chao Yu
2019-05-08
f2fs: fix to handle error in f2fs_disable_checkpoint()
Chao Yu
2019-05-08
f2fs: remove redundant check in f2fs_file_write_iter()
Chengguang Xu
2019-05-08
f2fs: fix to be aware of readonly device in write_checkpoint()
Chao Yu
2019-05-08
f2fs: fix to skip recovery on readonly device
Chao Yu
2019-05-08
f2fs: fix to consider multiple device for readonly check
Chao Yu
2019-05-08
f2fs: relocate chksum_offset for large_nat_bitmap feature
Chao Yu
2019-05-08
f2fs: allow unfixed f2fs_checkpoint.checksum_offset
Chao Yu
2019-05-08
f2fs: Replace spaces with tab
Youngjun Yoo
2019-05-08
f2fs: insert space before the open parenthesis '('
Youngjun Yoo
2019-05-08
f2fs: allow address pointer number of dnode aligning to specified size
Chao Yu
2019-05-08
f2fs: introduce f2fs_read_single_page() for cleanup
Chao Yu
2019-05-08
f2fs: mark is_extension_exist() inline
Park Ju Hyung
2019-05-08
f2fs: fix to set FI_UPDATE_WRITE correctly
Chao Yu
2019-05-08
f2fs: fix to avoid panic in f2fs_inplace_write_data()
Chao Yu
2019-05-08
f2fs: fix to do sanity check on valid block count of segment
Chao Yu
2019-05-08
f2fs: fix to do sanity check on valid node/block count
Chao Yu
2019-05-08
f2fs: fix to avoid panic in do_recover_data()
Chao Yu
2019-05-08
f2fs: fix to do sanity check on free nid
Chao Yu
2019-05-08
f2fs: fix to do checksum even if inode page is uptodate
Chao Yu
2019-05-08
f2fs: fix to avoid panic in f2fs_remove_inode_page()
Chao Yu
2019-05-08
f2fs: fix to clear dirty inode in error path of f2fs_iget()
Chao Yu
2019-05-08
f2fs: remove new blank line of f2fs kernel message
Chao Yu
2019-05-08
f2fs: fix wrong __is_meta_io() macro
Chao Yu
2019-05-08
f2fs: fix to avoid panic in dec_valid_node_count()
Chao Yu
2019-05-08
f2fs: fix to avoid panic in dec_valid_block_count()
Chao Yu
2019-05-08
f2fs: fix to use inline space only if inline_xattr is enable
Chao Yu
2019-05-08
f2fs: fix to retrieve inline xattr space
Chao Yu
2019-05-08
f2fs: fix error path of recovery
Chao Yu
2019-05-08
f2fs: fix to avoid deadloop in foreground GC
Chao Yu
2019-05-07
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-05-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-01
f2fs: switch to ->free_inode()
Al Viro
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-17
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
2019-04-17
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2019-04-16
f2fs: data: fix warning Using plain integer as NULL pointer
Hariprasad Kelam
2019-04-16
f2fs: add tracepoint for f2fs_file_write_iter()
Chao Yu
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-08
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-05
f2fs: add comment for conditional compilation statement
Chao Yu
[next]