1. 4ddb1a4 f2fs: clean up some macros in terms of GET_SEGNO by Jaegeuk Kim · 8 years ago
  2. 302bd34 f2fs: clean up get_valid_blocks with consistent parameter by Jaegeuk Kim · 8 years ago
  3. 63fcf8e f2fs: use segment number for get_valid_blocks by Jaegeuk Kim · 8 years ago
  4. 68afcf2 f2fs: guard macro variables with braces by Tomohiro Kusumi · 8 years ago
  5. 771a9a7 f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6b by Tomohiro Kusumi · 8 years ago
  6. fa64a00 f2fs: prevent waiter encountering incorrect discard states by Chao Yu · 8 years ago
  7. d431413 f2fs: introduce f2fs_wait_discard_bios by Chao Yu · 8 years ago
  8. 22d375d f2fs: split discard_cmd_list by Chao Yu · 8 years ago
  9. c6f82fe9 Revert "f2fs: put allocate_segment after refresh_sit_entry" by Jaegeuk Kim · 8 years ago
  10. 64c24ec f2fs: split make_dentry_ptr() into block and inline versions by Tomohiro Kusumi · 8 years ago
  11. d1b3e72 f2fs: submit bio of in-place-update pages by Jaegeuk Kim · 8 years ago
  12. fc2e287 f2fs: remove the redundant variable definition by Kaixu Xia · 8 years ago
  13. 687de7f f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONE by Jaegeuk Kim · 8 years ago
  14. ef095d1 f2fs: write small sized IO to hot log by Jaegeuk Kim · 8 years ago
  15. a7eeb823 f2fs: use bitmap in discard_entry by Chao Yu · 8 years ago
  16. f099405 f2fs: clean up destroy_discard_cmd_control by Chao Yu · 8 years ago
  17. 5f32366 f2fs: count discard command entry by Chao Yu · 8 years ago
  18. 8b8dd65 f2fs: show issued flush/discard count by Chao Yu · 8 years ago
  19. c13ff37 f2fs: relax node version check for victim data in gc by Jaegeuk Kim · 8 years ago
  20. 796dbbf f2fs: start SSR much eariler to avoid FG_GC by Jaegeuk Kim · 8 years ago
  21. 7a20b8a f2fs: allocate node and hot data in the beginning of partition by Jaegeuk Kim · 8 years ago
  22. c541a51 f2fs: fix wrong max cost initialization by Jaegeuk Kim · 8 years ago
  23. 59c9081 f2fs: allow write page cache when writting cp by Yunlei He · 8 years ago
  24. 22588f8 f2fs: don't reserve additional space in xattr block by Chao Yu · 8 years ago
  25. 89e9eab f2fs: clean up xattr operation by Chao Yu · 8 years ago
  26. 99f4b91 f2fs: don't track volatile file in dirty inode list by Chao Yu · 8 years ago
  27. 648d50b f2fs: show the max number of volatile operations by Chao Yu · 8 years ago
  28. 30a61dd f2fs: fix race condition in between free nid allocator/initializer by Chao Yu · 8 years ago
  29. 5f4c3de f2fs: use set_page_private marcro in f2fs_trace_pid by Yunlei He · 8 years ago
  30. 9897159 f2fs: fix recording invalid last_victim by Chao Yu · 8 years ago
  31. 8f73cbb f2fs: more reasonable mem_size calculating of ino_entry by Kinglong Mee · 8 years ago
  32. 70874fb f2fs: calculate the f2fs_stat_info into base_mem by Kinglong Mee · 8 years ago
  33. 684ca7e f2fs: avoid stat_inc_atomic_write for non-atomic file by Kinglong Mee · 8 years ago
  34. c6f89df f2fs: sanity check of crc_offset from raw checkpoint by Kinglong Mee · 8 years ago
  35. d03ba4c f2fs: cleanup the disk level filename updating by Kinglong Mee · 8 years ago
  36. 346fe75 f2fs: cover update_free_nid_bitmap with nid_list_lock by Chao Yu · 8 years ago
  37. a83d50b f2fs: fix bad prefetchw of NULL page by Kinglong Mee · 8 years ago
  38. bd4667c f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode by Kinglong Mee · 8 years ago
  39. d756386 f2fs: move mnt_want_write_file after arguments checking by Kinglong Mee · 8 years ago
  40. 46e82fb f2fs: check new size by inode_newsize_ok in f2fs_insert_range by Kinglong Mee · 8 years ago
  41. 3cecfa5 f2fs: avoid copy date to user-space if move file range fail by Kinglong Mee · 8 years ago
  42. 087d3d8b f2fs: drop duplicate new_size assign in f2fs_zero_range by Kinglong Mee · 8 years ago
  43. 8a6aa32 f2fs: adjust the way of calculating nat block by Fan Li · 8 years ago
  44. 14b44d2 f2fs: add fault injection on f2fs_truncate by Jaegeuk Kim · 8 years ago
  45. 1941d7b f2fs: check range before defragment by Sheng Yong · 8 years ago
  46. b0beab5 f2fs: use parameter max_items instead of PIDVEC_SIZE by Sheng Yong · 8 years ago
  47. 3d6a650 f2fs: add a punch discard command function by Yunlei He · 8 years ago
  48. c81abe3 f2fs: allocate a bio for discarding when actually issuing it by Jaegeuk Kim · 8 years ago
  49. a29d0e0 f2fs: skip writeback meta pages if cp_mutex acquire failed by Yunlei He · 8 years ago
  50. 5ce4738 f2fs: show more precise message on orphan recovery failure by Jaegeuk Kim · 8 years ago
  51. fc7d5bc f2fs: remove dead macro PGOFS_OF_NEXT_DNODE by Kinglong Mee · 8 years ago
  52. 0b28b71 f2fs: drop duplicate radix tree lookup of nat_entry_set by Kinglong Mee · 8 years ago
  53. 20fda56b f2fs: make sure trace all f2fs_issue_flush by Kinglong Mee · 8 years ago
  54. 8ff0971 f2fs: don't allow volatile writes for non-regular file by Chao Yu · 8 years ago
  55. e811898 f2fs: don't allow atomic writes for not regular files by Jaegeuk Kim · 8 years ago
  56. 8c242db f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer by Jaegeuk Kim · 8 years ago
  57. aa51d08 f2fs: build stat_info before orphan inode recovery by Jaegeuk Kim · 8 years ago
  58. 10a875f f2fs: fix the fault of calculating blkstart twice by Kinglong Mee · 8 years ago
  59. e2f0e96 f2fs: fix the fault of checking F2FS_LINK_MAX for rename inode by Kinglong Mee · 8 years ago
  60. 4f1bca9 f2fs: don't allow to get pino when filename is encrypted by Jaegeuk Kim · 8 years ago
  61. 8c1b3c0 f2fs: fix wrong error injection for evict_inode by Jaegeuk Kim · 8 years ago
  62. 10047f5 f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count by Kinglong Mee · 8 years ago
  63. b71dead f2fs: le16_to_cpu for xattr->e_value_size by Jaegeuk Kim · 8 years ago
  64. 4f29544 f2fs: don't need to invalidate wrong node page by Jaegeuk Kim · 8 years ago
  65. a78aaa2 f2fs: fix an error return value in truncate_partial_data_page by Yunlei He · 8 years ago
  66. 7041d5d f2fs: combine nat_bits and free_nid_bitmap cache by Chao Yu · 8 years ago
  67. 586d149 f2fs: skip scanning free nid bitmap of full NAT blocks by Chao Yu · 8 years ago
  68. 23380b8 f2fs: use __set{__clear}_bit_le by Jaegeuk Kim · 8 years ago
  69. 9f7e4a2 f2fs: declare static functions by Jaegeuk Kim · 8 years ago
  70. 720037f f2fs: don't overwrite node block by SSR by Jaegeuk Kim · 8 years ago
  71. 8841b5f Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  72. da066f3 pNFS/flexfiles: never nfs4_mark_deviceid_unavailable by Weston Andros Adamson · 8 years ago
  73. a33e4b0 pNFS: return status from nfs4_pnfs_ds_connect by Weston Andros Adamson · 8 years ago
  74. 0338533 NFSv4.1 respect server's max size in CREATE_SESSION by Olga Kornievskaia · 8 years ago
  75. 6351323 NFS prevent double free in async nfs4_exchange_id by Olga Kornievskaia · 8 years ago
  76. 05fae7b nfs: make nfs4_cb_sv_ops static by Jason Yan · 8 years ago
  77. 38a3310 NFS: fix the fault nrequests decreasing for nfs_inode COPY by Kinglong Mee · 8 years ago
  78. 57fd0b7 Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  79. d11507e Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  80. c5051c7 afs: Don't wait for page writeback with the page lock held by David Howells · 8 years ago
  81. 65a1510 afs: ->writepage() shouldn't call clear_page_dirty_for_io() by David Howells · 8 years ago
  82. 954cd6d afs: Fix abort on signal while waiting for call completion by David Howells · 8 years ago
  83. 445783d afs: Fix an off-by-one error in afs_send_pages() by David Howells · 8 years ago
  84. 7286a35 afs: Fix afs_kill_pages() by David Howells · 8 years ago
  85. 6d06b0d afs: Fix page leak in afs_write_begin() by David Howells · 8 years ago
  86. 68ae849 afs: Don't set PG_error on local EINTR or ENOMEM when filling a page by David Howells · 8 years ago
  87. ab94f5d afs: Populate and use client modification time by Marc Dionne · 8 years ago
  88. 70af0e3 afs: Better abort and net error handling by David Howells · 8 years ago
  89. 1157f15 afs: Invalid op ID should abort with RXGEN_OPCODE by David Howells · 8 years ago
  90. 146a119 afs: Fix the maths in afs_fs_store_data() by David Howells · 8 years ago
  91. 2f5705a afs: Use a bvec rather than a kvec in afs_send_pages() by David Howells · 8 years ago
  92. 6a0e399 afs: Make struct afs_read::remain 64-bit by David Howells · 8 years ago
  93. 29f0698 afs: Fix AFS read bug by David Howells · 8 years ago
  94. 56e7143 afs: Prevent callback expiry timer overflow by Tina Ruchandani · 8 years ago
  95. 8a79790 afs: Migrate vlocation fields to 64-bit by Tina Ruchandani · 8 years ago
  96. df8a09d afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 8 years ago
  97. 1d7e4eb afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 8 years ago
  98. 944c74f afs: Distinguish mountpoints from symlinks by file mode alone by David Howells · 8 years ago
  99. 58fed94 afs: Flush outstanding writes when an fd is closed by David Howells · 8 years ago
  100. e8e581a afs: Handle a short write to an AFS page by David Howells · 8 years ago