Advertisement
TugaPower

TugaPowerN30_Kernel

Jul 16th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. f2fs: include seq_file.h for sysfs.c
  2. f2fs: Don't clear SGID when inheriting ACLs
  3. f2fs: remove extra inode_unlock() in error path
  4. fscrypt: add support for AES-128-CBC
  5. fscrypt: inline fscrypt_free_filename()
  6. f2fs: make more close to v4.13-rc1
  7. f2fs: support plain user/group quota
  8. f2fs: avoid deadlock caused by lock order of page and lock_op
  9. f2fs: use spin_{,un}lock_irq{save,restore}
  10. f2fs: relax migratepage for atomic written page
  11. f2fs: don't count inode block in in-memory inode.i_blocks
  12. Revert "f2fs: fix to clean previous mount option when remount_fs"
  13. f2fs: do not set LOST_PINO for renamed dir
  14. f2fs: do not set LOST_PINO for newly created dir
  15. f2fs: skip ->writepages for {mete,node}_inode during recovery
  16. f2fs: introduce __check_sit_bitmap
  17. f2fs: stop gc/discard thread in prior during umount
  18. f2fs: introduce reserved_blocks in sysfs
  19. f2fs: avoid redundant f2fs_flush after remount
  20. f2fs: report # of free inodes more precisely
  21. f2fs: add ioctl to do gc with target block address
  22. f2fs: don't need to check encrypted inode for partial truncation
  23. f2fs: measure inode.i_blocks as generic filesystem
  24. f2fs: set CP_TRIMMED_FLAG correctly
  25. f2fs: require key for truncate(2) of encrypted file
  26. f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c
  27. f2fs: clean up sysfs codes
  28. f2fs: fix wrong error number of fill_super
  29. f2fs: fix to show injection rate in ->show_options
  30. f2fs: Fix a return value in case of error in 'f2fs_fill_super'
  31. f2fs: use proper variable name
  32. f2fs: fix to avoid panic when encountering corrupt node
  33. f2fs: don't track newly allocated nat entry in list
  34. f2fs: add f2fs_bug_on in __remove_discard_cmd
  35. f2fs: introduce __wait_one_discard_bio
  36. f2fs: dax: fix races between page faults and truncating pages
  37. f2fs: simplify the way of calulating next nat address
  38. f2fs: sanity check size of nat and sit cache
  39. f2fs: fix a panic caused by NULL flush_cmd_control
  40. f2fs: remove the unnecessary cast for PTR_ERR
  41. f2fs: remove false-positive bug_on
  42. f2fs: Do not issue small discards in LFS mode
  43. f2fs: don't bother checking for encryption key in ->write_iter()
  44. f2fs: don't bother checking for encryption key in ->mmap()
  45. f2fs: wait discard IO completion without cmd_lock held
  46. f2fs: wake up all waiters in f2fs_submit_discard_endio
  47. f2fs: show more info if fail to issue discard
  48. f2fs: introduce io_list for serialize data/node IOs
  49. f2fs: split wio_mutex
  50. f2fs: combine huge num of discard rb tree consistence checks
  51. f2fs: fix a bug caused by NULL extent tree
  52. f2fs: try to freeze in gc and discard threads
  53. f2fs: add a new function get_ssr_cost
  54. f2fs: declare load_free_nid_bitmap static
  55. f2fs: avoid f2fs_lock_op for IPU writes
  56. f2fs: split bio cache
  57. f2fs: use fio instead of multiple parameters
  58. f2fs: remove unnecessary read cases in merged IO flow
  59. f2fs: use f2fs_submit_page_bio for ra_meta_pages
  60. f2fs: make sure f2fs_gc returns consistent errno
  61. f2fs: load inode's flag from disk
  62. f2fs: sanity check checkpoint segno and blkoff
  63. f2fs, block_dump: give WRITE direction to submit_bio
  64. sched: always use blk_schedule_flush_plug in io_schedule_out
  65. sched: Prevent recursion in io_schedule()
  66. f2fs: use WRITE_SYNC for REQ_SYNC
  67. f2fs: enable f2fs_migrate_page
  68. sdcardfs: Change magic value
  69. ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sb
  70. mm: fix new crash in unmapped_area_topdown()
  71. Allow stack to grow up to address space limit
  72. mm: larger stack guard gap, between vmas
  73. sctp: validate chunk len before actually using it
  74. keep skb->dst around in presence of IP options
  75. ALSA: timer: Fix race between read and ioctl
  76. ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
  77. Revert "proc: smaps: Allow smaps access for CAP_SYS_RESOURCE"
  78. USB: digi_acceleport: do sanity checking for the number of ports
  79. Input: gtco - fix crash on detecting device without endpoints
  80. qcacld-2.0: Update to LA.UM.5.5.r1-05300-8x96.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement