aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Gravatar Linus Torvalds 7-124/+186
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-209/+469
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 2-1/+2
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 48-1547/+3315
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 87-4011/+10972
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 19-500/+266
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 20-131/+187
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-108/+17
2017-11-14Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Gravatar Jan Kara 20-227/+262
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+2
2017-11-13f2fs: inject fault in inc_valid_node_countGravatar Chao Yu 1-0/+7
2017-11-13f2fs: fix to clear FI_NO_PREALLOCGravatar Chao Yu 1-0/+1
2017-11-13f2fs: expose quota information in debugfsGravatar Jaegeuk Kim 2-2/+19
2017-11-13f2fs: separate nat entry mem alloc from nat_tree_lockGravatar Yunlei He 1-39/+59
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-12/+7
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 22-54/+45
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-13afs: Protect call->state changes against signalsGravatar David Howells 3-69/+120
2017-11-13afs: Trace page dirty/cleanGravatar David Howells 2-13/+31
2017-11-13afs: Implement shared-writeable mmapGravatar David Howells 3-9/+54
2017-11-13afs: Get rid of the afs_writeback recordGravatar David Howells 6-395/+411
2017-11-13afs: Introduce a file-private data recordGravatar David Howells 6-20/+51
2017-11-13afs: Use a dynamic port if 7001 is in useGravatar Marc Dionne 1-0/+4
2017-11-13afs: Fix directory read/modify raceGravatar David Howells 3-8/+25
2017-11-13afs: Trace the sending of pagesGravatar David Howells 1-0/+3
2017-11-13afs: Trace the initiation and completion of client callsGravatar David Howells 4-20/+91
2017-11-13afs: Fix total-length calculation for multiple-page sendGravatar David Howells 1-2/+11
2017-11-13afs: Only progress call state at end of Tx phase from rxrpc callbackGravatar David Howells 1-9/+0
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6Gravatar David Howells 6-10/+428
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationGravatar David Howells 26-2575/+2795
2017-11-13afs: Move server rotation code into its own fileGravatar David Howells 3-250/+255
2017-11-13afs: Add an address list conceptGravatar David Howells 12-561/+844
2017-11-13afs: Overhaul cell database managementGravatar David Howells 6-317/+704
2017-11-13afs: Overhaul permit cachingGravatar David Howells 9-187/+244
2017-11-13afs: Overhaul the callback handlingGravatar David Howells 14-794/+443
2017-11-13afs: Rename struct afs_call server member to cm_serverGravatar David Howells 3-11/+10
2017-11-13afs: Fix the afs_uuid struct to make the char-sized fields signedGravatar David Howells 1-3/+3
2017-11-13afs: Connect up the CB.ProbeUuidGravatar David Howells 1-0/+3
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()Gravatar David Howells 2-11/+18
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayGravatar David Howells 5-77/+74
2017-11-13afs: Consolidate abort_to_error translatorsGravatar David Howells 6-77/+36
2017-11-13afs: Allow IPv6 address specification of VL serversGravatar David Howells 5-26/+36
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrGravatar David Howells 10-130/+85
2017-11-13afs: Update the cache index structureGravatar David Howells 4-251/+50
2017-11-13afs: Add some protocol defsGravatar David Howells 3-9/+35
2017-11-13afs: Push the net ns pointer to more placesGravatar David Howells 11-56/+56
2017-11-13afs: Note the cell in the superblock info alsoGravatar David Howells 2-24/+48
2017-11-13afs: Fix server reapingGravatar David Howells 3-10/+57
2017-11-13afs: Close the rxrpc socket only after purging the serversGravatar David Howells 1-1/+1