summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-02-07Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Mike Marshall
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-02-01Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan
2019-02-01Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-01-31gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher
2019-01-31Merge tag 'nfs-for-5.0-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-31cifs: update internal module version numberSteve French
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba
2019-01-30btrfs: fix potential oops in device_list_addAl Viro
2019-01-30debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky
2019-01-29CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg
2019-01-29cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg
2019-01-29NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust
2019-01-29debugfs: return error values, not NULLGreg Kroah-Hartman
2019-01-28nfs: Fix NULL pointer dereference of dev_nameYao Liu
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana
2019-01-27iomap: fix a use after free in iomap_dio_rwChristoph Hellwig
2019-01-27iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski
2019-01-26Merge tag '5.0-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-01-26Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-25debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman
2019-01-24cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg
2019-01-24smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg
2019-01-24CIFS: Fix mounts if the client is low on creditsPavel Shilovsky
2019-01-24CIFS: Do not assume one credit for async responsesPavel Shilovsky
2019-01-24CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky