aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds16-373/+1761
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds8-29/+71
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2019-05-07afs: Implement YFS ACL settingDavid Howells3-5/+112
2019-05-07afs: Get YFS ACLs and information through xattrsDavid Howells4-4/+304
2019-05-07afs: implement acl settingJoe Gorse4-6/+109
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells4-0/+183
2019-05-07afs: Fix getting the afs.fid xattrDavid Howells1-3/+12
2019-05-07afs: Fix the afs.cell and afs.volume xattr handlersDavid Howells1-2/+2
2019-05-07afs: Calculate i_blocks based on file sizeMarc Dionne1-1/+5
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells4-8/+36
2019-05-01afs: switch to use of ->free_inode()Al Viro1-5/+4
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells5-9/+85
2019-04-25afs: Add more tracepointsDavid Howells4-13/+20
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells7-11/+363
2019-04-25afs: Add directory reload tracepointDavid Howells1-0/+1
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells2-3/+60
2019-04-25afs: Improve dir check failure reportsDavid Howells1-4/+34
2019-04-25afs: Add file locking tracepointsDavid Howells1-10/+62
2019-04-25afs: Further fix file lockingDavid Howells1-195/+195
2019-04-25afs: Fix AFS file locking to allow fine grained locksDavid Howells1-14/+9
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells4-2/+38
2019-04-25afs: Split wait from afs_make_call()David Howells7-91/+139
2019-04-13afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells3-6/+2
2019-04-13afs: Unlock pages for __pagevec_release()Marc Dionne1-0/+1
2019-04-13afs: Differentiate abort due to unmarshalling from other errorsDavid Howells1-1/+5
2019-04-13afs: Avoid section confusion in CM_NAMEAndi Kleen1-1/+1
2019-04-13afs: avoid deprecated get_seconds()Arnd Bergmann1-3/+1
2019-04-12afs: Check for rxrpc call completion in wait loopMarc Dionne1-6/+16
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-2/+2
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva8-29/+71
2019-03-28afs: Fix StoreData op marshallingDavid Howells2-4/+4
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-288/+304
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells3-109/+80
2019-02-28afs: Add fs_context supportDavid Howells4-214/+259
2019-02-25afs: Fix manually set volume location server listDavid Howells1-0/+1
2019-01-17afs: Fix race in async call refcountingDavid Howells1-5/+30
2019-01-17afs: Provide a function to get a ref on a callDavid Howells1-6/+12
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells2-2/+4
2019-01-17afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne1-1/+0
2019-01-10afs: Set correct lock type for the yfs CreateFileMarc Dionne2-1/+12
2019-01-10afs: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-2/+3
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2-2/+2
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-122/+148
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells1-3/+1
2018-11-29afs: Fix missing net error handlingDavid Howells6-113/+135
2018-11-29afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-11-15rxrpc: Fix life checkDavid Howells1-1/+10