summary refs log tree commit diff
path: root/fs
AgeCommit message (Expand)Author
2020-01-23Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2020-01-23readdir: make user_access_begin() use the real access rangeLinus Torvalds
2020-01-23readdir: be more conservative with directory entry namesLinus Torvalds
2020-01-23Btrfs: make deduplication with range including the last block workFilipe Manana
2020-01-23fs: allow deduplication of eof block into the end of the destination fileFilipe Manana
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-22fscrypt: improve format of no-key namesDaniel Rosenberg
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers
2020-01-22fscrypt: clarify what is meant by a per-file keyEric Biggers
2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg
2020-01-22fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg
2020-01-22fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers
2020-01-22fscrypt: 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-21erofs: clean up z_erofs_submit_queue()Gao Xiang
2020-01-21erofs: fold in postsubmit_is_all_bypassed()Gao Xiang
2020-01-20fs/adfs: mostly divorse inode number from indirect disc addressRussell King
2020-01-20fs/adfs: super: add support for E and E+ floppy image formatsRussell King
2020-01-20fs/adfs: super: extract filesystem block probeRussell King
2020-01-20fs/adfs: dir: remove debug in adfs_dir_update()Russell King
2020-01-20fs/adfs: super: fix inode droppingRussell King
2020-01-20fs/adfs: bigdir: implement directory update supportRussell King
2020-01-20fs/adfs: bigdir: calculate and validate directory checkbyteRussell King
2020-01-20fs/adfs: bigdir: directory validation strengtheningRussell King
2020-01-20fs/adfs: bigdir: extract directory validationRussell King
2020-01-20fs/adfs: bigdir: factor out directory entry offset calculationRussell King
2020-01-20fs/adfs: newdir: split out directory commit from updateRussell King
2020-01-20fs/adfs: newdir: clean up adfs_f_update()Russell King
2020-01-20fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()Russell King
2020-01-20fs/adfs: newdir: improve directory validationRussell King
2020-01-20fs/adfs: newdir: factor out directory format validationRussell King
2020-01-20fs/adfs: dir: use pointers to access directory head/tailsRussell King
2020-01-20fs/adfs: dir: add more efficient iterate() per-format methodRussell King
2020-01-20fs/adfs: dir: switch to iterate_shared methodRussell King
2020-01-20fs/adfs: dir: improve compiler coverage in adfs_dir_updateRussell King