aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-03-27fs: avoid I_NEW inodesNick Piggin
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu
2009-03-27Parse mount options just once and copy them to super blockSukadev Bhattiprolu
2009-03-27Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-27fs: move bdev code out of buffer.cNick Piggin
2009-03-27constify dentry_operations: restAl Viro
2009-03-27constify dentry_operations: configfsAl Viro
2009-03-27constify dentry_operations: sysfsAl Viro
2009-03-27constify dentry_operations: JFSAl Viro
2009-03-27constify dentry_operations: OCFS2Al Viro
2009-03-27constify dentry_operations: GFS2Al Viro
2009-03-27constify dentry_operations: FATAl Viro
2009-03-27constify dentry_operations: FUSEAl Viro
2009-03-27constify dentry_operations: procfsAl Viro
2009-03-27constify dentry_operations: ecryptfsAl Viro
2009-03-27constify dentry_operations: CIFSAl Viro
2009-03-27constify dentry_operations: AFSAl Viro
2009-03-27constify dentry_operations: autofs, autofs4Al Viro
2009-03-27constify dentry_operations: 9pAl Viro
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2009-03-27constify dentry_operations: NFSAl Viro
2009-03-27devpts: Must release s_umount on errorSukadev Bhattiprolu
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin
2009-03-27cleanup may_openChristoph Hellwig
2009-03-27cleanup d_add_ciChristoph Hellwig
2009-03-27generic compat_sys_ustatChristoph Hellwig
2009-03-27affs: fix missing unlocks in affs_remove_linkChristoph Hellwig
2009-03-22Update my email addressGertjan van Wingerde
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks
2009-03-19aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer
2009-03-19eventfd: remove fput() call from possible IRQ contextDavide Libenzi
2009-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds
2009-03-18Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds
2009-03-16ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le
2009-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-03-14block: fix memory leak in bio_clone()Li Zefan
2009-03-14block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura