aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2011-07-20AFS: Fix silly characters in a commentGravatar David Howells 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-5/+15
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 2-3/+3
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-1/+1
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierGravatar David Howells 3-10/+11
2011-06-16AFS: Set s_id in the superblock to the volume nameGravatar David Howells 1-0/+1
2011-06-16afs: afs_fill_page reads too much, or wrong dataGravatar Anton Blanchard 1-12/+9
2011-06-12afs: fix sget() races, close leak on umountGravatar Al Viro 1-41/+32
2011-05-28afs: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-7/+7
2011-02-25afs: Fix oops in afs_unlink_writebackGravatar Anton Blanchard 1-0/+1
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()Gravatar David Howells 1-19/+6
2011-01-15AFS: Use d_automount() rather than abusing follow_link()Gravatar David Howells 4-30/+19
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-4/+1
2011-01-14afs: add afs_wq and use it instead of the system workqueueGravatar Tejun Heo 7-28/+38
2011-01-12switch afsGravatar Al Viro 3-3/+3
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 2-3/+6
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+4
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+9
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-2/+2
2010-10-29convert afsGravatar Al Viro 1-12/+7
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-18/+1
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05fs/locks.c: prepare for BKL removalGravatar Arnd Bergmann 1-3/+2
2010-10-04BKL: Remove BKL from afsGravatar Arnd Bergmann 1-10/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+5
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 7-46/+254
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-9/+3
2010-08-11AFS: Implement an autocell mount capability [ver #2]Gravatar wanglei 7-46/+250
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Gravatar Wang Lei 1-0/+4
2010-08-11afs: destroy work queue on init failureGravatar Dan Carpenter 1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+6
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 3-3/+6
2010-08-07AFS: Fix the module init error handlingGravatar David Howells 1-3/+6
2010-08-05DNS: Make AFS go to the DNS for AFSDB records for unknown cellsGravatar Wang Lei 2-10/+31
2010-07-06writeback: remove writeback_inodes_wbcGravatar Christoph Hellwig 1-1/+0
2010-06-01AFS: Fix possible null pointer dereference in afs_alloc_server()Gravatar Denis Kirjanov 1-2/+3
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 2-2/+3
2010-05-21AFS: Don't put struct file on the stackGravatar Al Viro 4-36/+41
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 3-0/+10
2010-04-22afs: add bdi backing to mount session.Gravatar Jens Axboe 3-0/+10
2010-04-21AFS: Don't pass error value to page_cache_release() in error handlingGravatar David Howells 1-12/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 11-6/+7