Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
02377e6edf135289ebdf6ff4b40a422db4b780ff
/
fs
/
afs
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
5eede62
fold struct fs_parameter_enum into struct constant_table
by Al Viro
· 5 years ago
2710c957a
fs_parse: get rid of ->enums
by Al Viro
· 5 years ago
a45ea48
afs: Fix characters allowed into cell names
by David Howells
· 5 years ago
e033e7d
Merge branch 'dhowells' (patches from DavidH)
by Linus Torvalds
· 5 years ago
f52b83b
afs: Fix afs_lookup() to not clobber the version on a new dentry
by David Howells
· 5 years ago
40a708b
afs: Fix use-after-loss-of-ref
by David Howells
· 5 years ago
5055980
afs: Show volume name in /proc/net/afs/<cell>/volumes
by David Howells
· 5 years ago
106bc79
afs: Fix missing cell comparison in afs_test_super()
by David Howells
· 5 years ago
1da4bd9
afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP
by David Howells
· 5 years ago
158d583
afs: Fix mountpoint parsing
by David Howells
· 5 years ago
bcbccaf
afs: Fix SELinux setting security label on /afs
by David Howells
· 5 years ago
9bd0160
afs: Fix afs_find_server lookups for ipv4 peers
by Marc Dionne
· 5 years ago
4a55d36
Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
1ae7878
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
436b2a8
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 5 years ago
b485275
afs: Fix large file support
by Marc Dionne
· 5 years ago
cd34070
afs: Fix possible assert with callbacks from yfs servers
by Marc Dionne
· 5 years ago
4fe171b
afs: Remove set but not used variable 'ret'
by zhengbin
· 5 years ago
51590df
afs: Remove set but not used variables 'before', 'after'
by zhengbin
· 5 years ago
2e2fae9
afs: xattr: use scnprintf
by Mark Salyzyn
· 5 years ago
d4438a2
afs: Introduce an afs_get_read() refcount helper
by David Howells
· 5 years ago
0b9c017
afs: Rename desc -> req in afs_fetch_data()
by David Howells
· 5 years ago
fc27612
afs: Switch the naming of call->iter and call->_iter
by David Howells
· 5 years ago
1b87b02
afs: Use call->_iter not &call->iter in debugging statements
by David Howells
· 5 years ago
c74386d
afs: Fix missing timeout reset
by David Howells
· 5 years ago
a28f239
afs: Fix race in commit bulk status fetch
by David Howells
· 5 years ago
62860da
fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer()
by Paul E. McKenney
· 5 years ago
a4e530a
fs: afs: Use pr_warn instead of pr_warning
by Kefeng Wang
· 5 years ago
1eb80d6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
473ef57
afs dynroot: switch to simple_dir_operations
by Al Viro
· 5 years ago
a0753c2
afs: Support RCU pathwalk
by David Howells
· 6 years ago
8b6a666
afs: Provide an RCU-capable key lookup
by David Howells
· 6 years ago
23a2891
afs: Use afs_extract_discard() rather than iov_iter_discard()
by David Howells
· 5 years ago
52c9c130
afs: remove unused variable 'afs_zero_fid'
by YueHaibing
· 5 years ago
cacf2d7
afs: remove unused variable 'afs_voltypes'
by YueHaibing
· 5 years ago
7533be8
afs: use correct afs_call_type in yfs_fs_store_opaque_acl2
by YueHaibing
· 5 years ago
c4c613f
afs: Fix possible oops in afs_lookup trace event
by Marc Dionne
· 5 years ago
a5fb8e6
afs: Fix leak in afs_lookup_cell_rcu()
by David Howells
· 5 years ago
9dd0b82
afs: Fix missing dentry data version updating
by David Howells
· 5 years ago
5dc8485
afs: Only update d_fsdata if different in afs_d_revalidate()
by David Howells
· 5 years ago
37c0bbb
afs: Fix off-by-one in afs_rename() expected data version calculation
by David Howells
· 5 years ago
a6eed4a
fs: afs: Fix a possible null-pointer dereference in afs_put_read()
by Jia-Ju Bai
· 5 years ago
4a46fdb
afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()
by Marc Dionne
· 5 years ago
2067b2b
afs: Fix the CB.ProbeUuid service handler to reply correctly
by David Howells
· 5 years ago
2988160
afs: fsclient: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
35a3a90
afs: yfsclient: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
237f83d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 5 years ago
8dda995
Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
e6983af
Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 5 years ago
028db3e
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"
by Linus Torvalds
· 5 years ago
0f75ef6
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
c84ca91
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 5 years ago
1eda8ba
afs: Add support for the UAE error table
by David Howells
· 6 years ago
d96ff26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
cd0f3aa
Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
2e12256
keys: Replace uid/gid/perm permissions checking with an ACL
by David Howells
· 6 years ago
a58946c
keys: Pass the network namespace into request_key mechanism
by David Howells
· 6 years ago
ee10258
fs/afs: use struct_size() in kzalloc()
by Zhengyuan Liu
· 6 years ago
4521819
afs: Trace afs_server usage
by David Howells
· 6 years ago
051d252
afs: Add some callback management tracepoints
by David Howells
· 6 years ago
fa59f52
afs: afs_unlink() doesn't need to check dentry->d_inode
by David Howells
· 6 years ago
2cd42d1
afs: Fix setting of i_blocks
by David Howells
· 6 years ago
90fa9b6
afs: Fix uninitialised spinlock afs_volume::cb_break_lock
by David Howells
· 6 years ago
a6853b9
afs: Fix vlserver record corruption
by David Howells
· 6 years ago
3647e42
afs: Fix over zealous "vnode modified" warnings
by David Howells
· 6 years ago
4924646
fsnotify: move fsnotify_nameremove() hook out of d_delete()
by Amir Goldstein
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
35ebfc2
afs: do not send list of client addresses
by Florian Westphal
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
b4d0d23
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
39db981
afs: Fix application of the results of a inline bulk status fetch
by David Howells
· 6 years ago
b835915
afs: Pass pre-fetch server and volume break counts into afs_iget5_set()
by David Howells
· 6 years ago
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
Next »