]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/shortlog
mirror_ubuntu-artful-kernel.git
2016-01-11 Jaegeuk Kimf2fs: detect idle time depending on user behavior
2016-01-11 Jaegeuk Kimf2fs: introduce time and interval facility
2016-01-08 Chao Yuf2fs: skip releasing nodes in chindless extent tree
2016-01-08 Chao Yuf2fs: use atomic type for node count in extent tree
2016-01-08 Chao Yuf2fs: recognize encrypted data in f2fs_fiemap
2016-01-08 Jaegeuk Kimf2fs: clean up f2fs_balance_fs
2016-01-08 Jaegeuk Kimf2fs: remove redundant calls
2016-01-08 Jaegeuk Kimf2fs: avoid unnecessary f2fs_balance_fs calls
2016-01-08 Jaegeuk Kimf2fs: check the page status filled from disk
2016-01-08 Chao Yuf2fs: introduce __get_node_page to reuse common code
2016-01-08 Chao Yuf2fs: check node id earily when readaheading node page
2016-01-07 Fan Lif2fs: read isize while holding i_mutex in fiemap
2016-01-07 Jaegeuk KimRevert "f2fs: check the node block address of newly...
2016-01-07 Jaegeuk Kimf2fs: cover more area with nat_tree_lock
2016-01-04 Chao Yuf2fs: introduce max_file_blocks in sbi
2016-01-01 Chao Yuf2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted...
2015-12-31 Jaegeuk Kimf2fs: introduce zombie list for fast shrinking extent...
2015-12-31 Jaegeuk Kimf2fs: monitor zombie_tree count
2015-12-31 Jaegeuk Kimf2fs: use IPU for fdatasync
2015-12-31 Jaegeuk Kimf2fs: write pending bios when cp_error is set
2015-12-31 Jaegeuk Kimf2fs: remove f2fs_bug_on in terms of max_depth
2015-12-30 Jaegeuk Kimf2fs: fix f2fs_ioc_abort_volatile_write
2015-12-30 Chao Yuf2fs: fix to skip recovering dot dentries in a readonly fs
2015-12-30 Jaegeuk Kimf2fs: load largest extent all the time
2015-12-30 Jaegeuk Kimf2fs: use i_size_read to get i_size
2015-12-30 Jaegeuk Kimf2fs: early check broken symlink length in the encrypte...
2015-12-30 Chao Yuf2fs: clean up f2fs_ioc_write_checkpoint
2015-12-30 Yunlei Hef2fs: add a max block check for get_data_block_bmap
2015-12-30 Fan Lif2fs: fix bugs and simplify codes of f2fs_fiemap
2015-12-30 Chao Yuf2fs: let user being aware of IO error
2015-12-30 Chao Yuf2fs: add missing f2fs_balance_fs in __recover_dot_dentries
2015-12-30 Jaegeuk Kimf2fs: declare static function
2015-12-30 Jaegeuk Kimf2fs: avoid f2fs_lock_op in f2fs_write_begin
2015-12-30 Jaegeuk Kimf2fs: return early when trying to read null nid
2015-12-30 Jaegeuk Kimf2fs: introduce prepare_write_begin to clean up
2015-12-30 Chao Yuf2fs: don't convert inline inode when inline_data optio...
2015-12-30 Chao Yuf2fs: report error of do_checkpoint
2015-12-30 Jaegeuk Kimf2fs: call f2fs_balance_fs only when node was changed
2015-12-30 Chao Yuf2fs: reduce covered region of sbi->cp_rwsem in f2fs_ma...
2015-12-30 Jaegeuk Kimf2fs: record node block allocation in dnode_of_data
2015-12-30 Jaegeuk Kimf2fs: avoid unnecessary f2fs_gc for dir operations
2015-12-30 Jaegeuk Kimf2fs: check inline_data flag at converting time
2015-12-30 Jaegeuk Kimf2fs: speed up shrinking extent tree entries
2015-12-22 Jaegeuk Kimf2fs: use atomic variable for total_extent_tree
2015-12-17 Chao Yuf2fs: add a tracepoint for sync_dirty_inodes
2015-12-17 Fan Lif2fs: optimize the flow of f2fs_map_blocks
2015-12-17 Chao Yuf2fs: support data flush in background
2015-12-17 Chao Yuf2fs: stat dirty regular/symlink inodes
2015-12-16 Chao Yuf2fs: introduce new option for controlling data flush
2015-12-16 Chao Yuf2fs: record dirty status of regular/symlink inode
2015-12-16 Chao Yuf2fs: introduce __f2fs_commit_super
2015-12-16 Jaegeuk Kimf2fs: relocate tracepoint of write_checkpoint
2015-12-16 Chao Yuf2fs: don't grab super block buffer header all the...
2015-12-16 Yunlei Hef2fs: backup raw_super in sbi
2015-12-16 Fan Lif2fs: fix to reset variable correctlly
2015-12-15 Chao Yuf2fs: introduce __remove_dirty_inode
2015-12-15 Chao Yuf2fs: introduce dirty list node in inode info
2015-12-15 Chao Yuf2fs: rename {add,remove,release}_dirty_inode to {add...
2015-12-15 Jaegeuk Kimf2fs: add symbol to avoid any confusion with tools
2015-12-15 Chao Yuf2fs: do more integrity verification for superblock
2015-12-14 Fan Lif2fs: fix to update variable correctly when skip a...
2015-12-14 Fan Lif2fs: write only the pages in range during defragment
2015-12-14 Chao Yuf2fs: clean up node page updating flow
2015-12-09 Jaegeuk Kimf2fs: use lock_buffer when changing superblock
2015-12-09 Jaegeuk Kimf2fs: refactor f2fs_commit_super
2015-12-09 Jaegeuk Kimf2fs: enhance the bit operation for SSR
2015-12-04 Chao Yuf2fs: fix to convert inline inode in ->setattr
2015-12-04 Chao Yuf2fs: use sbi->blocks_per_seg to avoid unnecessary...
2015-12-04 Chao Yuf2fs: kill f2fs_drop_largest_extent
2015-12-04 Chao Yuf2fs: clean up argument of recover_data
2015-12-04 Chao Yuf2fs: clean up code with __has_cursum_space
2015-12-04 Chao Yuf2fs: clean up error path in f2fs_readdir
2015-12-04 Jaegeuk Kimf2fs: do not recover from previous remained wrong dnodes
2015-12-04 Jaegeuk Kimf2fs: avoid deadlock in f2fs_shrink_extent_tree
2015-12-04 Chao Yuf2fs: fix to report error in f2fs_readdir
2015-12-04 Chao Yuf2fs: clear page uptodate when dropping cache for atomi...
2015-12-04 Fan Lif2fs: optimize __find_rev_next_bit
2015-12-04 Chao Yuf2fs: fix to remove directory inode from dirty list
2015-12-04 Chao Yuf2fs: fix to enable missing ioctl interfaces in ->compa...
2015-12-04 Chao Yuf2fs: fix memory leak of kobject in error path of fill_...
2015-12-04 Masanari IidaDoc: f2fs: Fix typos in Documentation/filesystems/f2fs.txt
2015-12-04 Chao Yuf2fs: support file defragment
2015-12-04 Chao Yuf2fs: commit atomic written page in LFS mode
2015-12-04 Chao Yuf2fs: report error of f2fs_create_root_stats
2015-12-04 Linus TorvaldsMerge branch 'libnvdimm-fixes' of git://git.kernel...
2015-12-04 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2015-12-04 Paolo BonziniMerge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel...
2015-12-04 Linus TorvaldsMerge tag 'sound-4.4-rc4' of git://git.kernel.org/pub...
2015-12-04 Linus TorvaldsMerge tag 'pm+acpi-4.4-rc4' of git://git.kernel.org...
2015-12-04 Ard BiesheuvelARM/arm64: KVM: correct PTE uncachedness check
2015-12-04 Pavel Fedinarm64: KVM: Get rid of old vcpu_reg()
2015-12-04 Pavel Fedinarm64: KVM: Correctly handle zero register in system...
2015-12-04 Pavel Fedinarm64: KVM: Remove const from struct sys_reg_params
2015-12-04 Pavel Fedinarm64: KVM: Correctly handle zero register during MMIO
2015-12-04 Rafael J. WysockiMerge branches 'pm-domains' and 'pm-cpufreq'
2015-12-04 Rafael J. WysockiMerge branches 'acpica', 'acpi-video' and 'device-prope...
2015-12-04 Rafael J. WysockiMerge branches 'acpi-pci' and 'pm-pci'
2015-12-04 Eric AnholtPM / Domains: Fix bad of_node_put() in failure paths...
2015-12-04 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-12-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
next