index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-06
afs: Support the AFS dynamic root
David Howells
1
-4
/
+8
2017-12-01
afs: Properly reset afs_vnode (inode) fields
David Howells
1
-1
/
+4
2017-11-17
afs: Fix file locking
David Howells
1
-7
/
+16
2017-11-13
afs: Protect call->state changes against signals
David Howells
1
-9
/
+54
2017-11-13
afs: Implement shared-writeable mmap
David Howells
1
-0
/
+1
2017-11-13
afs: Get rid of the afs_writeback record
David Howells
1
-33
/
+18
2017-11-13
afs: Introduce a file-private data record
David Howells
1
-0
/
+14
2017-11-13
afs: Fix directory read/modify race
David Howells
1
-0
/
+1
2017-11-13
afs: Trace the initiation and completion of client calls
David Howells
1
-0
/
+1
2017-11-13
afs: Make use of the YFS service upgrade to fully support IPv6
David Howells
1
-2
/
+8
2017-11-13
afs: Overhaul volume and server record caching and fileserver rotation
David Howells
1
-218
/
+235
2017-11-13
afs: Add an address list concept
David Howells
1
-37
/
+83
2017-11-13
afs: Overhaul cell database management
David Howells
1
-15
/
+45
2017-11-13
afs: Overhaul permit caching
David Howells
1
-12
/
+15
2017-11-13
afs: Overhaul the callback handling
David Howells
1
-38
/
+55
2017-11-13
afs: Rename struct afs_call server member to cm_server
David Howells
1
-1
/
+1
2017-11-13
afs: Potentially return call->reply[0] from afs_make_call()
David Howells
1
-1
/
+2
2017-11-13
afs: Condense afs_call's reply{,2,3,4} into an array
David Howells
1
-4
/
+1
2017-11-13
afs: Consolidate abort_to_error translators
David Howells
1
-3
/
+0
2017-11-13
afs: Keep and pass sockaddr_rxrpc addresses rather than in_addr
David Howells
1
-8
/
+7
2017-11-13
afs: Update the cache index structure
David Howells
1
-21
/
+0
2017-11-13
afs: Push the net ns pointer to more places
David Howells
1
-3
/
+4
2017-11-13
afs: Note the cell in the superblock info also
David Howells
1
-2
/
+13
2017-11-13
afs: Fix server reaping
David Howells
1
-1
/
+4
2017-11-13
afs: Lay the groundwork for supporting network namespaces
David Howells
1
-41
/
+122
2017-10-18
rxrpc: Support service upgrade from a kernel service
David Howells
1
-0
/
+1
2017-07-09
afs: Add metadata xattrs
David Howells
1
-0
/
+5
2017-06-05
uuid,afs: move struct uuid_v1 back into afs
Christoph Hellwig
1
-1
/
+10
2017-04-20
afs: Convert to separately allocated bdi
Jan Kara
1
-1
/
+0
2017-03-16
afs: Make struct afs_read::remain 64-bit
David Howells
1
-1
/
+1
2017-03-16
afs: Prevent callback expiry timer overflow
Tina Ruchandani
1
-2
/
+2
2017-03-16
afs: Migrate vlocation fields to 64-bit
Tina Ruchandani
1
-3
/
+4
2017-03-16
afs: Distinguish mountpoints from symlinks by file mode alone
David Howells
1
-1
/
+0
2017-03-16
afs: Flush outstanding writes when an fd is closed
David Howells
1
-0
/
+1
2017-03-16
afs: Handle a short write to an AFS page
David Howells
1
-1
/
+1
2017-03-16
afs: Kill struct afs_read::pg_offset
David Howells
1
-1
/
+0
2017-03-16
afs: Deal with an empty callback array
Marc Dionne
1
-1
/
+4
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
1
-1
/
+1
2017-02-10
afs: Use core kernel UUID generation
Arnd Bergmann
1
-6
/
+5
2017-02-10
afs: Move UUID struct to linux/uuid.h
David Howells
1
-25
/
+2
2017-01-09
afs: Refcount the afs_call struct
David Howells
1
-1
/
+8
2017-01-09
afs: Kill afs_wait_mode
David Howells
1
-50
/
+18
2017-01-09
afs: Add some tracepoints
David Howells
1
-9
/
+12
2017-01-06
afs: Make afs_fs_fetch_data() take a list of pages
David Howells
1
-2
/
+19
2016-10-13
afs: call->operation_ID sometimes used as __be32 sometimes as u32
David Howells
1
-1
/
+1
2016-09-01
rxrpc: Don't expose skbs to in-kernel users [ver #2]
David Howells
1
-24
/
+9
2016-08-30
rxrpc: Provide a way for AFS to ask for the peer address of a call
David Howells
1
-1
/
+4
2016-08-06
rxrpc: Fix races between skb free, ACK generation and replying
David Howells
1
-1
/
+13
2014-06-12
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
Al Viro
1
-1
/
+1
2014-05-23
AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*
David Howells
1
-1
/
+1
[next]