Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a38a75581e6e2f783e7b8658e9ca5d4243279f55
/
fs
/
afs
a38a755
afs: Fix unlink to handle YFS.RemoveFile2 better
by David Howells
· 6 years ago
61c347b
afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiry
by David Howells
· 6 years ago
f642404
afs: Make vnode->cb_interest RCU safe
by David Howells
· 6 years ago
c925bd0
afs: Split afs_validate() so first part can be used under LOOKUP_RCU
by David Howells
· 6 years ago
7c71245
afs: Don't save callback version and type fields
by David Howells
· 6 years ago
a58823a
afs: Fix application of status and callback to be under same lock
by David Howells
· 6 years ago
4571577
afs: Always get the reply time
by David Howells
· 6 years ago
8718275
afs: Fix order-1 allocation in afs_do_lookup()
by David Howells
· 6 years ago
ffba718
afs: Get rid of afs_call::reply[]
by David Howells
· 6 years ago
fefb248
afs: Don't pass the vnode pointer through into the inline bulk status op
by David Howells
· 6 years ago
fd71158
afs: Fix double inc of vnode->cb_break
by David Howells
· 6 years ago
c7226e4
afs: Fix lock-wait/callback-break double locking
by David Howells
· 6 years ago
d9052dd
afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not set
by David Howells
· 6 years ago
7810705
afs: Fix calculation of callback expiry time
by David Howells
· 6 years ago
3b05e52
afs: Make dynamic root population wait uninterruptibly for proc_cells_lock
by David Howells
· 6 years ago
20b8391
afs: Make some RPC operations non-interruptible
by David Howells
· 6 years ago
b960a34
rxrpc: Allow the kernel to mark a call as being non-interruptible
by David Howells
· 6 years ago
0ab4c95
afs: Fix error propagation from server record check/update
by David Howells
· 6 years ago
94f699c
afs: Fix the maximum lifespan of VL and probe calls
by David Howells
· 6 years ago
51eba99
afs: Fix "kAFS: AFS vnode with undefined type 0"
by David Howells
· 6 years ago
d5c32c8
afs: Fix cell DNS lookup
by David Howells
· 6 years ago
d0660f0
dns_resolver: Allow used keys to be invalidated
by David Howells
· 6 years ago
ca1cbbd
afs: Fix afs_cell records to always have a VL server list record
by David Howells
· 6 years ago
6b8812f
afs: Fix missing lock when replacing VL server list
by David Howells
· 6 years ago
773e0c4
afs: Fix afs_xattr_get_yfs() to not try freeing an error value
by David Howells
· 6 years ago
cc1dd5c
afs: Fix incorrect error handling in afs_xattr_get_acl()
by David Howells
· 6 years ago
a1b879e
afs: Fix key leak in afs_release() and afs_evict_inode()
by David Howells
· 6 years ago
e5fef2a
Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
b4b52b8
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
by Linus Torvalds
· 6 years ago
168e153
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
f5e4546
afs: Implement YFS ACL setting
by David Howells
· 6 years ago
ae46578
afs: Get YFS ACLs and information through xattrs
by David Howells
· 6 years ago
b10494a
afs: implement acl setting
by Joe Gorse
· 6 years ago
260f082
afs: Get an AFS3 ACL as an xattr
by David Howells
· 6 years ago
a2f611a
afs: Fix getting the afs.fid xattr
by David Howells
· 6 years ago
c73aa41
afs: Fix the afs.cell and afs.volume xattr handlers
by David Howells
· 6 years ago
c0abbb5
afs: Calculate i_blocks based on file size
by Marc Dionne
· 6 years ago
b134d68
afs: Log more information for "kAFS: AFS vnode with undefined type\n"
by David Howells
· 6 years ago
51b9fe4
afs: switch to use of ->free_inode()
by Al Viro
· 6 years ago
6c6c1d6
afs: Provide mount-time configurable byte-range file locking emulation
by David Howells
· 6 years ago
80548b0
afs: Add more tracepoints
by David Howells
· 6 years ago
79ddbfa
afs: Implement sillyrename for unlink and rename
by David Howells
· 6 years ago
99987c56
afs: Add directory reload tracepoint
by David Howells
· 6 years ago
cdfb26b
afs: Handle lock rpc ops failing on a file that got deleted
by David Howells
· 6 years ago
445b102
afs: Improve dir check failure reports
by David Howells
· 6 years ago
d469660
afs: Add file locking tracepoints
by David Howells
· 6 years ago
4be5975
afs: Further fix file locking
by David Howells
· 6 years ago
68ce801
afs: Fix AFS file locking to allow fine grained locks
by David Howells
· 6 years ago
a690f60
afs: Calculate lock extend timer from set/extend reply reception
by David Howells
· 6 years ago
0b9bf38
afs: Split wait from afs_make_call()
by David Howells
· 6 years ago
eeba1e9
afs: Fix in-progess ops to ignore server-level callback invalidation
by David Howells
· 6 years ago
21bd68f
afs: Unlock pages for __pagevec_release()
by Marc Dionne
· 6 years ago
8022c4b
afs: Differentiate abort due to unmarshalling from other errors
by David Howells
· 6 years ago
d2abfa86
afs: Avoid section confusion in CM_NAME
by Andi Kleen
· 6 years ago
ba25b81
afs: avoid deprecated get_seconds()
by Arnd Bergmann
· 6 years ago
f7f1dd3
afs: Check for rxrpc call completion in wait loop
by Marc Dionne
· 6 years ago
4611da3
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
by Marc Dionne
· 6 years ago
e690c9e
afs: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
8c7ae38
afs: Fix StoreData op marshalling
by David Howells
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
b542023
mm: refactor readahead defines in mm.h
by Nikolay Borisov
· 6 years ago
c99c217
afs: Use fs_context to pass parameters over automount
by David Howells
· 6 years ago
13fcc68
afs: Add fs_context support
by David Howells
· 6 years ago
7d762d69
afs: Fix manually set volume location server list
by David Howells
· 6 years ago
34fa476
afs: Fix race in async call refcounting
by David Howells
· 6 years ago
7a75b00
afs: Provide a function to get a ref on a call
by David Howells
· 6 years ago
59d4907
afs: Fix key refcounting in file locking code
by David Howells
· 6 years ago
4882a27
afs: Don't set vnode->cb_s_break in afs_validate()
by Marc Dionne
· 6 years ago
5edc22c
afs: Set correct lock type for the yfs CreateFile
by Marc Dionne
· 6 years ago
c2b8bd4
afs: Use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
f86196e
fs: don't open code lru_to_page()
by Nikolay Borisov
· 6 years ago
08d405c
fs/: remove caller signal_pending branch predictions
by Davidlohr Bueso
· 6 years ago
5f1ca5c
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
73116df
afs: Use d_instantiate() rather than d_add() and don't d_drop()
by David Howells
· 6 years ago
4584ae9
afs: Fix missing net error handling
by David Howells
· 6 years ago
ae3b736
afs: Fix validation/callback interaction
by David Howells
· 6 years ago
7150cea
rxrpc: Fix life check
by David Howells
· 6 years ago
3bf0fb6
afs: Probe multiple fileservers simultaneously
by David Howells
· 6 years ago
18ac618
afs: Fix callback handling
by David Howells
· 6 years ago
2feeaf8
afs: Eliminate the address pointer from the address list cursor
by David Howells
· 6 years ago
744bcd7
afs: Allow dumping of server cursor on operation failure
by David Howells
· 6 years ago
30062bd
afs: Implement YFS support in the fs client
by David Howells
· 6 years ago
d493680
afs: Expand data structure fields to support YFS
by David Howells
· 6 years ago
f58db83
afs: Get the target vnode in afs_rmdir() and get a callback on it
by David Howells
· 6 years ago
12d8e95
afs: Calc callback expiry in op reply delivery
by David Howells
· 6 years ago
36bb5f4
afs: Fix FS.FetchStatus delivery from updating wrong vnode
by David Howells
· 6 years ago
35dbfba
afs: Implement the YFS cache manager service
by David Howells
· 6 years ago
06aeb29
afs: Remove callback details from afs_callback_break struct
by David Howells
· 6 years ago
0067191
afs: Commit the status on a new file/dir/symlink
by David Howells
· 6 years ago
3b6492d
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
by David Howells
· 6 years ago
2a0b4f6
afs: Don't invoke the server to read data beyond EOF
by David Howells
· 6 years ago
f51375c
afs: Add a couple of tracepoints to log I/O errors
by David Howells
· 6 years ago
4ac15ea
afs: Handle EIO from delivery function
by David Howells
· 6 years ago
ded2f4c
afs: Fix TTL on VL server and address lists
by David Howells
· 6 years ago
0a5143f
afs: Implement VL server rotation
by David Howells
· 6 years ago
e7f680f
afs: Improve FS server rotation error handling
by David Howells
· 6 years ago
12bdcf3
afs: Set up the iov_iter before calling afs_extract_data()
by David Howells
· 6 years ago
160cb95
afs: Better tracing of protocol errors
by David Howells
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
2e2d6f0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
Next »