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