summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-21cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)1-10/+22
2019-12-21CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky3-7/+17
2019-12-21CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky2-8/+8
2019-12-21CIFS: Close open handle after interrupted closePavel Shilovsky3-15/+63
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky1-0/+7
2019-12-21cifs: Don't display RDMA transport on reconnectLong Li1-0/+5
2019-12-21cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li1-1/+1
2019-12-21cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li1-1/+1
2019-12-21cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li1-2/+4
2019-12-21cifs: smbd: Only queue work for error recovery on memory registrationLong Li1-11/+15
2019-12-21cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li1-2/+5
2019-12-21gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson4-4/+12
2019-12-21gfs2: Multi-block allocations in gfs2_page_mkwriteAndreas Gruenbacher1-7/+8
2019-12-17ext4: fix leak of quota reservationsJan Kara2-6/+1
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun1-4/+8
2019-12-17splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong1-3/+11
2019-12-17ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney6-14/+32
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara1-2/+11
2019-12-17quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov1-4/+5
2019-12-17ext2: check err when partial != NULLChengguang Xu1-2/+5
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov2-2/+2
2019-12-17erofs: zero out when listxattr is called with no xattrGao Xiang1-0/+2
2019-12-17ovl: relax WARN_ON() on rename to selfAmir Goldstein1-1/+1
2019-12-17ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein1-1/+7
2019-12-17ovl: fix lookup failure on multi lower squashfsAmir Goldstein3-7/+27
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo1-1/+0
2019-12-17btrfs: Avoid getting stuck during cyclic writebacksTejun Heo1-11/+1
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-12-17Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana1-1/+5
2019-12-17btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik1-3/+10
2019-12-17btrfs: use btrfs_block_group_cache_done in update_block_groupJosef Bacik1-1/+1
2019-12-17btrfs: check page->mapping when loading free space cacheJosef Bacik1-0/+6
2019-12-17ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2-1/+2
2019-12-17compat_ioctl: add compat_ptr_ioctl()Arnd Bergmann1-0/+35
2019-12-13iomap: Fix pipe page leakage during splicingJan Kara1-1/+8
2019-12-13bdev: Refresh bdev size for disks without partitioningJan Kara1-9/+10
2019-12-13bdev: Factor out bdev revalidation into a common helperJan Kara1-12/+14
2019-12-13kernfs: fix ino wrap-around detectionTejun Heo1-3/+2
2019-12-13nfsd: restore NFSv3 ACL supportJ. Bruce Fields1-2/+1
2019-12-13nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust3-3/+10
2019-12-13CIFS: Fix SMB2 oplock break processingPavel Shilovsky1-4/+3
2019-12-13CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
2019-12-13io_uring: ensure req->submit is copied when req is deferredJens Axboe1-4/+5
2019-12-13io_uring: fix missing kmap() declaration on powerpcJens Axboe1-0/+1
2019-12-13fuse: verify attributesMiklos Szeredi3-7/+19
2019-12-13fuse: verify write returnMiklos Szeredi1-0/+2
2019-12-13fuse: verify nlinkMiklos Szeredi1-1/+2