summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-31btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval1-12/+44
2019-12-31btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-12-31btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik1-0/+2
2019-12-31btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik1-0/+1
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik1-2/+21
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-31btrfs: send: remove WARN_ON for readonly mountAnand Jain1-6/+0
2019-12-31Btrfs: fix missing data checksums after replaying a log treeFilipe Manana4-9/+36
2019-12-31btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter3-6/+8
2019-12-31Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana1-2/+16
2019-12-31btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik1-2/+0
2019-12-31btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik1-6/+4
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