aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz3-0/+44
2021-06-22fuse: reject internal errnoMiklos Szeredi1-1/+1
2021-06-22fuse: check connected before queueing on fpq->ioMiklos Szeredi1-0/+9
2021-06-21cifs: Avoid field over-reading memcpy()Kees Cook1-1/+4
2021-06-21xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong1-3/+4
2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton1-13/+36
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells1-2/+9
2021-06-21xfs: remove dead stale buf unpin handling codeBrian Foster1-19/+2
2021-06-21xfs: hold buffer across unpin and potential shutdown processingBrian Foster1-16/+21
2021-06-21xfs: force the log offline when log intent item recovery failsDarrick J. Wong2-1/+7
2021-06-21xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong1-1/+9
2021-06-21xfs: shorten the shutdown messages to a single lineDarrick J. Wong1-8/+8
2021-06-21xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong1-1/+1
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong3-9/+9
2021-06-21xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong1-23/+16
2021-06-21xfs: refactor the inode recycling codeDarrick J. Wong2-64/+83
2021-06-21xfs: add iclog state trace eventsDave Chinner3-0/+88
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner13-65/+56
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner3-24/+49
2021-06-21xfs: journal IO cache flush reductionsDave Chinner4-48/+43
2021-06-21xfs: remove need_start_rec parameter from xlog_write()Dave Chinner3-25/+25
2021-06-21xfs: CIL checkpoint flushes caches unconditionallyDave Chinner1-4/+21
2021-06-21xfs: async blkdev cache flushDave Chinner2-0/+37
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner5-13/+5
2021-06-21nfs: fix acl memory leak of posix_acl_create()Gao Xiang1-2/+2
2021-06-21btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba1-13/+7
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba3-25/+4
2021-06-21btrfs: remove total_data_size variable in btrfs_batch_insert_items()Nathan Chancellor1-2/+1
2021-06-21btrfs: eliminate insert label in add_falloc_rangeNikolay Borisov1-12/+11
2021-06-21btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo3-26/+32
2021-06-21btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo1-1/+13
2021-06-21btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()Qu Wenruo1-1/+12
2021-06-21btrfs: reflink: make copy_inline_to_page() to be subpage compatibleQu Wenruo1-5/+9
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo1-2/+2
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo1-1/+1
2021-06-21btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo1-5/+75
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo3-7/+10
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo1-1/+15
2021-06-21btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo1-4/+4
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo3-8/+18
2021-06-21btrfs: introduce helpers for subpage ordered statusQu Wenruo2-0/+33
2021-06-21btrfs: make process_one_page() to handle subpage lockingQu Wenruo3-15/+94
2021-06-21btrfs: make end_bio_extent_writepage() to be subpage compatibleQu Wenruo1-1/+2
2021-06-21btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...Qu Wenruo1-8/+16
2021-06-21btrfs: make btrfs_dirty_pages() to be subpage compatibleQu Wenruo1-2/+5
2021-06-21btrfs: only require sector size alignment for end_bio_extent_writepage()Qu Wenruo1-17/+12
2021-06-21btrfs: provide btrfs_page_clamp_*() helpersQu Wenruo2-0/+48
2021-06-21btrfs: refactor page status update into process_one_page()Qu Wenruo1-97/+109
2021-06-21btrfs: pass bytenr directly to __process_pages_contig()Qu Wenruo1-20/+37
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo1-0/+21