aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-04-132-5/+30
* f2fs: show actual device info in tracepointsJaegeuk Kim2017-04-131-5/+5
* f2fs: use SSR for warm node as wellJaegeuk Kim2017-04-131-1/+2
* f2fs: enable inline_xattr by defaultChao Yu2017-04-131-0/+1
* f2fs: introduce noinline_xattr mount optionChao Yu2017-04-131-0/+11
* f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim2017-04-131-7/+9
* f2fs: remove build_free_nids() during checkpointJaegeuk Kim2017-04-131-2/+0
* f2fs: change recovery policy of xattr node blockChao Yu2017-04-136-25/+22
* f2fs: super: constify fscrypt_operations structureBhumika Goyal2017-04-131-2/+2
* f2fs: show checkpoint version at mount timeJaegeuk Kim2017-04-131-0/+2
* f2fs: remove preflush for nobarrier caseJaegeuk Kim2017-04-131-2/+2
* f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-04-135-35/+40
* f2fs: check io submission more preciselyJaegeuk Kim2017-04-133-14/+37
* f2fs: fix missing bio_alloc(1)Jaegeuk Kim2017-04-131-1/+1
* f2fs: call internal __write_data_page directlyJaegeuk Kim2017-04-131-2/+8
* f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2017-04-132-4/+9
* f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim2017-04-131-67/+73
* f2fs: move flush tracepointJaegeuk Kim2017-04-131-3/+3
* f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2017-04-132-3/+5
* f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin2017-04-131-230/+272
* f2fs: fix 3 coding style errors in f2fs.hDongOh Shin2017-04-131-3/+3
* f2fs: declare missing static functionJaegeuk Kim2017-04-131-2/+2
* f2fs: show the fault injection mount optionKaixu Xia2017-04-131-0/+5
* f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu2017-04-131-1/+4
* f2fs: fix to avoid overflow when left shifting page offsetChao Yu2017-04-131-2/+3
* f2fs: enhance lookup xattrChao Yu2017-04-132-18/+121
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2017-04-131-1/+1
* f2fs: show # of on-going flush and discard biosJaegeuk Kim2017-04-133-3/+17
* f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim2017-04-132-31/+108
* f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim2017-04-134-22/+69
* f2fs: reorganize stat informationJaegeuk Kim2017-04-131-4/+4
* f2fs: clean up flush/discard command namingsJaegeuk Kim2017-04-133-60/+60
* f2fs: check in-memory sit version bitmapChao Yu2017-04-132-4/+30
* f2fs: check in-memory nat version bitmapChao Yu2017-04-133-0/+29
* f2fs: check in-memory block bitmapChao Yu2017-04-132-2/+36
* f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-04-135-9/+26
* f2fs: clean up with list_{first, last}_entryChao Yu2017-04-134-5/+11
* f2fs: return fs_trim if there is no candidateJaegeuk Kim2017-04-133-5/+34
* f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim2017-04-131-8/+9
* f2fs: relax async discard commands moreJaegeuk Kim2017-04-134-11/+27
* f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim2017-04-131-0/+2
* f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-04-131-0/+12
* f2fs: add tmpfile and rename2 to avoid code conflictJaegeuk Kim2017-04-131-0/+252
* f2fs: show the max number of atomic operationsJaegeuk Kim2017-04-134-2/+31
* f2fs: get io size bit from mount optionJaegeuk Kim2017-04-131-0/+22
* f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-04-135-6/+79
* f2fs: add submit_bio tracepointJaegeuk Kim2017-04-131-4/+8
* f2fs: reassign new segment for mode=lfsJaegeuk Kim2017-04-131-3/+0
* f2fs: fix a missing discard prefree segmentsYunlei He2017-04-131-1/+9
* f2fs: use rb_entry_safeGeliang Tang2017-04-132-11/+11