aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-02-24btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval
2020-02-24btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval
2020-02-24btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval
2020-02-24btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2020-02-24Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2020-02-24btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2020-02-24btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2020-02-24btrfs: skip log replay on orphaned rootsJosef Bacik
2020-02-24btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2020-02-24btrfs: send: remove WARN_ON for readonly mountAnand Jain
2020-02-24Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2020-02-24btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2020-02-24Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana
2020-02-24btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2020-02-24btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2020-02-11Merge tag 'v5.2.32' into v5.2/standard/baseBruce Ashfield
2020-02-11cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-02-11cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2020-02-11CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2020-02-11CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2020-02-11CIFS: Close open handle after interrupted closePavel Shilovsky
2020-02-11CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2020-02-11cifs: Don't display RDMA transport on reconnectLong Li
2020-02-11cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li
2020-02-11cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li
2020-02-11cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li
2020-02-11cifs: smbd: Only queue work for error recovery on memory registrationLong Li
2020-02-11cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li
2020-02-11gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson
2020-02-05Merge tag 'v5.2.31' into v5.2/standard/baseBruce Ashfield
2020-01-31ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun
2020-01-31splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong
2020-01-31ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2020-01-31reiserfs: fix extended attributes on the root directoryJeff Mahoney
2020-01-31ext4: Fix credit estimate for final inode freeingJan Kara
2020-01-31quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov
2020-01-31ext2: check err when partial != NULLChengguang Xu
2020-01-31quota: Check that quota is not dirty before releaseDmitry Monakhov
2020-01-31ovl: relax WARN_ON() on rename to selfAmir Goldstein
2020-01-31ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein
2020-01-31ovl: fix lookup failure on multi lower squashfsAmir Goldstein
2020-01-31btrfs: record all roots for rename exchange on a subvolJosef Bacik
2020-01-31Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2020-01-31btrfs: Remove btrfs_bio::flags memberQu Wenruo
2020-01-31btrfs: Avoid getting stuck during cyclic writebacksTejun Heo
2020-01-31Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2020-01-31Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana
2020-01-31btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik
2020-01-31btrfs: check page->mapping when loading free space cacheJosef Bacik
2020-01-20Merge tag 'v5.2.30' into v5.2/standard/baseBruce Ashfield