summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: bch2_dev_get_ioref2(); io_write.cKent Overstreet1-10/+11
2024-05-09bcachefs: bch2_dev_get_ioref2(); btree_io.cKent Overstreet1-15/+18
2024-05-09bcachefs: bch2_dev_get_ioref2(); backpointers.cKent Overstreet1-2/+2
2024-05-09bcachefs: bch2_dev_get_ioref2(); alloc_background.cKent Overstreet2-11/+26
2024-05-09bcachefs: for_each_bset() declares loop iterKent Overstreet6-34/+14
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada3-10/+10
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski40-219/+507
2024-05-09isofs: Use *-y instead of *-objs in MakefileAndy Shevchenko1-4/+3
2024-05-09jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin2-12/+12
2024-05-09jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin2-8/+10
2024-05-09ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li1-12/+10
2024-05-09NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever1-0/+7
2024-05-09ext4: remove calls to to set/clear the folio error flagMatthew Wilcox (Oracle)3-7/+1
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2024-05-09f2fs: fix to limit gc_pin_file_thresholdChao Yu4-7/+16
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu4-22/+13
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2-33/+26
2024-05-09f2fs: fix block migration when section is not aligned to pow2Wu Bo1-9/+8
2024-05-09erofs: Zstandard compression supportGao Xiang9-1/+333
2024-05-09bcachefs: Move BCACHEFS_STATFS_MAGIC value to UAPI magic.hPetr Vorel1-1/+2
2024-05-09bcachefs: Improve sysfs internal/btree_cacheKent Overstreet2-5/+30
2024-05-09bcachefs: Allocator prefers not to expand mi.btree_allocated bitmapKent Overstreet3-11/+66
2024-05-09bcachefs: Better bucket alloc tracepointsKent Overstreet2-111/+51
2024-05-09bcachefs: Move nocow unlock to bch2_write_endio()Kent Overstreet2-19/+8
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in journal_ptrs_to_text()Kent Overstreet1-5/+0
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in discard_one_bucket_fast()Kent Overstreet1-2/+5
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in check_alloc_info()Kent Overstreet2-40/+44
2024-05-09bcachefs: bch2_dev_have_ref()Kent Overstreet3-7/+7
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in data_update_init()Kent Overstreet1-2/+10
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in bkey_pick_read_device()Kent Overstreet1-15/+22
2024-05-09bcachefs: pass bch_dev to read_from_stale_dirty_pointer()Kent Overstreet1-2/+2
2024-05-09bcachefs: bch2_dev_bucket_exists() uses bch2_dev_rcu()Kent Overstreet1-7/+5
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in btree_gc.cKent Overstreet1-10/+31
2024-05-09bcachefs: bch2_extent_normalize() -> bch2_dev_rcu()Kent Overstreet1-1/+6
2024-05-09bcachefs: bch2_bkey_has_target() -> bch2_dev_rcu()Kent Overstreet1-3/+10
2024-05-09bcachefs: extent_ptr_invalid() -> bch2_dev_rcu()Kent Overstreet1-11/+19
2024-05-09bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet6-16/+18
2024-05-09bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet4-5/+21
2024-05-09bcachefs: bch2_extent_merge() -> bch2_dev_rcu()Kent Overstreet1-3/+6
2024-05-09bcachefs: ec_validate_checksums() -> bch2_dev_tryget()Kent Overstreet1-10/+12
2024-05-09bcachefs: ob_dev()Kent Overstreet4-14/+22
2024-05-09bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet3-10/+5
2024-05-09bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet6-52/+102
2024-05-09bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet8-49/+57
2024-05-09bcachefs: bch2_dev_iterate()Kent Overstreet2-7/+19
2024-05-09bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()Kent Overstreet1-1/+6
2024-05-09bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet3-28/+42
2024-05-09bcachefs: bch2_trigger_alloc() -> bch2_dev_tryget()Kent Overstreet1-12/+11
2024-05-09bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet4-12/+40
2024-05-09bcachefs: Convert to bch2_dev_tryget_noerror()Kent Overstreet2-18/+4