summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2019-09-16ext4: unsigned int compared against zeroColin Ian King
2019-09-16ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o
2019-09-16ext4: don't perform block validity checks on the journal inodeTheodore Ts'o
2019-09-16NFSv4: Fix delegation state recoveryTrond Myklebust
2019-09-16pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey
2019-09-16btrfs: correctly validate compression typeJohannes Thumshirn
2019-09-16ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-09-16cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)
2019-09-16cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-09-16Btrfs: fix race between block group removal and block group allocationFilipe Manana
2019-09-16cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li
2019-09-16ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2019-09-16cifs: Fix lease buffer length errorZhangXiaoxu
2019-09-16CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky
2019-09-16CIFS: Fix error paths in writeback codePavel Shilovsky
2019-09-16btrfs: init csum_list before possible freeDan Robertson
2019-09-16btrfs: scrub: fix circular locking dependency warningAnand Jain
2019-09-16btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba
2019-09-16btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba
2019-09-16btrfs: Use real device structure to verify dev extentQu Wenruo
2019-09-16btrfs: volumes: Make sure no dev extent is beyond device boundaryQu Wenruo
2019-09-16btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov
2019-09-16btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2019-09-16Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana
2019-09-16Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval
2019-09-10afs: Fix leak in afs_lookup_cell_rcu()David Howells
2019-09-10ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques
2019-09-10vfs: fix page locking deadlocks when deduping filesDarrick J. Wong
2019-09-06NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust
2019-09-06NFS: Pass error information to the pgio error cleanup routineTrond Myklebust
2019-09-06NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust
2019-09-06NFS: Clean up list moves of struct nfs_pageTrond Myklebust
2019-09-06afs: Only update d_fsdata if different in afs_d_revalidate()David Howells
2019-09-06fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai
2019-09-06afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne
2019-09-06afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells
2019-08-29xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-08-29xfs: Add attibute remove and helper functionsAllison Henderson
2019-08-29xfs: Add attibute set and helper functionsAllison Henderson
2019-08-29xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson
2019-08-29xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson
2019-08-29xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster
2019-08-29xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong
2019-08-29userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov
2019-08-29ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton
2019-08-29ceph: clear page dirty before invalidate pageErqi Chen
2019-08-29SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant
2019-08-29SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky