aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik2-3/+3
2022-01-03btrfs: rework async transaction committingJosef Bacik5-61/+18
2022-01-03btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik2-2/+0
2022-01-03btrfs: eliminate if in main loop in tree_search_offsetNikolay Borisov1-7/+4
2022-01-03btrfs: don't check stripe length if the profile is not stripe basedQu Wenruo1-1/+6
2022-01-03btrfs: get next entry in tree_search_offset before doing checksNikolay Borisov1-5/+4
2022-01-03btrfs: add self test for bytes_index free space cacheJosef Bacik1-0/+181
2022-01-03btrfs: index free space entries on sizeJosef Bacik2-44/+139
2022-01-03btrfs: only use ->max_extent_size if it is set in the bitmapJosef Bacik1-1/+25
2022-01-03btrfs: remove unnecessary @nr_written parametersQu Wenruo1-16/+11
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik13-30/+30
2022-01-03btrfs: get rid of root->orphan_cleanup_stateJosef Bacik3-11/+3
2022-01-03btrfs: remove global rsv stealing logic for orphan cleanupJosef Bacik1-7/+0
2022-01-03btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing codeJosef Bacik2-12/+19
2022-01-03btrfs: check ticket->steal in steal_from_global_block_rsvJosef Bacik1-2/+4
2022-01-03btrfs: check for priority ticket granting before flushingJosef Bacik1-1/+14
2022-01-03btrfs: handle priority ticket failures in their respective helpersJosef Bacik1-25/+21
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota5-13/+87
2022-01-03btrfs: remove unused parameter fs_devices from btrfs_init_workqueuesSu Yue1-3/+2
2022-01-03btrfs: reduce the scope of the tree log mutex during transaction commitFilipe Manana1-34/+42
2022-01-03btrfs: consolidate device_list_mutex in prepare_sprout to its parentAnand Jain1-18/+51
2022-01-03btrfs: switch seeding_dev in init_new_device to boolAnand Jain1-2/+2
2022-01-03btrfs: send: remove unused type parameter to iterate_inode_ref_tOmar Sandoval1-19/+13
2022-01-03btrfs: send: remove unused found_type parameter to lookup_dir_item_inode()Omar Sandoval1-7/+3
2022-01-03btrfs: rename btrfs_item_end_nr to btrfs_item_data_endJosef Bacik3-10/+10
2022-01-03btrfs: remove the btrfs_item_end() helperJosef Bacik1-11/+5
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik24-218/+191
2022-01-03btrfs: introduce item_nr token variant helpersJosef Bacik2-40/+57
2022-01-03btrfs: make btrfs_file_extent_inline_item_len take a slotJosef Bacik2-4/+3
2022-01-03btrfs: add btrfs_set_item_*_nr() helpersJosef Bacik2-15/+21
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik8-49/+19
2022-01-03btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana1-89/+69
2022-01-03btrfs: only copy dir index keys when logging a directoryFilipe Manana2-231/+182
2022-01-03btrfs: remove spurious unlock/lock of unused_bgs_lockNikolay Borisov1-2/+0
2022-01-03btrfs: fix deadlock between quota enable and other quota operationsFilipe Manana1-0/+19
2022-01-03btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW rangeFilipe Manana1-64/+78
2021-12-30fs/mount_setattr: always cleanup mount_kattrChristian Brauner1-5/+4
2021-12-23Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-8/+26
2021-12-23Merge tag 'io_uring-5.16-2021-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+7
2021-12-22io_uring: zero iocb->ki_pos for stream file typesJens Axboe1-3/+7
2021-12-21Merge tag 'nfsd-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-11/+8
2021-12-19Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-14/+44
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever2-11/+8
2021-12-17Merge tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds1-0/+1
2021-12-17ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives2-7/+21
2021-12-17cifs: sanitize multiple delimiters in prepathThiago Rafael Becker1-1/+37
2021-12-17cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2-13/+7
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds10-24/+54
2021-12-17Merge tag 'io_uring-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2021-12-17zonefs: add MODULE_ALIAS_FSNaohiro Aota1-0/+1