summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-311-2/+2
* ext4: check for directory entries too close to block endJan Kara2019-12-311-0/+5
* ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-311-14/+18
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-313-6/+8
* btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval2019-12-311-2/+1
* btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval2019-12-311-6/+4
* btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval2019-12-311-12/+44
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2019-12-311-1/+1
* Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2019-12-311-1/+1
* btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2019-12-311-0/+2
* btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2019-12-311-0/+1
* btrfs: skip log replay on orphaned rootsJosef Bacik2019-12-311-2/+21
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2019-12-311-2/+8
* btrfs: send: remove WARN_ON for readonly mountAnand Jain2019-12-311-6/+0
* Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-314-9/+36
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-311-2/+0
* btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-311-6/+4
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-12-213-15/+63
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* cifs: Don't display RDMA transport on reconnectLong Li2019-12-211-0/+5
* cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li2019-12-211-1/+1
* cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li2019-12-211-2/+4
* cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-12-211-2/+5
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-12-171-12/+29
* gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-12-174-4/+12
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2019-12-171-0/+2
* ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun2019-12-171-4/+8
* splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong2019-12-171-3/+11
* ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o2019-12-171-6/+5
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-12-176-14/+32
* ext4: Fix credit estimate for final inode freeingJan Kara2019-12-171-2/+11
* quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-12-171-4/+5
* ext2: check err when partial != NULLChengguang Xu2019-12-171-2/+5
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-172-2/+2
* ovl: relax WARN_ON() on rename to selfAmir Goldstein2019-12-171-1/+1
* ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein2019-12-171-1/+7
* btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-12-171-0/+3
* Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana2019-12-171-1/+24
* btrfs: Remove btrfs_bio::flags memberQu Wenruo2019-12-171-1/+0
* btrfs: Avoid getting stuck during cyclic writebacksTejun Heo2019-12-171-11/+1
* Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana2019-12-171-1/+1
* Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana2019-12-171-1/+5
* btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik2019-12-171-3/+10
* btrfs: check page->mapping when loading free space cacheJosef Bacik2019-12-171-0/+6
* xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-12-131-0/+2
* iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong2019-12-131-9/+0
* splice: don't read more than available pipe spaceDarrick J. Wong2019-12-131-1/+6
* iomap: Fix pipe page leakage during splicingJan Kara2019-12-131-1/+8
* kernfs: fix ino wrap-around detectionTejun Heo2019-12-131-3/+2
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-12-131-4/+3