aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-19/+6
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells4-30/+19
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-4/+1
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo7-28/+38
2011-01-12switch afsAl Viro3-3/+3
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+6
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: icache RCU free inodesNick Piggin1-1/+9
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-10-29convert afsAl Viro1-12/+7
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-18/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-3/+2
2010-10-04BKL: Remove BKL from afsArnd Bergmann1-10/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+5
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds7-46/+254
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-9/+3
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei7-46/+250
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei1-0/+4
2010-08-11afs: destroy work queue on init failureDan Carpenter1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-3/+6
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro3-3/+6
2010-08-07AFS: Fix the module init error handlingDavid Howells1-3/+6
2010-08-05DNS: Make AFS go to the DNS for AFSDB records for unknown cellsWang Lei2-10/+31
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-1/+0
2010-06-01AFS: Fix possible null pointer dereference in afs_alloc_server()Denis Kirjanov1-2/+3
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-2/+3
2010-05-21AFS: Don't put struct file on the stackAl Viro4-36/+41
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-0/+10
2010-04-22afs: add bdi backing to mount session.Jens Axboe3-0/+10
2010-04-21AFS: Don't pass error value to page_cache_release() in error handlingDavid Howells1-12/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo11-6/+7
2010-03-22AFS: Potential null dereferenceDan Carpenter1-2/+3
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig3-23/+0
2009-12-10afs: remove manual O_SYNC handlingChristoph Hellwig1-9/+0
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+3
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-12/+3
2009-10-01afs: remove cache.hChristoph Hellwig2-13/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-4/+4
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells1-3/+15
2009-07-12AFS: Fix compilation warningArtem Bityutskiy1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0
2009-06-30AFS: Fix lock imbalanceJiri Slaby1-1/+0