summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-1/+1
2020-01-24btrfs: scrub: Require mandatory block group RO for dev-replaceQu Wenruo1-5/+28
2020-01-23Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+6
2020-01-23readdir: make user_access_begin() use the real access rangeLinus Torvalds1-38/+35
2020-01-23readdir: be more conservative with directory entry namesLinus Torvalds1-1/+5
2020-01-23Btrfs: make deduplication with range including the last block workFilipe Manana1-1/+2
2020-01-23fs: allow deduplication of eof block into the end of the destination fileFilipe Manana1-6/+4
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-21erofs: clean up z_erofs_submit_queue()Gao Xiang1-55/+40
2020-01-21erofs: fold in postsubmit_is_all_bypassed()Gao Xiang1-16/+7
2020-01-20fs/adfs: mostly divorse inode number from indirect disc addressRussell King3-4/+7
2020-01-20fs/adfs: super: add support for E and E+ floppy image formatsRussell King1-1/+17
2020-01-20fs/adfs: super: extract filesystem block probeRussell King1-71/+78
2020-01-20fs/adfs: dir: remove debug in adfs_dir_update()Russell King1-3/+0
2020-01-20fs/adfs: super: fix inode droppingRussell King1-1/+7
2020-01-20fs/adfs: bigdir: implement directory update supportRussell King1-1/+53
2020-01-20fs/adfs: bigdir: calculate and validate directory checkbyteRussell King1-0/+38
2020-01-20fs/adfs: bigdir: directory validation strengtheningRussell King1-1/+28
2020-01-20fs/adfs: bigdir: extract directory validationRussell King1-10/+31
2020-01-20fs/adfs: bigdir: factor out directory entry offset calculationRussell King1-6/+11
2020-01-20fs/adfs: newdir: split out directory commit from updateRussell King3-13/+18
2020-01-20fs/adfs: newdir: clean up adfs_f_update()Russell King1-49/+24
2020-01-20fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()Russell King1-26/+7
2020-01-20fs/adfs: newdir: improve directory validationRussell King1-0/+1
2020-01-20fs/adfs: newdir: factor out directory format validationRussell King1-28/+20
2020-01-20fs/adfs: dir: use pointers to access directory head/tailsRussell King3-36/+29
2020-01-20fs/adfs: dir: add more efficient iterate() per-format methodRussell King4-14/+42