summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus_origin' into hotfixesTrond Myklebust2008-02-1548-703/+689
|\
| * dentries: Extract common code to remove dentry from lruChristoph Lameter2008-02-141-28/+14
| * d_path: Make d_path() use a struct pathJan Blunck2008-02-146-13/+10
| * d_path: Make seq_path() use a struct path argumentJan Blunck2008-02-145-10/+11
| * Use struct path in struct svc_expkeyJan Blunck2008-02-141-17/+13
| * Use struct path in struct svc_exportJan Blunck2008-02-148-67/+65
| * d_path: Make get_dcookie() use a struct path argumentJan Blunck2008-02-141-19/+15
| * d_path: Make proc_get_link() use a struct path argumentJan Blunck2008-02-144-41/+33
| * d_path: kerneldoc cleanupJan Blunck2008-02-141-3/+16
| * One less parameter to __d_pathJan Blunck2008-02-141-7/+5
| * Make set_fs_{root,pwd} take a struct pathJan Blunck2008-02-142-22/+18
| * Use struct path in fs_structJan Blunck2008-02-144-85/+67
| * Introduce path_get()Jan Blunck2008-02-141-2/+15
| * Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2008-02-142-12/+6
| * Introduce path_put()Jan Blunck2008-02-1428-94/+100
| * Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-1432-346/+372
| * Remove path_release_on_umount()Jan Blunck2008-02-142-11/+3
| * FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger2008-02-141-4/+4
| * inotify: make variables static in inotify_user.cHarvey Harrison2008-02-141-3/+3
* | NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia2008-02-131-0/+4
* | NFS: remove error field from nfs_readdir_descriptor_tJeff Layton2008-02-131-5/+3
* | NFS: missing spaces in KERN_WARNINGDan Muntz2008-02-131-2/+2
* | NFS: Allow text-based mounts via compat_sys_mountChuck Lever2008-02-131-3/+0
* | NFS: fix reference counting for NFSv4 callback threadJeff Layton2008-02-131-6/+12
|/
* udf: fix udf_add_free_spaceMarcin Slusarz2008-02-131-1/+1
* udf: fix directory offset handlingJan Kara2008-02-131-7/+7
* fs/smbfs/inode.c: fix warning message deprecating smbfsSergio Luis2008-02-131-1/+1
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-1317-129/+114
* kernel-doc: fix fs/pipe.c notationRandy Dunlap2008-02-131-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-101-0/+11
| * NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton2008-02-101-4/+13
| * NLM: have server-side RPC clients default to soft RPC tasksJeff Layton2008-02-101-2/+9
| * NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton2008-02-101-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
* | ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen2008-02-101-45/+82
* | JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp2008-02-101-1/+2
* | ext4: Fix Direct I/O lockingJan Kara2008-02-101-54/+53
* | ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V2008-02-101-43/+74
* | allow in-inode EAs on ext4 root inodeEric Sandeen2008-02-051-7/+1
* | ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V2008-02-101-1/+1
* | ext4: Don't set EXTENTS_FL flag for fast symlinksValerie Clement2008-02-052-0/+7
* | JBD2: Use the incompat macro for testing the incompat feature.Aneesh Kumar K.V2008-02-052-2/+2
* | jbd2: Fix reference counting on the journal commit block's buffer headAneesh Kumar K.V2008-02-051-1/+1
* | [PATCH] jbd: Remove useless loop when writing commit recordJan Kara2008-02-011-8/+6
* | jbd2: Add error check to journal_wait_on_commit_record to avoid oopsMingming Cao2008-02-051-1/+2
* | fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig2008-02-091-4/+4
* | UML: fix hostfs buildJiri Kosina2008-02-091-0/+1
OpenPOWER on IntegriCloud