summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* efs: move headers out of include/linux/Christoph Hellwig2008-02-247-9/+150
* /proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld2008-02-241-1/+1
* ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin2008-02-241-1/+1
* fuse: fix permission checkingMiklos Szeredi2008-02-241-1/+1
* Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-02-227-9/+10
|\
| * Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-223-3/+3
| * nfs: fix sparse warningsHarvey Harrison2008-02-204-6/+6
| * NFS: flush signals before taking down callback threadJeff Layton2008-02-201-0/+1
* | dlm: fix rcom_names message to selfDavid Teigland2008-02-211-0/+2
* | Remove empty file remnants that were left in the tree by mistakeLinus Torvalds2008-02-211-0/+0
|/
* fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2008-02-192-198/+1Star
* make struct def_blk_aops staticAdrian Bunk2008-02-191-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy2008-02-18331-5583/+8635
|\
| * Merge branch 'linus_origin' into hotfixesTrond Myklebust2008-02-1548-703/+689Star
| |\
| | * dentries: Extract common code to remove dentry from lruChristoph Lameter2008-02-151-28/+14Star
| | * d_path: Make d_path() use a struct pathJan Blunck2008-02-156-13/+10Star
| | * d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-155-10/+11
| | * Use struct path in struct svc_expkeyJan Blunck2008-02-151-17/+13Star
| | * Use struct path in struct svc_exportJan Blunck2008-02-158-67/+65Star
| | * d_path: Make get_dcookie() use a struct path argumentJan Blunck2008-02-151-19/+15Star
| | * d_path: Make proc_get_link() use a struct path argumentJan Blunck2008-02-154-41/+33Star
| | * d_path: kerneldoc cleanupJan Blunck2008-02-151-3/+16
| | * One less parameter to __d_pathJan Blunck2008-02-151-7/+5Star
| | * Make set_fs_{root,pwd} take a struct pathJan Blunck2008-02-152-22/+18Star
| | * Use struct path in fs_structJan Blunck2008-02-154-85/+67Star
| | * Introduce path_get()Jan Blunck2008-02-151-2/+15
| | * Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2008-02-152-12/+6Star
| | * Introduce path_put()Jan Blunck2008-02-1528-94/+100
| | * Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-1532-346/+372
| | * Remove path_release_on_umount()Jan Blunck2008-02-152-11/+3Star
| | * FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger2008-02-151-4/+4
| | * inotify: make variables static in inotify_user.cHarvey Harrison2008-02-151-3/+3
| * | NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia2008-02-141-0/+4
| * | NFS: remove error field from nfs_readdir_descriptor_tJeff Layton2008-02-141-5/+3Star
| * | NFS: missing spaces in KERN_WARNINGDan Muntz2008-02-141-2/+2
| * | NFS: Allow text-based mounts via compat_sys_mountChuck Lever2008-02-141-3/+0Star
| * | NFS: fix reference counting for NFSv4 callback threadJeff Layton2008-02-141-6/+12
| |/
| * udf: fix udf_add_free_spaceMarcin Slusarz2008-02-141-1/+1
| * udf: fix directory offset handlingJan Kara2008-02-141-7/+7
| * fs/smbfs/inode.c: fix warning message deprecating smbfsSergio Luis2008-02-141-1/+1
| * xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-1417-129/+114Star
| * kernel-doc: fix fs/pipe.c notationRandy Dunlap2008-02-141-5/+5
| * Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-112-5/+33
| |\
| | * NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton2008-02-111-0/+11
| | * NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton2008-02-111-4/+13
| | * NLM: have server-side RPC clients default to soft RPC tasksJeff Layton2008-02-111-2/+9
| | * NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton2008-02-111-0/+1
| * | splice: fix user pointer access in get_iovec_page_array()Bastian Blank2008-02-101-1/+1
| * | ext4: Add new "development flag" to the ext4 filesystemTheodore Tso2008-02-101-0/+11
| * | ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V2008-02-101-14/+21