1. 1a118cc f2fs: use spinlock for segmap_lock instead of rwlock by Chao Yu · 10 years ago
  2. f1a3b98 f2fs: fix accessing wrong indexed data blocks by Jaegeuk Kim · 10 years ago
  3. 60a3b78 f2fs: avoid variable length array by Jaegeuk Kim · 10 years ago
  4. 29e7043 f2fs: fix sparse warnings by Jaegeuk Kim · 10 years ago
  5. 59b802e f2fs: allocate data blocks in advance for f2fs_direct_IO by Jaegeuk Kim · 10 years ago
  6. f7ef9b8 f2fs: introduce macros to convert bytes and blocks in f2fs by Jaegeuk Kim · 10 years ago
  7. da17eec f2fs: call set_buffer_new for get_block by Jaegeuk Kim · 10 years ago
  8. aaf9607 f2fs: check node page contents all the time by Jaegeuk Kim · 10 years ago
  9. 2e02317 f2fs: avoid data offset overflow when lseeking huge file by Chao Yu · 10 years ago
  10. 560d467 f2fs: fix to use highmem for pages of newly created directory by Chao Yu · 10 years ago
  11. bba681c f2fs: introduce a batched trim by Jaegeuk Kim · 10 years ago
  12. 487261f f2fs: merge {invalidate,release}page for meta/node/data pages by Chao Yu · 10 years ago
  13. d24bdcb f2fs: show the number of writeback pages in stat by Jaegeuk Kim · 10 years ago
  14. f68daee f2fs: keep PagePrivate during releasepage by Jaegeuk Kim · 10 years ago
  15. 081d78c f2fs: should fail mount when trying to recover data on read-only dev by Jaegeuk Kim · 10 years ago
  16. 119ee91 f2fs: split UMOUNT and FASTBOOT flags by Jaegeuk Kim · 10 years ago
  17. 11504a8 f2fs: avoid write_checkpoint if f2fs is mounted readonly by Jaegeuk Kim · 10 years ago
  18. 2d834bf f2fs: support norecovery mount option by Jaegeuk Kim · 10 years ago
  19. dabc4a5 f2fs: fix not to drop mount options when retrying fill_super by Jaegeuk Kim · 10 years ago
  20. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  21. 88dd893 f2fs: clean up {in,de}create_sleep_time by Chao Yu · 10 years ago
  22. feeb0de f2fs: make truncate_inline_date static by Chao Yu · 10 years ago
  23. 3b6709b f2fs: fix a bug of inheriting default ACL from parent by Kinglong Mee · 10 years ago
  24. f28e503 f2fs: use f2fs_radix_tree_insert to clean codes by Chao Yu · 10 years ago
  25. d49f3e8 f2fs: add F2FS_IOC_GETVERSION support by Chao Yu · 10 years ago
  26. bc4a1f8 f2fs: leave comment for code readability by Jaegeuk Kim · 10 years ago
  27. 1601839 f2fs: fix to release count of meta page in ->invalidatepage by Chao Yu · 10 years ago
  28. 85dc2f2 f2fs: do checkpoint when umount flag is not set by Jaegeuk Kim · 10 years ago
  29. 30a5537 f2fs: trigger correct checkpoint during umount by Jaegeuk Kim · 10 years ago
  30. 6f0aacb f2fs: update memory footprint information by Jaegeuk Kim · 10 years ago
  31. 9066c6a f2fs: fix wrong memory footprint statistics in debugfs by Chao Yu · 10 years ago
  32. 871f599 f2fs: avoid infinite loop on cp_error by Jaegeuk Kim · 10 years ago
  33. 08e4126 f2fs: pids_lock can be static by kbuild test robot · 10 years ago
  34. 351f4fb f2fs: add f2fs_destroy_trace_ios to free radix tree by Jaegeuk Kim · 10 years ago
  35. c050865 f2fs: add spin_lock to cover radix operations in IO tracer by Jaegeuk Kim · 10 years ago
  36. dd4e4b5 f2fs: add nat/sit entries into status by Jaegeuk Kim · 10 years ago
  37. 7aed0d4 f2fs: free radix_tree_nodes used by nat_set entries by Jaegeuk Kim · 10 years ago
  38. df19913 f2fs: fix wrong unlock_page call by Jaegeuk Kim · 10 years ago
  39. 9e5ba77 f2fs: get rid of kzalloc in __recover_inline_status by Chao Yu · 10 years ago
  40. 38aa088 f2fs: align direct_io'ed data to section by Jaegeuk Kim · 10 years ago
  41. 41ef94b f2fs: remove uncovered code path by Jaegeuk Kim · 10 years ago
  42. 3547ea9 f2fs: avoid potential unnecessary codes by Jaegeuk Kim · 10 years ago
  43. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  44. 0629207 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively by Chao Yu · 10 years ago
  45. 2ace38e f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio by Chao Yu · 10 years ago
  46. 3e1c8f1 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS by Chao Yu · 10 years ago
  47. 09eb483 f2fs: fix missing cold bit during recovery by Jaegeuk Kim · 10 years ago
  48. b9a2c25 f2fs: add block count by in-place-update in stat info by Changman Lee · 10 years ago
  49. dd80240 f2fs: avoid double lock for cp_rwsem by Jaegeuk Kim · 10 years ago
  50. db9f7c1 f2fs: activate f2fs_trace_ios by Jaegeuk Kim · 10 years ago
  51. 9e4ded3 f2fs: activate f2fs_trace_pid by Jaegeuk Kim · 10 years ago
  52. 0e689d0 f2fs: add key functions for f2fs_io_tracer by Jaegeuk Kim · 10 years ago
  53. 63f92dd f2fs: add f2fs_io_tracer support by Jaegeuk Kim · 10 years ago
  54. cf04e8e f2fs: use f2fs_io_info to clean up messy parameters during IO path by Jaegeuk Kim · 10 years ago
  55. 9ecf4b8 f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary by Chao Yu · 10 years ago
  56. 5c27f4e f2fs: merge two uchar variable in struct node_info to reduce memory cost by Chao Yu · 10 years ago
  57. 3fa06d7 f2fs: readahead contiguous current summary blocks in checkpoint by Chao Yu · 10 years ago
  58. 5df1f1d f2fs: use missing the use of f2fs_kunmap_page by Jaegeuk Kim · 10 years ago
  59. 042b781 f2fs: remove unnecessary call to invalidate inmemory pages by Jaegeuk Kim · 10 years ago
  60. d7bc248 f2fs: fix small discards not to issue redundantly by Jaegeuk Kim · 10 years ago
  61. 1e84371 f2fs: change atomic and volatile write policies by Jaegeuk Kim · 10 years ago
  62. 70c640b f2fs: don't need to call lock_op and lock_page for abort by Jaegeuk Kim · 10 years ago
  63. 88a70a6 f2fs: fix wrong condition check to trigger f2fs_sync_fs by Jaegeuk Kim · 10 years ago
  64. cd52b63 f2fs: remove checking dirty_exceed by Jaegeuk Kim · 10 years ago
  65. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  66. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  67. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  68. 3b421b8 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  69. 363307e ext4: remove spurious KERN_INFO from ext4_warning call by Jakub Wilk · 10 years ago
  70. ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 10 years ago
  71. 5faa015 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  72. b9d4a35 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  73. 011fa99 ext4: prevent online resize with backup superblock by Theodore Ts'o · 10 years ago
  74. 9e6d722 cifs: make new inode cache when file type is different by Nakajima Akira · 10 years ago
  75. 3ee3039 udf: Reduce repeated dereferences by Jan Kara · 10 years ago
  76. e237ec3 udf: Check component length before reading it by Jan Kara · 10 years ago
  77. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  78. 298647e Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
  79. 5c68eac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  80. ac88ee3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  81. 0e5cc9a udf: Check path length when reading symlink by Jan Kara · 10 years ago
  82. a1d47b2 udf: Verify symlink size before loading it by Jan Kara · 10 years ago
  83. e159332 udf: Verify i_size when loading inode by Jan Kara · 10 years ago
  84. 4e20246 isofs: Fix unchecked printing of ER records by Jan Kara · 10 years ago
  85. 018cb13 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  86. 136f49b ocfs2: fix journal commit deadlock by Junxiao Bi · 10 years ago
  87. 1e58958 ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker by Joseph Qi · 10 years ago
  88. f62f12b ocfs2: reflink: fix slow unlink for refcounted file by Junxiao Bi · 10 years ago
  89. 47f8f92 fs/proc/meminfo.c: include cma info in proc/meminfo by Pintu Kumar · 10 years ago
  90. 89ac9b4 hfsplus: fix longname handling by Sougata Santra · 10 years ago
  91. c297abf mnt: Fix a memory stomp in umount by Eric W. Biederman · 10 years ago
  92. 44e8967 Ceph: remove left-over reject file by Linus Torvalds · 10 years ago
  93. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  94. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  95. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  96. c103b21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  97. 0aeff37 ceph: fix setting empty extended attribute by Yan, Zheng · 10 years ago
  98. 275dd19 ceph: fix mksnap crash by Yan, Zheng · 10 years ago
  99. 021b77b ceph: do_sync is never initialized by Dan Carpenter · 10 years ago
  100. 65a2266 ceph: support inline data feature by Yan, Zheng · 10 years ago