summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix wrong memory footprint statistics in debugfsChao Yu2015-02-111-4/+11
* f2fs: avoid infinite loop on cp_errorJaegeuk Kim2015-02-111-0/+4
* f2fs: pids_lock can be statickbuild test robot2015-01-091-1/+1
* f2fs: add f2fs_destroy_trace_ios to free radix treeJaegeuk Kim2015-01-093-0/+40
* f2fs: add spin_lock to cover radix operations in IO tracerJaegeuk Kim2015-01-093-3/+19
* f2fs: add nat/sit entries into statusJaegeuk Kim2015-01-092-4/+6
* f2fs: free radix_tree_nodes used by nat_set entriesJaegeuk Kim2015-01-092-2/+20
* f2fs: fix wrong unlock_page callJaegeuk Kim2015-01-091-1/+0
* f2fs: get rid of kzalloc in __recover_inline_statusChao Yu2015-01-091-21/+14
* f2fs: align direct_io'ed data to sectionJaegeuk Kim2015-01-093-11/+26
* f2fs: remove uncovered code pathJaegeuk Kim2015-01-091-13/+3
* f2fs: avoid potential unnecessary codesJaegeuk Kim2015-01-092-3/+5
* f2fs: clean up to remove parameterJaegeuk Kim2015-01-096-17/+21
* f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu2015-01-096-45/+24
* f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio...Chao Yu2015-01-091-6/+4
* f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASSChao Yu2015-01-091-2/+2
* f2fs: fix missing cold bit during recoveryJaegeuk Kim2015-01-091-1/+9
* f2fs: add block count by in-place-update in stat infoChangman Lee2015-01-093-1/+10
* f2fs: avoid double lock for cp_rwsemJaegeuk Kim2015-01-091-2/+2
* f2fs: activate f2fs_trace_iosJaegeuk Kim2015-01-093-0/+7
* f2fs: activate f2fs_trace_pidJaegeuk Kim2015-01-093-0/+7
* f2fs: add key functions for f2fs_io_tracerJaegeuk Kim2015-01-092-0/+104
* f2fs: add f2fs_io_tracer supportJaegeuk Kim2015-01-094-0/+59
* f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim2015-01-096-66/+87
* f2fs: use ra_meta_pages to simplify readahead code in restore_node_summaryChao Yu2015-01-091-52/+13
* f2fs: merge two uchar variable in struct node_info to reduce memory costChao Yu2015-01-092-13/+24
* f2fs: readahead contiguous current summary blocks in checkpointChao Yu2015-01-093-5/+20
* f2fs: use missing the use of f2fs_kunmap_pageJaegeuk Kim2015-01-091-2/+1
* f2fs: remove unnecessary call to invalidate inmemory pagesJaegeuk Kim2015-01-093-21/+0
* f2fs: fix small discards not to issue redundantlyJaegeuk Kim2015-01-091-3/+5
* f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-097-14/+88
* f2fs: don't need to call lock_op and lock_page for abortJaegeuk Kim2015-01-091-15/+20
* f2fs: fix wrong condition check to trigger f2fs_sync_fsJaegeuk Kim2015-01-091-1/+1
* f2fs: remove checking dirty_exceedJaegeuk Kim2015-01-091-2/+0
* vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale2015-01-081-2/+3
* ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...Xue jiufei2015-01-081-8/+35
* ocfs2: remove bogus check in dlm_process_recovery_dataJoseph Qi2015-01-081-4/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-01-064-121/+129
|\
| * ext4: remove spurious KERN_INFO from ext4_warning callJakub Wilk2015-01-021-1/+1
| * Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"Theodore Ts'o2015-01-022-108/+116
| * ext4: prevent online resize with backup superblockTheodore Ts'o2014-12-261-12/+12
* | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-12-297-19/+28
|\ \
| * | cifs: make new inode cache when file type is differentNakajima Akira2014-12-221-3/+7
| * | Fix signed/unsigned pointer warningKevin Cernekee2014-12-141-5/+7
| * | Convert MessageID in smb2_hdr to LESachin Prabhu2014-12-145-11/+14
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-297-47/+106
|\ \ \
| * | | udf: Reduce repeated dereferencesJan Kara2014-12-212-25/+25
| * | | udf: Check component length before reading itJan Kara2014-12-211-2/+7
| * | | udf: Check path length when reading symlinkJan Kara2014-12-195-20/+48
| * | | udf: Verify symlink size before loading itJan Kara2014-12-191-4/+13
OpenPOWER on IntegriCloud