summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-10-05btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo1-0/+8
2019-10-01f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu12-26/+36
2019-10-01xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-10-01f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu1-0/+39
2019-10-01Revert "f2fs: avoid out-of-range memory access"Chao Yu1-5/+0
2019-10-01f2fs: check all the data segments against all node onesSurbhi Palande1-2/+2
2019-10-01CIFS: fix deadlock in cached root handlingAurelien Aptel1-0/+44
2019-09-21binfmt_elf: move brk out of mmap when doing direct loader execKees Cook1-0/+11
2019-09-21ovl: fix regression caused by overlapping layers detectionAmir Goldstein2-26/+48
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter1-1/+1
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg1-0/+22
2019-09-21NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-09-21NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-09-21NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust1-1/+1
2019-09-21NFSv4: Fix return value in nfs_finish_open()Trond Myklebust1-1/+1
2019-09-21NFSv4: Fix return values for nfs4_file_open()Trond Myklebust1-6/+6
2019-09-19ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger1-5/+11
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-4/+4
2019-09-16ext4: unsigned int compared against zeroColin Ian King1-1/+2
2019-09-16ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o1-0/+5
2019-09-16ext4: don't perform block validity checks on the journal inodeTheodore Ts'o1-4/+8
2019-09-16NFSv4: Fix delegation state recoveryTrond Myklebust3-15/+14
2019-09-16pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey1-6/+6
2019-09-16btrfs: correctly validate compression typeJohannes Thumshirn3-5/+18
2019-09-16ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng3-4/+7
2019-09-16cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)3-2/+12
2019-09-16cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg3-2/+12
2019-09-16Btrfs: fix race between block group removal and block group allocationFilipe Manana1-16/+18
2019-09-16cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li3-30/+32
2019-09-16ext4: protect journal inode's blocks using block_validityTheodore Ts'o2-0/+52
2019-09-16cifs: Fix lease buffer length errorZhangXiaoxu1-0/+1
2019-09-16CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky1-4/+13
2019-09-16CIFS: Fix error paths in writeback codePavel Shilovsky4-9/+56
2019-09-16btrfs: init csum_list before possible freeDan Robertson1-1/+1
2019-09-16btrfs: scrub: fix circular locking dependency warningAnand Jain1-11/+11
2019-09-16btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba1-12/+18
2019-09-16btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba1-5/+4
2019-09-16btrfs: Use real device structure to verify dev extentQu Wenruo1-0/+12
2019-09-16btrfs: volumes: Make sure no dev extent is beyond device boundaryQu Wenruo1-0/+17
2019-09-16btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov1-9/+20
2019-09-16btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov4-24/+19
2019-09-16Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana1-1/+34
2019-09-16Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval1-14/+9
2019-09-10afs: Fix leak in afs_lookup_cell_rcu()David Howells1-0/+4
2019-09-10ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques1-3/+4
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques4-6/+16
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques1-2/+6
2019-09-10vfs: fix page locking deadlocks when deduping filesDarrick J. Wong1-8/+41
2019-09-06NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2-9/+19
2019-09-06NFS: Pass error information to the pgio error cleanup routineTrond Myklebust4-7/+15