| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-08-13 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 3 | -22/+6 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+1 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 2 | -4/+4 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -3/+3 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+2 |
| 2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2 | -6/+6 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -5/+2 |
| 2012-03-20 | AFS: checking wrong bit in afs_readpages() | Dan Carpenter | 1 | -1/+1 |
| 2012-03-20 | afs: remove the second argument of k[un]map_atomic() | Cong Wang | 2 | -6/+6 |
| 2012-03-16 | afs: Remote abort can cause BUG in rxrpc code | Anton Blanchard | 1 | -0/+3 |
| 2012-03-16 | afs: Read of file returns EBADMSG | Anton Blanchard | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -3/+3 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -3/+3 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2012-01-03 | vfs: kill ->mnt_devname use in afs printks | Al Viro | 1 | -2/+2 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 2 | -3/+3 |
| 2011-07-20 | AFS: Fix silly characters in a comment | David Howells | 1 | -1/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2 | -5/+15 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 2 | -3/+3 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to generic_permission() | Al Viro | 1 | -1/+1 |
| 2011-07-20 | kill check_acl callback of generic_permission() | Al Viro | 1 | -1/+1 |
| 2011-06-16 | AFS: Use i_generation not i_version for the vnode uniquifier | David Howells | 3 | -10/+11 |
| 2011-06-16 | AFS: Set s_id in the superblock to the volume name | David Howells | 1 | -0/+1 |
| 2011-06-16 | afs: afs_fill_page reads too much, or wrong data | Anton Blanchard | 1 | -12/+9 |
| 2011-06-12 | afs: fix sget() races, close leak on umount | Al Viro | 1 | -41/+32 |
| 2011-05-28 | afs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -7/+7 |
| 2011-02-25 | afs: Fix oops in afs_unlink_writeback | Anton Blanchard | 1 | -0/+1 |
| 2011-01-15 | Unexport do_add_mount() and add in follow_automount(), not ->d_automount() | David Howells | 1 | -19/+6 |
| 2011-01-15 | AFS: Use d_automount() rather than abusing follow_link() | David Howells | 4 | -30/+19 |
| 2011-01-15 | Add a dentry op to allow processes to be held during pathwalk transit | David Howells | 1 | -4/+1 |
| 2011-01-14 | afs: add afs_wq and use it instead of the system workqueue | Tejun Heo | 7 | -28/+38 |
| 2011-01-12 | switch afs | Al Viro | 3 | -3/+3 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2 | -3/+6 |
| 2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -0/+4 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+9 |
| 2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -2/+2 |
| 2010-10-29 | convert afs | Al Viro | 1 | -12/+7 |
| 2010-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2010-10-26 | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 1 | -18/+1 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-10-05 | fs/locks.c: prepare for BKL removal | Arnd Bergmann | 1 | -3/+2 |
| 2010-10-04 | BKL: Remove BKL from afs | Arnd Bergmann | 1 | -10/+0 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 1 | -0/+5 |
| 2010-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 7 | -46/+254 |
| 2010-08-12 | Add a dummy printk function for the maintenance of unused printks | David Howells | 1 | -9/+3 |
| 2010-08-11 | AFS: Implement an autocell mount capability [ver #2] | wanglei | 7 | -46/+250 |
| 2010-08-11 | DNS: If the DNS server returns an error, allow that to be cached [ver #2] | Wang Lei | 1 | -0/+4 |
| 2010-08-11 | afs: destroy work queue on init failure | Dan Carpenter | 1 | -0/+1 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -3/+6 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 3 | -3/+6 |
| 2010-08-07 | AFS: Fix the module init error handling | David Howells | 1 | -3/+6 |
| 2010-08-05 | DNS: Make AFS go to the DNS for AFSDB records for unknown cells | Wang Lei | 2 | -10/+31 |
| 2010-07-06 | writeback: remove writeback_inodes_wbc | Christoph Hellwig | 1 | -1/+0 |
| 2010-06-01 | AFS: Fix possible null pointer dereference in afs_alloc_server() | Denis Kirjanov | 1 | -2/+3 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 2 | -2/+3 |
| 2010-05-21 | AFS: Don't put struct file on the stack | Al Viro | 4 | -36/+41 |
| 2010-04-28 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 3 | -0/+10 |
| 2010-04-22 | afs: add bdi backing to mount session. | Jens Axboe | 3 | -0/+10 |
| 2010-04-21 | AFS: Don't pass error value to page_cache_release() in error handling | David Howells | 1 | -12/+12 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 11 | -6/+7 |
| 2010-03-22 | AFS: Potential null dereference | Dan Carpenter | 1 | -2/+3 |
| 2010-03-05 | make sure data is on disk before calling ->write_inode | Christoph Hellwig | 3 | -23/+0 |
| 2009-12-10 | afs: remove manual O_SYNC handling | Christoph Hellwig | 1 | -9/+0 |
| 2009-12-10 | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 1 | -2/+3 |
| 2009-11-19 | FS-Cache: Handle pages pending storage that get evicted under OOM conditions | David Howells | 1 | -12/+3 |
| 2009-10-01 | afs: remove cache.h | Christoph Hellwig | 2 | -13/+1 |
| 2009-09-23 | seq_file: constify seq_operations | James Morris | 1 | -4/+4 |
| 2009-09-22 | const: make file_lock_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-16 | writeback: get rid of wbc->for_writepages | Jens Axboe | 1 | -1/+0 |
| 2009-08-27 | AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr | David Howells | 1 | -3/+15 |
| 2009-07-12 | AFS: Fix compilation warning | Artem Bityutskiy | 1 | -1/+1 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
| 2009-07-08 | headers: mnt_namespace.h redux | Alexey Dobriyan | 1 | -1/+0 |
| 2009-06-30 | AFS: Fix lock imbalance | Jiri Slaby | 1 | -1/+0 |
| 2009-06-16 | AFS: Correctly translate auth error aborts and don't failover in such cases | David Howells | 2 | -0/+18 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+4 |
| 2009-06-11 | switch follow_down() | Al Viro | 1 | -1/+1 |
| 2009-05-09 | Fix races around the access to ->s_options | Al Viro | 1 | -2/+2 |
| 2009-05-09 | Convert obvious places to deactivate_locked_super() | Al Viro | 1 | -2/+1 |
| 2009-04-17 | AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHE | Matt Kraai | 1 | -0/+2 |
| 2009-04-09 | afs: BUG to BUG_ON changes | Stoyan Gaydarov | 1 | -2/+1 |
| 2009-04-03 | FS-Cache: Make kAFS use FS-Cache | David Howells | 13 | -358/+582 |
| 2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -1/+0 |
| 2009-03-27 | constify dentry_operations: AFS | Al Viro | 1 | -1/+1 |
| 2009-01-22 | fs/Kconfig: move afs out | Alexey Dobriyan | 1 | -0/+21 |
| 2009-01-04 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -1/+1 |
| 2008-10-31 | fs: replace NIPQUAD() | Harvey Harrison | 2 | -7/+6 |
| 2008-10-23 | [PATCH] fix ->llseek for more directories | Christoph Hellwig | 1 | -0/+1 |
| 2008-10-16 | afs: convert to new aops | Nick Piggin | 3 | -92/+51 |
| 2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -1/+1 |
| 2008-08-04 | mm: rename page trylock | Nick Piggin | 1 | -1/+1 |
| 2008-08-01 | [PATCH] pass struct path * to do_add_mount() | Al Viro | 1 | -1/+1 |
| 2008-07-26 | [PATCH] sanitize ->permission() prototype | Al Viro | 2 | -4/+2 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -2/+2 |
| 2008-06-06 | Fix various old email addresses for dwmw2 | David Woodhouse | 3 | -3/+3 |
| 2008-04-30 | afs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2 | -6/+6 |
| 2008-04-29 | afs: support the CB.ProbeUuid RPC op | David Howells | 2 | -0/+108 |
| 2008-04-29 | afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourself | David Howells | 2 | -14/+14 |
| 2008-04-29 | afs: use the shorter LIST_HEAD for brevity | Robert P. J. Day | 1 | -1/+1 |
| 2008-04-29 | afs: use non-racy method for proc entries creation | Denis V. Lunev | 1 | -19/+14 |
| 2008-04-16 | AFS: Do not describe debug parameters with their value | Paul Bolle | 1 | -1/+1 |
| 2008-04-03 | afs: remove smp_prcessor_id() from debug macro | Sven Schnelle | 1 | -1/+1 |
| 2008-04-02 | afs: add missing up_write() on return | Sven Schnelle | 1 | -0/+1 |
| 2008-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -10/+0 |
| 2008-03-28 | afs: prevent double cell registration | Sven Schnelle | 1 | -2/+13 |
| 2008-03-27 | [PATCH] do shrink_submounts() for all fs types | Al Viro | 3 | -10/+0 |
| 2008-02-14 | Use path_put() in a few places instead of {mnt,d}put() | Jan Blunck | 1 | -2/+1 |
| 2008-02-14 | Introduce path_put() | Jan Blunck | 1 | -1/+1 |
| 2008-02-14 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -11/+11 |
| 2008-02-08 | mount options: fix afs | Miklos Szeredi | 1 | -0/+5 |
| 2008-02-08 | fs/afs/security.c: fix uninitialized var warning | Andrew Morton | 1 | -1/+1 |
| 2008-02-07 | iget: use iget_failed() in AFS | David Howells | 1 | -4/+1 |
| 2008-02-07 | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2 | -3/+3 |
| 2008-01-28 | vfs: Add 64 bit i_version support | Jean Noel Cordenner | 2 | -5/+7 |
| 2007-11-05 | fs/afs/vlocation.c: fix off-by-one | Adrian Bunk | 1 | -1/+1 |
| 2007-10-17 | KEYS: Make request_key() and co fundamentally asynchronous | David Howells | 1 | -11/+6 |
| 2007-10-17 | Drop some headers from mm.h | Alexey Dobriyan | 1 | -1/+1 |
| 2007-10-17 | fs/afs/: possible cleanups | Adrian Bunk | 10 | -11/+17 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -4/+2 |
| 2007-10-15 | Merge branch 'locks' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+1 |
| 2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -2/+3 |
| 2007-10-09 | AFS: clean up explicit check for mandatory locks | Pavel Emelyanov | 1 | -2/+1 |
| 2007-09-11 | afs: mntput called before dput | Andreas Gruenbacher | 1 | -1/+1 |
| 2007-07-31 | AFS: fix file locking | David Howells | 1 | -47/+79 |
| 2007-07-20 | AFS: Use patched rxrpc_kernel_send_data() correctly | David Howells | 1 | -11/+10 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -2/+1 |
| 2007-07-19 | afs build fix | Andrew Morton | 1 | -1/+2 |
| 2007-07-16 | AFS: drop explicit extern | Randy Dunlap | 1 | -1/+1 |
| 2007-07-16 | AFS: implement file locking | David Howells | 13 | -15/+881 |
| 2007-07-16 | Make AFS use seq_list_xxx helpers | Pavel Emelianov | 1 | -70/+11 |
| 2007-07-10 | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 1 | -1/+1 |
| 2007-05-31 | afs: needs sched.h | Andrew Morton | 1 | -0/+2 |
| 2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 12 | -0/+12 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -11/+9 |
| 2007-05-16 | AFS: Fix afs_prepare_write() | David Howells | 1 | -2/+1 |
| 2007-05-16 | AFS: write back dirty data on unmount | David Howells | 1 | -1/+0 |
| 2007-05-11 | AFS: implement statfs | David Howells | 7 | -15/+426 |
| 2007-05-11 | AFS: fix a couple of problems with unlinking AFS files | David Howells | 4 | -17/+31 |
| 2007-05-11 | AFS: fix interminable loop in afs_write_back_from_locked_page() | David Howells | 1 | -2/+3 |
| 2007-05-10 | AFS: further write support fixes | David Howells | 2 | -3/+3 |
| 2007-05-10 | AFS: write support fixes | David Howells | 3 | -17/+216 |
| 2007-05-09 | AFS: implement basic file write support | David Howells | 11 | -27/+1483 |
| 2007-05-09 | AFS: AFS fixups | David Howells | 12 | -109/+121 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -2/+1 |
| 2007-05-07 | mm: make read_cache_page synchronous | Nick Piggin | 2 | -10/+4 |
| 2007-05-03 | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 1 | -1/+1 |
| 2007-05-03 | [AFS]: Adjust the new netdevice scanning code | David Howells | 3 | -7/+21 |
| 2007-05-03 | [AFS]: Replace rtnetlink client by direct dev_base walking | Patrick McHardy | 4 | -475/+55 |
| 2007-05-03 | [AFS]: Fix memory leak in SRXAFSCB_GetCapabilities | Patrick McHardy | 1 | -0/+1 |
| 2007-05-03 | [AFS]: Fix use of __exit functions from __init path | David Howells | 3 | -4/+4 |
| 2007-05-03 | [AFS/AF_RXRPC]: Miscellaneous fixes. | David Howells | 2 | -58/+45 |
| 2007-04-27 | [AF_RXRPC/AFS]: Arch-specific fixes. | David Howells | 3 | -3/+3 |
| 2007-04-27 | [AFS]: Fix VLocation record update wakeup | David Howells | 1 | -9/+8 |
| 2007-04-26 | [AFS]: Eliminate cmpxchg() usage in vlocation code. | David S. Miller | 2 | -6/+16 |
| 2007-04-26 | [AFS]: Fix u64 printing in debug logging. | David S. Miller | 3 | -3/+5 |
| 2007-04-26 | [AFS]: Add "directory write" support. | David Howells | 14 | -268/+1778 |
| 2007-04-26 | [AFS]: Implement the CB.InitCallBackState3 operation. | David Howells | 2 | -0/+47 |
| 2007-04-26 | [AFS]: Add support for the CB.GetCapabilities operation. | David Howells | 7 | -0/+705 |
| 2007-04-26 | [AFS]: Add security support. | David Howells | 18 | -238/+945 |
| 2007-04-26 | [AFS]: Handle multiple mounts of an AFS superblock correctly. | David Howells | 1 | -10/+16 |
| 2007-04-26 | [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC. | David Howells | 38 | -5239/+3999 |
| 2007-04-26 | [AFS]: Clean up the AFS sources | David Howells | 36 | -906/+506 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 7 | -7/+0 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 4 | -6/+6 |
| 2006-12-08 | [PATCH] rename struct namespace to struct mnt_namespace | Kirill Korotaev | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert afs | Josef Sipek | 2 | -6/+6 |
| 2006-12-07 | [PATCH] affs: replace kmalloc+memset with kzalloc | Yan Burman | 2 | -5/+2 |
| 2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2 | -0/+2 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -3/+3 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -1/+1 |
| 2006-10-11 | [PATCH] fs/*: use BUILD_BUG_ON | Alexey Dobriyan | 1 | -4/+4 |
| 2006-10-03 | [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers | David Howells | 1 | -2/+2 |
| 2006-09-30 | [PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try... | David Howells | 1 | -1/+0 |
| 2006-09-30 | [PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6] | David Howells | 1 | -1/+0 |
| 2006-09-29 | [PATCH] afs: add lock annotations to afs_proc_cell_servers_{start,stop} | Josh Triplett | 1 | -0/+2 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
| 2006-09-27 | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2 | -4/+2 |
| 2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 2 | -2/+2 |
| 2006-06-26 | [PATCH] fs: use list_move() | Akinobu Mita | 5 | -18/+9 |
| 2006-06-24 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 3 | -23/+16 |
| 2006-06-23 | [PATCH] read_mapping_page for address space | Pekka Enberg | 2 | -12/+3 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -11/+13 |
| 2006-06-09 | VFS: Unexport do_kern_mount() and clean up simple_pin_fs() | Trond Myklebust | 3 | -2/+4 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 4 | -9/+9 |
| 2006-03-26 | [PATCH] Make address_space_operations->invalidatepage return void | NeilBrown | 1 | -3/+3 |
| 2006-03-24 | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -1/+1 |
| 2006-03-24 | [PATCH] vfs: MS_VERBOSE should be MS_SILENT | Theodore Ts'o | 1 | -1/+1 |
| 2006-01-11 | add loglevel to printk in fs/afs/cmservice.c | Jesper Juhl | 1 | -1/+1 |
| 2006-01-08 | [PATCH] afs: remove unnecessary __attribute__((packed)) | Jan Blunck | 1 | -3/+1 |