Linus Torvalds
f9a03ae123
Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
...
Pull f2fs updates from Jaegeuk Kim:
"This series adds two ioctls to control cached data and fragmented
files. Most of the rest fixes missing error cases and bugs that we
have not covered so far. Summary:
Enhancements:
- support an ioctl to execute online file defragmentation
- support an ioctl to flush cached data
- speed up shrinking of extent_cache entries
- handle broken superblock
- refector dirty inode management infra
- revisit f2fs_map_blocks to handle more cases
- reduce global lock coverage
- add detecting user's idle time
Major bug fixes:
- fix data race condition on cached nat entries
- fix error cases of volatile and atomic writes"
* tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (87 commits)
f2fs: should unset atomic flag after successful commit
f2fs: fix wrong memory condition check
f2fs: monitor the number of background checkpoint
f2fs: detect idle time depending on user behavior
f2fs: introduce time and interval facility
f2fs: skip releasing nodes in chindless extent tree
f2fs: use atomic type for node count in extent tree
f2fs: recognize encrypted data in f2fs_fiemap
f2fs: clean up f2fs_balance_fs
f2fs: remove redundant calls
f2fs: avoid unnecessary f2fs_balance_fs calls
f2fs: check the page status filled from disk
f2fs: introduce __get_node_page to reuse common code
f2fs: check node id earily when readaheading node page
f2fs: read isize while holding i_mutex in fiemap
Revert "f2fs: check the node block address of newly allocated nid"
f2fs: cover more area with nat_tree_lock
f2fs: introduce max_file_blocks in sbi
f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink
f2fs: introduce zombie list for fast shrinking extent trees
...
2016-01-13 21:01:44 -08:00
..
2015-12-13 19:59:48 -08:00
2015-12-14 10:11:09 -08:00
2015-11-02 23:37:46 +01:00
2015-12-11 16:56:16 +01:00
2015-10-20 18:10:25 +02:00
2015-12-22 17:04:56 +00:00
2015-12-29 10:08:45 +01:00
2015-10-23 15:57:27 -04:00
2016-01-13 10:13:36 -08:00
2015-12-17 22:08:28 -05:00
2016-01-11 17:48:53 -05:00
2016-01-05 18:04:58 +01:00
2016-01-07 09:55:39 -08:00
2015-12-28 18:43:15 +01:00
2015-11-16 15:41:49 +00:00
2015-12-21 14:26:28 +05:30
2015-10-27 11:24:23 +01:00
2016-01-13 11:38:27 -08:00
2015-12-17 22:08:28 -05:00
2015-12-11 19:34:39 -05:00
2016-01-11 16:48:35 +00:00
2015-12-16 16:36:25 +02:00
2015-11-11 20:11:28 -08:00
2016-01-13 09:26:40 -08:00
2016-01-12 01:10:19 +01:00
2016-01-04 16:19:57 +00:00
2015-11-03 17:22:17 -08:00
2015-11-04 08:23:51 -05:00
2015-11-05 14:51:32 -08:00
2016-01-09 08:39:04 -08:00
2015-12-09 10:35:16 -08:00
2015-11-11 09:37:34 -07:00
2015-10-27 15:04:56 +09:00
2015-11-07 10:40:47 -07:00
2015-12-28 13:07:07 -07:00
2015-12-06 12:46:31 +01:00
2015-11-25 12:14:09 -05:00
2015-11-25 11:35:14 -05:00
2015-11-11 02:19:33 -05:00
2015-12-03 10:24:08 -05:00
2016-01-12 19:20:32 -08:00
2016-01-12 19:20:32 -08:00
2015-10-26 12:36:55 -07:00
2015-11-25 22:28:30 +01:00
2015-10-23 17:55:10 +09:00
2015-11-05 19:34:48 -08:00
2015-11-06 17:50:42 -08:00
2015-12-04 10:33:41 +01:00
2015-12-07 00:02:05 +00:00
2016-01-04 12:31:46 +01:00
2015-11-24 09:56:43 +01:00
2015-12-04 10:34:45 +01:00
2016-01-01 03:49:51 +01:00
2015-11-06 17:50:42 -08:00
2015-11-16 09:27:32 +05:30
2015-10-18 10:14:39 -07:00
2015-12-30 13:01:03 -05:00
2015-11-02 13:14:44 -08:00
2015-10-31 19:05:59 -04:00
2015-12-09 01:25:01 +01:00
2015-10-23 17:55:10 +09:00
2015-11-06 17:50:42 -08:00
2016-01-06 15:17:47 +05:30
2015-11-18 16:27:46 -05:00
2015-12-11 16:56:40 +01:00
2015-10-28 12:28:06 +01:00
2015-12-11 11:05:57 -08:00
2016-01-06 16:31:56 -05:00
2015-12-14 18:58:42 -08:00
2015-11-10 09:33:06 -08:00
2015-10-31 16:12:10 -07:00
2015-10-30 01:47:27 -04:00
2016-01-08 21:40:34 -05:00
2016-01-13 19:15:14 -08:00
2016-01-12 20:04:15 -08:00
2015-11-04 18:10:13 -08:00
2016-01-09 22:42:31 -08:00
2015-11-20 16:17:32 -08:00
2015-11-18 16:17:42 -05:00
2015-12-05 17:41:42 -05:00
2015-11-05 09:51:50 -08:00
2015-11-09 15:11:24 -08:00
2015-11-06 17:50:42 -08:00
2015-12-21 17:26:00 +00:00
2015-12-21 13:07:56 -08:00
2015-10-20 17:47:45 +02:00
2015-10-23 05:44:28 -07:00
2015-11-20 11:31:26 -05:00
2015-12-03 11:49:26 -05:00
2015-12-15 16:50:20 -05:00
2015-12-15 23:26:51 -05:00
2015-12-04 10:34:46 +01:00
2015-10-27 08:36:08 +09:00
2015-12-08 12:53:29 +01:00
2015-11-04 11:30:57 -08:00
2015-10-22 00:00:49 +02:00
2015-12-02 23:37:16 -05:00
2015-12-14 10:03:46 +01:00
2015-12-29 10:08:45 +01:00
2015-10-30 10:13:26 +01:00
2015-10-18 17:02:56 -04:00
2015-11-23 09:44:58 +01:00
2015-11-09 15:11:24 -08:00
2015-12-19 11:07:01 +01:00
2015-11-20 15:55:52 -05:00
2015-12-19 11:07:01 +01:00
2015-10-21 15:18:36 +01:00
2015-10-21 15:18:36 +01:00
2015-12-12 10:15:34 -08:00
2015-11-28 19:33:29 -08:00
2016-01-08 19:04:36 +01:00
2015-11-25 17:24:23 +01:00
2016-01-04 09:57:40 +01:00
2016-01-11 19:33:59 -08:00
2016-01-09 08:39:03 -08:00
2015-12-07 09:14:19 -07:00
2015-11-23 10:37:35 -08:00
2015-11-23 10:37:35 -08:00
2015-12-04 12:34:33 -08:00
2015-11-23 09:44:58 +01:00
2015-11-17 15:25:43 -05:00
2015-11-10 12:06:16 +01:00
2016-01-07 14:31:27 -05:00
2015-12-09 16:56:58 +00:00
2015-11-05 23:10:54 -08:00
2015-10-23 14:19:58 +01:00
2015-10-27 18:55:31 -07:00
2015-11-06 17:50:42 -08:00
2015-11-06 17:50:42 -08:00
2015-12-18 14:25:40 -08:00
2015-11-06 17:50:42 -08:00
2015-12-14 19:15:05 -08:00
2015-11-06 17:50:42 -08:00
2015-10-20 22:10:45 +08:00
2015-11-30 15:26:22 -05:00
2015-12-16 15:29:44 +00:00
2016-01-09 03:07:52 -05:00
2015-12-01 15:45:05 -05:00
2015-12-15 16:50:20 -05:00
2016-01-11 23:28:44 -05:00
2015-11-06 19:33:12 +01:00
2015-12-15 23:25:20 -05:00
2015-12-07 23:12:00 -05:00
2015-12-08 22:41:55 -05:00
2015-11-23 21:57:44 -05:00
2015-11-05 19:34:48 -08:00
2015-11-10 17:27:12 -06:00
2015-11-16 09:03:21 +05:30
2015-12-09 09:23:28 -06:00
2015-11-12 11:50:33 -08:00
2015-11-10 17:27:12 -06:00
2015-12-18 11:17:26 +05:30
2015-11-05 19:34:48 -08:00
2015-11-06 17:50:42 -08:00
2015-11-06 17:50:42 -08:00
2015-11-06 17:50:42 -08:00
2015-12-03 14:17:51 -05:00
2015-12-21 13:49:32 +00:00
2015-11-16 10:40:50 -05:00
2015-11-16 10:50:25 -05:00
2015-11-23 09:21:03 +01:00
2016-01-07 14:31:27 -05:00
2015-11-30 15:26:22 -05:00
2016-01-12 20:25:09 -08:00
2015-10-28 04:33:04 +01:00
2015-12-10 23:08:51 +01:00
2015-12-21 03:11:12 +01:00
2015-12-06 21:25:17 -05:00
2016-01-02 00:29:35 +01:00
2015-10-21 14:46:56 -06:00
2016-01-01 02:09:51 +01:00
2015-11-23 09:44:58 +01:00
2015-10-22 08:59:18 -07:00
2015-11-03 11:08:22 -05:00
2015-11-10 13:06:16 +01:00
2015-10-30 11:18:05 +09:00
2015-11-06 17:50:42 -08:00
2015-12-07 17:02:54 -08:00
2015-12-07 17:02:54 -08:00
2015-12-07 17:01:31 -08:00
2015-12-07 17:01:31 -08:00
2016-01-05 19:07:17 +00:00
2015-12-17 22:08:28 -05:00
2015-11-02 14:23:38 -05:00
2016-01-10 22:13:15 -05:00
2015-12-15 09:41:09 +01:00
2016-01-12 18:57:02 -08:00
2015-11-19 16:22:43 +01:00
2015-10-27 19:55:13 -07:00
2015-12-13 19:59:48 -08:00
2015-12-17 11:18:44 +01:00
2016-01-04 16:11:11 -05:00
2015-11-20 16:17:32 -08:00
2016-01-10 17:54:28 -05:00
2015-11-22 11:58:44 -08:00
2015-10-20 10:23:55 +02:00
2015-12-15 23:26:51 -05:00
2016-01-06 11:02:29 +01:00
2016-01-04 10:20:19 -05:00
2015-10-26 10:11:58 +09:00
2015-12-01 14:00:53 -05:00
2015-11-13 21:53:18 -08:00
2015-10-21 14:42:38 -06:00
2015-11-05 14:36:09 -05:00
2015-11-23 15:34:34 -08:00
2015-12-10 22:41:06 -08:00
2015-10-19 01:01:21 +02:00
2015-10-25 21:33:56 -04:00
2015-11-05 19:34:48 -08:00
2015-12-06 12:56:06 +01:00
2016-01-12 20:04:15 -08:00
2015-12-13 19:59:48 -08:00
2015-11-25 15:49:13 +00:00
2015-11-05 19:34:48 -08:00
2015-12-18 17:48:50 -08:00
2015-12-06 20:42:15 -05:00
2015-11-23 09:44:58 +01:00
2015-12-01 14:58:18 -08:00
2015-12-04 08:38:42 -07:00
2015-11-05 11:07:36 +10:00
2015-12-04 10:38:59 -02:00
2015-11-05 19:34:48 -08:00
2015-11-01 17:09:15 -08:00
2015-10-17 22:03:00 -07:00
2015-12-29 17:45:49 -08:00
2015-12-04 10:34:45 +01:00
2016-01-12 18:57:02 -08:00
2015-11-03 20:46:26 +01:00
2015-12-08 11:29:47 -05:00
2015-12-13 19:46:12 -05:00
2015-11-06 17:50:42 -08:00
2015-11-06 17:50:42 -08:00
2015-11-06 17:50:42 -08:00