aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+11
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+24
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-5/+27
2019-02-07Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+4
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+5
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Gravatar Trond Myklebust 1-2/+4
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Gravatar Tetsuo Handa 1-9/+10
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Gravatar Mike Marshall 1-0/+1
2019-02-03xfs: set buffer ops when repair probes for btree typeGravatar Darrick J. Wong 2-3/+24
2019-02-03xfs: end sync buffer I/O properly on shutdown errorGravatar Brian Foster 1-2/+1
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedGravatar Brian Foster 1-0/+2
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-38/+71
2019-02-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-4/+36
2019-02-01Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-29/+61
2019-02-01autofs: fix error return in autofs_fill_super()Gravatar Ian Kent 1-1/+3
2019-02-01autofs: drop dentry reference only when it is never usedGravatar Pan Bian 1-1/+2
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Gravatar Jan Kara 1-1/+7
2019-02-01proc: fix /proc/net/* after setns(2)Gravatar Alexey Dobriyan 3-1/+24
2019-02-01Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-7/+30
2019-01-31gfs2: Revert "Fix loop in gfs2_rbm_find"Gravatar Andreas Gruenbacher 1-1/+1
2019-01-31Merge tag 'nfs-for-5.0-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-4/+10
2019-01-31cifs: update internal module version numberGravatar Steve French 1-1/+1
2019-01-31CIFS: fix use-after-free of the lease keysGravatar Aurelien Aptel 1-2/+2
2019-01-30fs/dcache: Track & report number of negative dentriesGravatar Waiman Long 1-0/+32
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Gravatar Waiman Long 1-5/+1
2019-01-30btrfs: On error always free subvol_name in btrfs_mountGravatar Eric W. Biederman 1-0/+3
2019-01-30btrfs: clean up pending block groups when transaction commit abortsGravatar David Sterba 1-0/+16
2019-01-30btrfs: fix potential oops in device_list_addGravatar Al Viro 1-2/+2
2019-01-30debugfs: debugfs_lookup() should return NULL if not foundGravatar Greg Kroah-Hartman 1-5/+5
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsGravatar Pavel Shilovsky 1-1/+1
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryGravatar Pavel Shilovsky 1-2/+2
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesGravatar Pavel Shilovsky 1-16/+30
2019-01-29CIFS: Fix possible oops and memory leaks in async IOGravatar Pavel Shilovsky 1-3/+8
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeGravatar Ronnie Sahlberg 2-3/+16
2019-01-29cifs: fix computation for MAX_SMB2_HDR_SIZEGravatar Ronnie Sahlberg 1-2/+2
2019-01-29NFS: Fix up return value on fatal errors in nfs_page_async_flush()Gravatar Trond Myklebust 1-4/+5
2019-01-29debugfs: return error values, not NULLGravatar Greg Kroah-Hartman 1-17/+22
2019-01-28nfs: Fix NULL pointer dereference of dev_nameGravatar Yao Liu 1-0/+5
2019-01-28btrfs: don't end the transaction for delayed refs in throttleGravatar Josef Bacik 1-8/+0
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitGravatar Filipe Manana 1-28/+50
2019-01-27iomap: fix a use after free in iomap_dio_rwGravatar Christoph Hellwig 1-7/+21
2019-01-27iomap: get/put the page in iomap_page_create/release()Gravatar Piotr Jaroszynski 1-0/+9
2019-01-26Merge tag '5.0-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-67/+136
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-4/+41
2019-01-25debugfs: fix debugfs_rename parameter checkingGravatar Greg Kroah-Hartman 1-0/+7
2019-01-24cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataGravatar Ronnie Sahlberg 1-0/+1
2019-01-24smb3: add credits we receive from oplock/break PDUsGravatar Ronnie Sahlberg 1-0/+7
2019-01-24CIFS: Fix mounts if the client is low on creditsGravatar Pavel Shilovsky 1-0/+17
2019-01-24CIFS: Do not assume one credit for async responsesGravatar Pavel Shilovsky 1-4/+11
2019-01-24CIFS: Fix credit calculations in compound mid callbackGravatar Pavel Shilovsky 2-11/+6