summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-165-50/+45
* afs: Get rid of afs_call::reply[]David Howells2019-05-1610-303/+293
* afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells2019-05-162-15/+2
* afs: Fix double inc of vnode->cb_breakDavid Howells2019-05-161-3/+1
* afs: Fix lock-wait/callback-break double lockingDavid Howells2019-05-162-10/+1
* afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2019-05-161-5/+2
* afs: Fix calculation of callback expiry timeDavid Howells2019-05-162-57/+51
* afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells2019-05-161-2/+1
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-1614-35/+99
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-0/+1
* afs: Fix error propagation from server record check/updateDavid Howells2019-05-161-3/+3
* afs: Fix the maximum lifespan of VL and probe callsDavid Howells2019-05-165-0/+13
* afs: Fix "kAFS: AFS vnode with undefined type 0"David Howells2019-05-161-0/+2
* afs: Fix cell DNS lookupDavid Howells2019-05-163-75/+130
* dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-154-4/+4
* afs: Fix afs_cell records to always have a VL server list recordDavid Howells2019-05-154-24/+25
* afs: Fix missing lock when replacing VL server listDavid Howells2019-05-151-3/+2
* afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-153-64/+53
* afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells2019-05-151-5/+4
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2019-05-152-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-072-4/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0217-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-2521-43/+171
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-221-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-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