summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | afs: Overhaul cell database managementDavid Howells2017-11-136-317/+704
| * | | | | afs: Overhaul permit cachingDavid Howells2017-11-139-187/+244
| * | | | | afs: Overhaul the callback handlingDavid Howells2017-11-1314-794/+443
| * | | | | afs: Rename struct afs_call server member to cm_serverDavid Howells2017-11-133-11/+10
| * | | | | afs: Fix the afs_uuid struct to make the char-sized fields signedDavid Howells2017-11-131-3/+3
| * | | | | afs: Connect up the CB.ProbeUuidDavid Howells2017-11-131-0/+3
| * | | | | afs: Potentially return call->reply[0] from afs_make_call()David Howells2017-11-132-11/+18
| * | | | | afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells2017-11-135-77/+74
| * | | | | afs: Consolidate abort_to_error translatorsDavid Howells2017-11-136-77/+36
| * | | | | afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-135-26/+36
| * | | | | afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-1310-130/+85
| * | | | | afs: Update the cache index structureDavid Howells2017-11-134-251/+50
| * | | | | afs: Add some protocol defsDavid Howells2017-11-133-9/+35
| * | | | | afs: Push the net ns pointer to more placesDavid Howells2017-11-1311-56/+56
| * | | | | afs: Note the cell in the superblock info alsoDavid Howells2017-11-132-24/+48
| * | | | | afs: Fix server reapingDavid Howells2017-11-133-10/+57