aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-02-27afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-01-22afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells1-3/+9
2024-01-22afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-01-22afs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-2/+8
2024-01-01afs: Fix comment in afs_do_lookup()David Howells1-2/+2
2023-12-24afs: Simplify error handlingDavid Howells1-6/+8
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-19/+19
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells1-0/+3
2023-05-02afs: Avoid endless loop if file is larger than expectedMarc Dionne1-0/+4
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+5
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-2/+2
2022-12-22afs: Stop implementing ->writepage()David Howells1-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-08-17Change calling conventions for filldir_tAl Viro1-13/+10
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-16/+16
2022-06-01afs: Fix infinite loop found by xfstest generic/676David Howells1-1/+4
2022-05-09afs: Convert to release_folioMatthew Wilcox (Oracle)1-4/+3
2022-03-15afs: Convert afs_dir_set_page_dirty() to afs_dir_dirty_folio()Matthew Wilcox (Oracle)1-2/+3
2022-03-15afs: Convert directory aops to invalidate_folioMatthew Wilcox (Oracle)1-7/+6
2021-11-10afs: Use folios in directory handlingDavid Howells1-134/+95
2021-09-13afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells1-39/+7
2021-09-13afs: Add missing vnode validation checksDavid Howells1-0/+11
2021-07-21afs: Remove redundant assignment to retJiapeng Chong1-4/+6
2021-05-27afs: Fix the nlink handling of dir-over-dir renameDavid Howells1-1/+3
2021-05-01afs: Fix speculative status fetchesDavid Howells1-0/+7
2021-04-23afs: Prepare for use of THPsDavid Howells1-1/+1
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-73/+149
2021-04-23afs: Move key to afs_read structDavid Howells1-1/+2
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-1/+0
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-16/+18
2021-01-04afs: Fix directory entry size calculationDavid Howells1-23/+26
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells1-0/+1
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells1-8/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-16afs: Fix silly renameDavid Howells1-2/+19
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-3/+18
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells1-1/+1
2020-06-15afs: Concoct ctimesDavid Howells1-1/+17
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells1-1/+1
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-12/+33
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-665/+546
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-11/+11
2020-05-31afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells1-28/+61
2020-04-13afs: Fix rename operation status deliveryDavid Howells1-10/+3
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-5/+7
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-09-02afs: Support RCU pathwalkDavid Howells1-1/+53
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne1-1/+2
2019-07-30afs: Fix missing dentry data version updatingDavid Howells1-14/+70
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells1-1/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+9
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu1-2/+1
2019-06-20afs: Add some callback management tracepointsDavid Howells1-2/+2
2019-06-20afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells1-8/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells1-7/+44
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells1-20/+38
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells1-23/+13
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells1-5/+10
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-65/+139
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells1-21/+16
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-9/+9
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells1-2/+2
2019-04-25afs: Add more tracepointsDavid Howells1-1/+7
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-9/+107
2019-04-25afs: Add directory reload tracepointDavid Howells1-0/+1
2019-04-25afs: Improve dir check failure reportsDavid Howells1-4/+34
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells1-3/+1
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-4/+17
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells1-1/+10
2018-10-24afs: Commit the status on a new file/dir/symlinkDavid Howells1-0/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-12/+12
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-7/+11
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro1-2/+0
2018-08-05afs_lookup(): switch to d_splice_alias()Al Viro1-35/+12
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-9/+9
2018-05-14afs: Fix directory page lockingDavid Howells1-19/+17
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells1-0/+3
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-9/+74
2018-04-09afs: Adjust the directory XDR structuresDavid Howells1-31/+31
2018-04-09afs: Split the directory content defs into a headerDavid Howells1-52/+4
2018-04-09afs: Fix directory handlingDavid Howells1-68/+226
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells1-179/+1
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells1-5/+15
2018-04-09afs: Introduce a statistics proc fileDavid Howells1-0/+3
2018-04-09afs: Implement @cell substitution handlingDavid Howells1-0/+53
2018-04-09afs: Implement @sys substitution handlingDavid Howells1-0/+63
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-38/+250
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-14/+108
2018-01-02afs: Fix unlinkDavid Howells1-8/+29
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King1-1/+1
2017-11-24afs: Fix signal handling in some file opsDavid Howells1-0/+8
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells1-10/+5
2017-11-13afs: Introduce a file-private data recordDavid Howells1-1/+1
2017-11-13afs: Fix directory read/modify raceDavid Howells1-8/+19
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-164/+224
2017-11-13afs: Overhaul the callback handlingDavid Howells1-20/+32
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-6/+6
2017-07-09afs: Add metadata xattrsDavid Howells1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-7/+7
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-3/+8
2016-05-10afs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro1-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-21/+21
2014-11-19assorted conversions to %p[dD]Al Viro1-36/+35
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-4/+5
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman1-5/+0
2013-09-29afs: dget_parent() can't return a negative dentryAl Viro1-3/+0
2013-09-07afs: get rid of redundant ->d_name.len checksAl Viro1-24/+0
2013-09-05afs: use check_submounts_and_drop()Miklos Szeredi1-7/+3
2013-06-29[readdir] convert afsAl Viro1-62/+37
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-01-03switch ->create() to umode_tAl Viro1-3/+3
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-3/+3
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells1-4/+4
2011-05-28afs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells1-0/+1
2011-01-12switch afsAl Viro1-3/+1
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+4
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei1-2/+45
2010-05-21AFS: Don't put struct file on the stackAl Viro1-5/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-07-12AFS: Fix compilation warningArtem Bityutskiy1-1/+1
2009-03-27constify dentry_operations: AFSAl Viro1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-2/+2
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner1-4/+5
2007-07-16AFS: implement file lockingDavid Howells1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-11AFS: implement statfsDavid Howells1-9/+9
2007-05-09AFS: implement basic file write supportDavid Howells1-0/+1
2007-05-09AFS: AFS fixupsDavid Howells1-9/+9
2007-05-07mm: make read_cache_page synchronousNick Piggin1-3/+0
2007-04-26[AFS]: Fix u64 printing in debug logging.David S. Miller1-1/+2
2007-04-26[AFS]: Add "directory write" support.David Howells1-140/+536
2007-04-26[AFS]: Add security support.David Howells1-13/+38
2007-04-26[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells1-108/+178
2007-04-26[AFS]: Clean up the AFS sourcesDavid Howells1-32/+18
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert afsJosef Sipek1-2/+2
2006-10-11[PATCH] fs/*: use BUILD_BUG_ONAlexey Dobriyan1-4/+4
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-2/+2
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-3/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-08[PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+666