summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1637-5277/+6444
|\ \ \ \
| * | | | afs: Protect call->state changes against signalsDavid Howells2017-11-133-69/+120
| * | | | afs: Trace page dirty/cleanDavid Howells2017-11-132-13/+31
| * | | | afs: Implement shared-writeable mmapDavid Howells2017-11-133-9/+54
| * | | | afs: Get rid of the afs_writeback recordDavid Howells2017-11-136-395/+411
| * | | | afs: Introduce a file-private data recordDavid Howells2017-11-136-20/+51
| * | | | afs: Use a dynamic port if 7001 is in useMarc Dionne2017-11-131-0/+4
| * | | | afs: Fix directory read/modify raceDavid Howells2017-11-133-8/+25
| * | | | afs: Trace the sending of pagesDavid Howells2017-11-131-0/+3
| * | | | afs: Trace the initiation and completion of client callsDavid Howells2017-11-134-20/+91
| * | | | afs: Fix total-length calculation for multiple-page sendDavid Howells2017-11-131-2/+11
| * | | | afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells2017-11-131-9/+0
| * | | | afs: Make use of the YFS service upgrade to fully support IPv6David Howells2017-11-136-10/+428
| * | | | afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-1326-2575/+2795
| * | | | afs: Move server rotation code into its own fileDavid Howells2017-11-133-250/+255
| * | | | afs: Add an address list conceptDavid Howells2017-11-1312-561/+844