summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-0716-121/+241
|\
| * fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-175-7/+63
| * vfs: use READ_ONCE() to access ->i_linkEric Biggers2019-04-171-2/+2
| * fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-176-56/+119
| * fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2019-04-171-2/+1
| * fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers2019-04-171-0/+2
| * fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-04-171-1/+11
| * fscrypt: clean up and improve dentry revalidationEric Biggers2019-04-172-30/+32
| * fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-164-8/+8
| * fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers2019-04-161-4/+2
| * fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-163-13/+7
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-0730-59/+9513
|\ \
| * | ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o2019-05-061-0/+6
| * | ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-04-301-1/+1
| * | unicode: refactor the rule for regenerating utf8data.hMasahiro Yamada2019-04-285-16/+3455
| * | ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-259-21/+221
| * | ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2019-04-252-1/+105
| * | unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi2019-04-253-2075/+2138
| * | unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi2019-04-253-0/+326
| * | unicode: implement higher level API for string handlingGabriel Krisman Bertazi2019-04-254-1/+197
| * | unicode: reduce the size of utf8data[]Olaf Weber2019-04-254-12646/+3028
| * | unicode: introduce code for UTF-8 normalizationOlaf Weber2019-04-253-0/+756
| * | unicode: introduce UTF-8 character databaseGabriel Krisman Bertazi2019-04-256-0/+13915
| * | ext4: actually request zeroing of inode table after growKirill Tkhai2019-04-251-1/+1
| * | ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2019-04-252-0/+3
| * | ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-04-251-24/+34
| * | ext4: avoid drop reference to iloc.bh twicePan Bian2019-04-251-0/+1
| * | ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-04-101-1/+1
| * | ext4: protect journal inode's blocks using block_validityTheodore Ts'o2019-04-092-0/+52
| * | ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-072-4/+4
| * | ext4: fix prefetchw of NULL pageLiu Xiang2019-04-071-1/+2
| * | jbd2: check superblock mapped prior to committingJiufei Xue2019-04-061-0/+4
| * | ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers2019-04-061-3/+0
| * | ext4: make sanity check in mballoc more strictJan Kara2019-04-061-1/+1
| * | jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song2019-04-061-1/+0
* | | Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-0716-373/+1761
|\ \ \
| * | | afs: Implement YFS ACL settingDavid Howells2019-05-073-5/+112
| * | | afs: Get YFS ACLs and information through xattrsDavid Howells2019-05-074-4/+304
| * | | afs: implement acl settingJoe Gorse2019-05-074-6/+109
| * | | afs: Get an AFS3 ACL as an xattrDavid Howells2019-05-074-0/+183
| * | | afs: Fix getting the afs.fid xattrDavid Howells2019-05-071-3/+12
| * | | afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells2019-05-071-2/+2
| * | | afs: Calculate i_blocks based on file sizeMarc Dionne2019-05-071-1/+5
| * | | afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-074-8/+36
| * | | afs: Provide mount-time configurable byte-range file locking emulationDavid Howells2019-04-255-9/+85
| * | | afs: Add more tracepointsDavid Howells2019-04-254-13/+20
| * | | afs: Implement sillyrename for unlink and renameDavid Howells2019-04-257-11/+363
| * | | afs: Add directory reload tracepointDavid Howells2019-04-251-0/+1
| * | | afs: Handle lock rpc ops failing on a file that got deletedDavid Howells2019-04-252-3/+60
| * | | afs: Improve dir check failure reportsDavid Howells2019-04-251-4/+34