aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14dax: fix PMD faults on zero-length filesJeff Moyer1-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds8-141/+112
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds7-30/+30
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds20-227/+262
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds8-181/+158
2017-11-14Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds7-124/+186
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds11-209/+469
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-1/+2
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds48-1547/+3315
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds87-4011/+10972
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds19-500/+266
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds20-131/+187
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-108/+17
2017-11-14Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Jan Kara20-227/+262
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2017-11-13f2fs: inject fault in inc_valid_node_countChao Yu1-0/+7
2017-11-13f2fs: fix to clear FI_NO_PREALLOCChao Yu1-0/+1
2017-11-13f2fs: expose quota information in debugfsJaegeuk Kim2-2/+19
2017-11-13f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He1-39/+59
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+7
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams3-5/+16
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds22-54/+45
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2017-11-13afs: Protect call->state changes against signalsDavid Howells3-69/+120
2017-11-13afs: Trace page dirty/cleanDavid Howells2-13/+31
2017-11-13afs: Implement shared-writeable mmapDavid Howells3-9/+54
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells6-395/+411
2017-11-13afs: Introduce a file-private data recordDavid Howells6-20/+51
2017-11-13afs: Use a dynamic port if 7001 is in useMarc Dionne1-0/+4
2017-11-13afs: Fix directory read/modify raceDavid Howells3-8/+25
2017-11-13afs: Trace the sending of pagesDavid Howells1-0/+3
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells4-20/+91
2017-11-13afs: Fix total-length calculation for multiple-page sendDavid Howells1-2/+11
2017-11-13afs: Only progress call state at end of Tx phase from rxrpc callbackDavid Howells1-9/+0
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells6-10/+428
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells26-2575/+2795
2017-11-13afs: Move server rotation code into its own fileDavid Howells3-250/+255
2017-11-13afs: Add an address list conceptDavid Howells12-561/+844
2017-11-13afs: Overhaul cell database managementDavid Howells6-317/+704
2017-11-13afs: Overhaul permit cachingDavid Howells9-187/+244
2017-11-13afs: Overhaul the callback handlingDavid Howells14-794/+443
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells3-11/+10
2017-11-13afs: Fix the afs_uuid struct to make the char-sized fields signedDavid Howells1-3/+3
2017-11-13afs: Connect up the CB.ProbeUuidDavid Howells1-0/+3
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells2-11/+18
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells5-77/+74
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells6-77/+36
2017-11-13afs: Allow IPv6 address specification of VL serversDavid Howells5-26/+36
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells10-130/+85