Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-01-23btrfs: free block groups after free'ing fs treesJosef Bacik
2020-01-23btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov
2020-01-23btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov
2020-01-23btrfs: Factor out metadata_uuid code from find_fsid.Su Yue
2020-01-23btrfs: Call find_fsid from find_fsid_inprogressSu Yue
2020-01-23Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana
2020-01-23btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2020-01-23btrfs: drop log root for dropped rootsJosef Bacik
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain
2020-01-23btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov
2020-01-23btrfs: separate definition of assertion failure handlersDavid Sterba
2020-01-23fscrypt: improve format of no-key namesDaniel Rosenberg
2020-01-23ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers
2020-01-23ubifs: don't trigger assertion on invalid no-key filenameEric Biggers
2020-01-23fscrypt: clarify what is meant by a per-file keyEric Biggers
2020-01-23fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg
2020-01-23fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg
2020-01-23fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers
2020-01-23fscrypt: don't print name of busy file when removing keyEric Biggers
2020-01-22Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-21ceph: hold extra reference to r_parent over life of requestJeff Layton
2020-01-21io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov
2020-01-20Merge tag 'fixes_for_v5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers
2020-01-20btrfs: device stats, log when stats are zeroedAnand Jain
2020-01-20btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik
2020-01-20btrfs: safely advance counter when looking up bio csumsDavid Sterba
2020-01-20btrfs: remove unused member btrfs_device::workDavid Sterba
2020-01-20btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn
2020-01-20btrfs: add correction to handle -1 edge case in async discardDennis Zhou
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou
2020-01-20btrfs: make smaller extents more likely to go into bitmapsDennis Zhou
2020-01-20btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou
2020-01-20btrfs: add async discard implementation overviewDennis Zhou
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou
2020-01-20btrfs: only keep track of data extents for async discardDennis Zhou
2020-01-20btrfs: have multiple discard listsDennis Zhou
2020-01-20btrfs: make max async discard size tunableDennis Zhou
2020-01-20btrfs: limit max discard size for async discardDennis Zhou
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou
2020-01-20btrfs: track discardable extents for async discardDennis Zhou
2020-01-20btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou
2020-01-20btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou
2020-01-20btrfs: sysfs: add removal calls for debug/Dennis Zhou
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou