summaryrefslogtreecommitdiffstats
path: root/fs/afs/proc.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-3/+3
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-1/+1
* afs: Fix TTL on VL server and address listsDavid Howells2018-10-241-3/+11
* afs: Implement VL server rotationDavid Howells2018-10-241-22/+68
* afs: Fix cell proc listDavid Howells2018-10-121-4/+3
* afs: Fix cell specification to permit an empty address listDavid Howells2018-09-071-8/+7
* afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells2018-06-151-2/+8
* afs: Implement network namespacingDavid Howells2018-05-231-255/+103
* afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-231-1/+1
* afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells2018-05-181-192/+160
* afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells2018-05-181-75/+75
* afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells2018-05-181-44/+27
* afs: Move /proc management functions to the end of the fileDavid Howells2018-05-181-81/+79
* afs: simplify procfs codeChristoph Hellwig2018-05-161-119/+15
* afs: Add stats for data transfer operationsDavid Howells2018-04-091-0/+7
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-0/+4
* afs: Fix directory handlingDavid Howells2018-04-091-2/+3
* afs: Introduce a statistics proc fileDavid Howells2018-04-091-0/+37
* afs: Implement @cell substitution handlingDavid Howells2018-04-091-1/+34
* afs: Implement @sys substitution handlingDavid Howells2018-04-091-1/+230
* afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-091-1/+2
* afs: Fix checker warningsDavid Howells2018-04-091-0/+8
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-95/+58
* afs: Add an address list conceptDavid Howells2017-11-131-12/+11
* afs: Overhaul cell database managementDavid Howells2017-11-131-9/+6
* afs: Allow IPv6 address specification of VL serversDavid Howells2017-11-131-1/+1
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-5/+5
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-1/+1
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-24/+40
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-19/+6
* afs: proc cells and rootcell are writeablePali Rohár2014-02-011-2/+2
* afs: get rid of junk in fs/afs/proc.cAl Viro2014-01-251-100/+22
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-4/+4
* AFS: Implement an autocell mount capability [ver #2]wanglei2010-08-111-1/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-4/+4
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-1/+0
* fs: replace NIPQUAD()Harvey Harrison2008-10-311-2/+2
* afs: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-19/+14
* fs/afs/: possible cleanupsAdrian Bunk2007-10-171-1/+1
* Make AFS use seq_list_xxx helpersPavel Emelianov2007-07-161-70/+11
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-261-39/+34
* [AFS]: Clean up the AFS sourcesDavid Howells2007-04-261-103/+58
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] afs: add lock annotations to afs_proc_cell_servers_{start,stop}Josh Triplett2006-09-291-0/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+857