summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-28Merge tag 'pstore-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-28Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-06-28Merge tag 'erofs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin
2021-06-22btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik
2021-06-22btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik
2021-06-22btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba
2021-06-22btrfs: switch mount option bits to enums and use wider typeDavid Sterba
2021-06-22btrfs: props: change how empty value is interpretedDavid Sterba
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-06-22btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota
2021-06-22btrfs: sysfs: export dev stats in devinfo directoryDavid Sterba
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-22btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo
2021-06-22btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-06-22btrfs: disable build on platforms having page size 256KChristophe Leroy
2021-06-22btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana
2021-06-22ceph: fix error handling in ceph_atomic_open and ceph_lookupJeff Layton
2021-06-22ceph: must hold snap_rwsem when filling inode for async createJeff Layton
2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells
2021-06-21btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba
2021-06-21btrfs: sink wait_for_unblock parameter to async commitDavid Sterba
2021-06-21btrfs: remove total_data_size variable in btrfs_batch_insert_items()Nathan Chancellor
2021-06-21btrfs: eliminate insert label in add_falloc_rangeNikolay Borisov
2021-06-21btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo
2021-06-21btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo
2021-06-21btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()Qu Wenruo
2021-06-21btrfs: reflink: make copy_inline_to_page() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make __extent_writepage_io() only submit dirty range for subpageQu Wenruo
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo
2021-06-21btrfs: update locked page dirty/writeback/error bits in __process_pages_contigQu Wenruo
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo
2021-06-21btrfs: introduce helpers for subpage ordered statusQu Wenruo