aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAge
* afs: Support RCU pathwalkDavid Howells2019-09-02
* afs: Fix possible oops in afs_lookup trace eventMarc Dionne2019-08-22
* afs: Fix missing dentry data version updatingDavid Howells2019-07-30
* afs: Only update d_fsdata if different in afs_d_revalidate()David Howells2019-07-30
* afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells2019-07-30
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-10
|\
| * fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-20
| * afs: Add some callback management tracepointsDavid Howells2019-06-20
| * afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells2019-06-20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* afs: Fix application of the results of a inline bulk status fetchDavid Howells2019-05-16
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-16
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-16
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-16
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-16
* afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-16
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-16
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-07
* afs: Add more tracepointsDavid Howells2019-04-25
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-25
* afs: Add directory reload tracepointDavid Howells2019-04-25
* afs: Improve dir check failure reportsDavid Howells2019-04-25
* afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells2018-11-29
* afs: Implement YFS support in the fs clientDavid Howells2018-10-23
* afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells2018-10-23
* afs: Commit the status on a new file/dir/symlinkDavid Howells2018-10-23
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-23
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-23
* afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro2018-08-05
* afs_lookup(): switch to d_splice_alias()Al Viro2018-08-05
* afs: Fix whole-volume callback handlingDavid Howells2018-05-14
* afs: Fix directory page lockingDavid Howells2018-05-14
* afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-09
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-09
* afs: Adjust the directory XDR structuresDavid Howells2018-04-09
* afs: Split the directory content defs into a headerDavid Howells2018-04-09
* afs: Fix directory handlingDavid Howells2018-04-09
* afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-09
* afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-09
* afs: Introduce a statistics proc fileDavid Howells2018-04-09
* afs: Implement @cell substitution handlingDavid Howells2018-04-09
* afs: Implement @sys substitution handlingDavid Howells2018-04-09
* afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-09
* afs: Support the AFS dynamic rootDavid Howells2018-02-06
* afs: Fix unlinkDavid Howells2018-01-02
* afs: remove redundant assignment of dvnode to itselfColin Ian King2017-11-24
* afs: Fix signal handling in some file opsDavid Howells2017-11-24
* afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells2017-11-24
* afs: Introduce a file-private data recordDavid Howells2017-11-13
* afs: Fix directory read/modify raceDavid Howells2017-11-13