summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-082-4/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0317-155/+337
| |\
| * | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2621-43/+171
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-231-4/+21
| |\ \ \
| | * | | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-1/+1
| | * | | bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-5/+17
| | * | | bpf: Sysctl hookAndrey Ignatov2019-04-121-0/+5
* | | | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-0816-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/+1Star
| * | | | | 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-174-8/+8
| * | | | | fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers2019-04-171-4/+2Star
| * | | | | fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-173-13/+7Star
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-0830-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-05-011-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/+3028Star
| * | | | | | 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-102-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-071-0/+4
| * | | | | | ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers2019-04-071-3/+0Star
| * | | | | | ext4: make sanity check in mballoc more strictJan Kara2019-04-071-1/+1
| * | | | | | jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song2019-04-071-1/+0Star
* | | | | | | Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-0816-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