summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: stop all the operations by cp_error flagJaegeuk Kim2017-11-055-1/+62
* f2fs: remove several redundant assignmentsColin Ian King2017-10-261-5/+1
* f2fs: avoid using timespecArnd Bergmann2017-10-261-2/+1
* f2fs: fix to correct no_fggc_candidateChao Yu2017-10-261-1/+1
* Revert "f2fs: return wrong error number on f2fs_quota_write"Jaegeuk Kim2017-10-261-1/+1
* f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim2017-10-263-8/+6
* f2fs: retry ENOMEM for quota_read|writeJaegeuk Kim2017-10-261-3/+13
* f2fs: limit # of inmemory pagesJaegeuk Kim2017-10-266-0/+55
* f2fs: update ctx->pos correctly when hitting hole in directoryChao Yu2017-10-261-2/+1
* f2fs: relocate readahead codes in readdir()Chao Yu2017-10-261-5/+5
* f2fs: allow readdir() to be interruptedChao Yu2017-10-261-0/+9
* f2fs: trace f2fs_readdirChao Yu2017-10-261-5/+9
* f2fs: trace f2fs_lookupChao Yu2017-10-261-17/+32
* f2fs: skip searching non-exist range in truncate_holeWeichao Guo2017-10-261-1/+1
* f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-10-261-0/+6
* f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim2017-10-261-1/+3
* f2fs/crypto: drop crypto key at evict_inode onlyJaegeuk Kim2017-10-261-1/+0
* f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-10-263-2/+15
* f2fs: Fix bool initialization/comparisonThomas Meyer2017-10-261-2/+2
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-10-263-6/+14
* f2fs: trace f2fs_remove_discardChao Yu2017-10-261-0/+2
* f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu2017-10-261-8/+10
* f2fs: split discard policyChao Yu2017-10-264-96/+88
* f2fs: wrap discard policyChao Yu2017-10-262-10/+40
* f2fs: support issuing/waiting discard in rangeChao Yu2017-10-263-23/+109
* f2fs: fix to flush multiple device in checkpointChao Yu2017-10-104-0/+41
* f2fs: enhance multiple device flushChao Yu2017-10-109-21/+86
* f2fs: fix to show ino management cache size correctlyChao Yu2017-10-101-1/+1
* f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flushChao Yu2017-10-101-2/+4
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-10-105-73/+64
* f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo2017-10-101-5/+8
* f2fs: allow readpages with NULL file pointerHsiang Kao2017-10-101-1/+1
* f2fs: show flush list status in sysfsChao Yu2017-10-102-2/+6
* f2fs: introduce read_xattr_blockChao Yu2017-10-101-26/+24
* f2fs: introduce read_inline_xattrChao Yu2017-10-101-30/+29
* Revert "f2fs: reuse nids more aggressively"Chao Yu2017-10-101-4/+0
* Revert "f2fs: node segment is prior to data segment selected victim"Yunlong Song2017-10-101-11/+1
* Merge tag 'f2fs-for-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-103-5/+5
|\
| * f2fs: fix potential panic during fstrimChao Yu2017-10-033-5/+5
* | Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-10-095-7/+7
|\ \
| * | NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust2017-10-041-2/+1
| * | nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew2017-10-011-1/+2
| * | NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington2017-10-011-1/+1
| * | NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter2017-10-011-1/+1
| * | nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields2017-10-011-2/+2
* | | Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-062-3/+30
|\ \ \
| * | | xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-031-1/+8
| * | | xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-031-2/+22
* | | | Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-062-2/+2
|\ \ \ \
| * | | | Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh2017-10-041-1/+1