summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: move flush tracepointJaegeuk Kim2017-02-231-3/+3
| * | f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2017-02-222-3/+5
| * | f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin2017-02-221-228/+270
| * | f2fs: fix 3 coding style errors in f2fs.hDongOh Shin2017-02-221-3/+3
| * | f2fs: declare missing static functionJaegeuk Kim2017-02-221-2/+2
| * | f2fs: show the fault injection mount optionKaixu Xia2017-02-221-0/+5
| * | f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu2017-02-221-1/+4
| * | f2fs: fix to avoid overflow when left shifting page offsetChao Yu2017-02-221-2/+3
| * | f2fs: enhance lookup xattrChao Yu2017-02-222-18/+121
| * | f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2017-02-221-1/+1
| * | f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim2017-02-223-2/+13
| * | f2fs: show # of on-going flush and discard biosJaegeuk Kim2017-02-223-3/+17
| * | f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim2017-02-222-31/+109
| * | f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim2017-02-224-22/+69
| * | f2fs: reorganize stat informationJaegeuk Kim2017-02-221-4/+4
| * | f2fs: clean up flush/discard command namingsJaegeuk Kim2017-02-223-61/+59
| * | f2fs: check in-memory sit version bitmapChao Yu2017-02-222-4/+30
| * | f2fs: check in-memory nat version bitmapChao Yu2017-02-223-0/+29
| * | f2fs: check in-memory block bitmapChao Yu2017-02-222-2/+36
| * | f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-02-225-9/+26
| * | f2fs: clean up with list_{first, last}_entryChao Yu2017-02-223-5/+5
| * | f2fs: return fs_trim if there is no candidateJaegeuk Kim2017-02-223-5/+34
| * | f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim2017-02-221-8/+9
| * | f2fs: relax async discard commands moreJaegeuk Kim2017-01-294-11/+27
| * | f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim2017-01-291-0/+2
| * | f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-01-291-0/+12
| * | f2fs: show the max number of atomic operationsJaegeuk Kim2017-01-294-2/+31
| * | f2fs: get io size bit from mount optionJaegeuk Kim2017-01-291-0/+22
| * | f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim2017-01-295-6/+78
| * | f2fs: add submit_bio tracepointJaegeuk Kim2017-01-291-4/+8
| * | f2fs: reassign new segment for mode=lfsJaegeuk Kim2017-01-291-3/+0
| * | f2fs: fix a missing discard prefree segmentsYunlei He2017-01-291-1/+9
| * | f2fs: use rb_entry_safeGeliang Tang2017-01-291-11/+6
| * | f2fs: add a case of no need to read a page in write beginYunlei He2017-01-291-1/+6
| * | f2fs: fix a problem of using memory after freeYunlei He2017-01-291-2/+3
| * | f2fs: remove unneeded conditionDan Carpenter2017-01-291-3/+3
| * | f2fs: don't cache nat entry if out of memoryChao Yu2017-01-291-7/+20
| * | f2fs: remove unused values in recover_fsync_dataYunlei He2017-01-291-4/+0
| |/
* | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-2818-145/+241
|\ \
| * | nfsd: Fix display of the version stringTrond Myklebust2017-02-271-30/+26
| * | nfsd: fix configuration of supported minor versionsTrond Myklebust2017-02-272-8/+22
| * | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-242-6/+9
| * | sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-244-5/+3
| * | nfsd: remove superfluous KERN_INFORasmus Villemoes2017-02-241-1/+1
| * | nfsd: special case truncates some moreChristoph Hellwig2017-02-211-6/+26
| * | nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-02-201-17/+12
| * | nfsd: merge stable fix into main nfsd branchJ. Bruce Fields2017-02-207-39/+105
| |\ \
| * | | NFSD: Reserve adequate space for LOCKT operationKinglong Mee2017-02-171-5/+5
| * | | NFSD: Get response size before operation for all RPCsKinglong Mee2017-02-171-6/+63
| * | | nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee2017-02-171-7/+3