summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
...
* afs: Fix missing lock when replacing VL server listDavid Howells2019-05-151-3/+2Star
* afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-153-64/+53Star
* afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells2019-05-151-5/+4Star
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2019-05-152-3/+5
* 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
| * 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
| * afs: Add file locking tracepointsDavid Howells2019-04-251-10/+62
| * afs: Further fix file lockingDavid Howells2019-04-251-195/+195
| * afs: Fix AFS file locking to allow fine grained locksDavid Howells2019-04-251-14/+9Star
| * afs: Calculate lock extend timer from set/extend reply receptionDavid Howells2019-04-254-2/+38
| * afs: Split wait from afs_make_call()David Howells2019-04-257-91/+139
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-078-29/+71
|\ \
| * | afs: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-098-29/+71
* | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-5/+4Star
|\ \ \ | |_|/ |/| |
| * | afs: switch to use of ->free_inode()Al Viro2019-05-021-5/+4Star
* | | afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells2019-04-133-6/+2Star
* | | afs: Unlock pages for __pagevec_release()Marc Dionne2019-04-131-0/+1
* | | afs: Differentiate abort due to unmarshalling from other errorsDavid Howells2019-04-131-1/+5
* | | afs: Avoid section confusion in CM_NAMEAndi Kleen2019-04-131-1/+1
* | | afs: avoid deprecated get_seconds()Arnd Bergmann2019-04-131-3/+1Star
* | | afs: Check for rxrpc call completion in wait loopMarc Dionne2019-04-131-6/+16
* | | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-131-2/+2
|/ /
* / afs: Fix StoreData op marshallingDavid Howells2019-03-282-4/+4
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-124-288/+304
|\
| * afs: Use fs_context to pass parameters over automountDavid Howells2019-02-283-109/+80Star
| * afs: Add fs_context supportDavid Howells2019-02-284-214/+259
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
* | afs: Fix manually set volume location server listDavid Howells2019-02-251-0/+1
* | afs: Fix race in async call refcountingDavid Howells2019-01-171-5/+30
* | afs: Provide a function to get a ref on a callDavid Howells2019-01-171-6/+12
* | afs: Fix key refcounting in file locking codeDavid Howells2019-01-172-2/+4
* | afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-01-171-1/+0Star
* | afs: Set correct lock type for the yfs CreateFileMarc Dionne2019-01-102-1/+12
* | afs: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-101-3/+1Star
|/
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-2/+3
* fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-042-2/+2
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-11-308-122/+148
|\