aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 10-40/+108
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+5
2018-08-15Merge tag 'pstore-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+30
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+12
2018-08-14Merge tag 'configfs-for-4.19' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 3-21/+16
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 4-31/+32
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-12/+18
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 117-5332/+5640
2018-08-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 15-71/+196
2018-08-13Merge tag '4.19-smb3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 26-667/+1259
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-96/+520
2018-08-13Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 46-2939/+1816
2018-08-13Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-9/+11
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-59/+21
2018-08-13Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-7/+207
2018-08-13Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 4-94/+27
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 18-157/+130
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 22-402/+252
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-1/+1
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2018-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-9/+32
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeGravatar Shan Hai 1-8/+16
2018-08-12xfs: remove b_last_holder & associated macrosGravatar Eric Sandeen 3-23/+2
2018-08-12iomap: Switch to offset_in_page for clarityGravatar Andreas Gruenbacher 1-10/+10
2018-08-12xfs: Close race between direct IO and xfs_break_layouts()Gravatar Dave Jiang 1-5/+4
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 55-684/+1116
2018-08-10smb3: create smb3 equivalent alias for cifs pseudo-xattrsGravatar Steve French 1-2/+26
2018-08-10xfs: repair the AGIGravatar Darrick J. Wong 3-1/+220
2018-08-10xfs: repair the AGFLGravatar Darrick J. Wong 5-1/+380
2018-08-10xfs: repair the AGFGravatar Darrick J. Wong 4-10/+400
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmGravatar Steve French 2-0/+68
2018-08-10cifs: don't show domain= in mount output when domain is emptyGravatar Ronnie Sahlberg 1-1/+1
2018-08-10cifs: add missing support for ACLs in SMB 3.11Gravatar Ronnie Sahlberg 1-0/+5
2018-08-09smb3: enumerating snapshots was leaving part of the data off endGravatar Steve French 1-7/+27
2018-08-09cifs: update smb2_queryfs() to use compoundingGravatar Ronnie Sahlberg 4-26/+131
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesGravatar Ronnie Sahlberg 4-43/+107
2018-08-09make sure that __dentry_kill() always invalidates d_seq, unhashed or notGravatar Al Viro 1-5/+2
2018-08-09fix __legitimize_mnt()/mntput() raceGravatar Al Viro 1-0/+14
2018-08-09fix mntput/mntput raceGravatar Al Viro 1-2/+12
2018-08-08cifs: create SMB2_open_init()/SMB2_open_free() helpers.Gravatar Ronnie Sahlberg 2-71/+78
2018-08-08cifs: add SMB2_query_info_[init|free]()Gravatar Ronnie Sahlberg 2-22/+51
2018-08-08cifs: add SMB2_close_init()/SMB2_close_free()Gravatar Ronnie Sahlberg 2-14/+37
2018-08-08locks: remove misleading obsolete commentGravatar Jeff Layton 1-4/+0
2018-08-07smb3: display stats counters for number of slow commandsGravatar Steve French 3-3/+24
2018-08-07CIFS: fix uninitialized ptr deref in smb2 signingGravatar Aurelien Aptel 1-2/+3
2018-08-07smb3: Do not send SMB3 SET_INFO if nothing changedGravatar Steve French 2-1/+3
2018-08-07smb3: fix minor debug output for CONFIG_CIFS_STATSGravatar Steve French 1-1/+1
2018-08-07smb3: add tracepoint for slow responsesGravatar Steve French 2-2/+43