summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-02-15Use struct path in fs_structJan Blunck4-85/+67
2008-02-15Introduce path_get()Jan Blunck1-2/+15
2008-02-15Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2-12/+6
2008-02-15Introduce path_put()Jan Blunck28-94/+100
2008-02-15Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck32-346/+372
2008-02-15Remove path_release_on_umount()Jan Blunck2-11/+3
2008-02-15FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger1-4/+4
2008-02-15inotify: make variables static in inotify_user.cHarvey Harrison1-3/+3
2008-02-14[CIFS] fixup prefixpaths which contain multiple path componentsSteve French2-2/+25
2008-02-14NFS: add missing spkm3 strings to mount option parserOlga Kornievskaia1-0/+4
2008-02-14NFS: remove error field from nfs_readdir_descriptor_tJeff Layton1-5/+3
2008-02-14NFS: missing spaces in KERN_WARNINGDan Muntz1-2/+2
2008-02-14NFS: Allow text-based mounts via compat_sys_mountChuck Lever1-3/+0
2008-02-14NFS: fix reference counting for NFSv4 callback threadJeff Layton1-6/+12
2008-02-14udf: fix udf_add_free_spaceMarcin Slusarz1-1/+1
2008-02-14udf: fix directory offset handlingJan Kara1-7/+7
2008-02-14fs/smbfs/inode.c: fix warning message deprecating smbfsSergio Luis1-1/+1
2008-02-14xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz17-129/+114
2008-02-14kernel-doc: fix fs/pipe.c notationRandy Dunlap1-5/+5
2008-02-13[CIFS] fix typoSteve French1-1/+1
2008-02-12[CIFS] patch to fix incorrect encoding of number of aces on set modeShirish Pargaonkar1-5/+1
2008-02-12[CIFS] Fix typo in quota operationsRoel Kluin1-1/+1
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French13-84/+51
2008-02-11Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+33
2008-02-11NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton1-0/+11
2008-02-11NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton1-4/+13
2008-02-11NLM: have server-side RPC clients default to soft RPC tasksJeff Layton1-2/+9
2008-02-11NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton1-0/+1
2008-02-10splice: fix user pointer access in get_iovec_page_array()Bastian Blank1-1/+1
2008-02-10ext4: Add new "development flag" to the ext4 filesystemTheodore Tso1-0/+11
2008-02-10ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V1-14/+21
2008-02-10ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen1-45/+82
2008-02-10JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp1-1/+2
2008-02-10ext4: Fix Direct I/O lockingJan Kara1-54/+53
2008-02-10ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V1-43/+74
2008-02-08[CIFS] reduce checkpatch warningsSteve French23-279/+167
2008-02-07[XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy5-7/+7
2008-02-07[XFS] Fix oops in xfs_file_readdir()David Chinner1-2/+1
2008-02-07[XFS] kill xfs_rootChristoph Hellwig3-23/+4
2008-02-07[XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig3-2/+2
2008-02-07[XFS] stop updating inode->i_blocksChristoph Hellwig4-14/+1
2008-02-07[XFS] Make xfs_ail_check check less by defaultDavid Chinner1-9/+28
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner7-108/+282
2008-02-07[XFS] use generic_permissionChristoph Hellwig7-120/+25
2008-02-07[XFS] stop re-checking permissions in xfs_swapextChristoph Hellwig1-9/+11
2008-02-07[XFS] clean up xfs_swapextChristoph Hellwig1-41/+26
2008-02-07[XFS] remove permission check from xfs_change_file_spaceChristoph Hellwig1-12/+0
2008-02-07[XFS] prevent panic during log recovery due to bogus op_hdr lengthLachlan McIlroy1-1/+6
2008-02-07[XFS] Cleanup various fid related bits:Christoph Hellwig5-84/+17
2008-02-07[XFS] Fix xfs_lowbit64David Chinner1-4/+4