aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-23btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-01-23btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov1-4/+38
2020-01-23btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov1-3/+14
2020-01-23btrfs: Factor out metadata_uuid code from find_fsid.Su Yue1-35/+42
2020-01-23btrfs: Call find_fsid from find_fsid_inprogressSu Yue1-13/+6
2020-01-23Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana1-0/+44
2020-01-23btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-01-23btrfs: drop log root for dropped rootsJosef Bacik1-10/+12
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain4-23/+138
2020-01-23btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov1-22/+33
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov1-1/+153
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov2-0/+30
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov4-71/+91
2020-01-23btrfs: separate definition of assertion failure handlersDavid Sterba1-8/+12
2020-01-22fscrypt: improve format of no-key namesDaniel Rosenberg2-51/+168
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers3-6/+3
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-01-22fscrypt: clarify what is meant by a per-file keyEric Biggers3-24/+25
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg4-14/+90
2020-01-22fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg3-1/+37
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers3-8/+10
2020-01-22fscrypt: don't print name of busy file when removing keyEric Biggers1-13/+2
2020-01-22Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-01-21ceph: hold extra reference to r_parent over life of requestJeff Layton1-2/+6
2020-01-20io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov1-1/+3
2020-01-20Merge tag 'fixes_for_v5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+6
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers4-16/+9
2020-01-20btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-01-20btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik1-2/+10
2020-01-20btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-01-20btrfs: remove unused member btrfs_device::workDavid Sterba1-2/+0
2020-01-20btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn1-6/+1
2020-01-20btrfs: add correction to handle -1 edge case in async discardDennis Zhou1-0/+22
2020-01-20btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou1-0/+14
2020-01-20btrfs: make smaller extents more likely to go into bitmapsDennis Zhou1-2/+2
2020-01-20btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou1-15/+11
2020-01-20btrfs: add async discard implementation overviewDennis Zhou1-0/+39
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou4-0/+58
2020-01-20btrfs: only keep track of data extents for async discardDennis Zhou2-2/+21
2020-01-20btrfs: have multiple discard listsDennis Zhou5-24/+145
2020-01-20btrfs: make max async discard size tunableDennis Zhou5-8/+47
2020-01-20btrfs: limit max discard size for async discardDennis Zhou2-9/+37
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou3-2/+54
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou5-5/+88
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou5-9/+56
2020-01-20btrfs: track discardable extents for async discardDennis Zhou6-9/+158
2020-01-20btrfs: sysfs: add UUID/debug/discard directoryDennis Zhou2-0/+27
2020-01-20btrfs: sysfs: make UUID/debug have its own kobjectDennis Zhou2-4/+20
2020-01-20btrfs: sysfs: add removal calls for debug/Dennis Zhou1-0/+7
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou4-46/+191