summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French389-8244/+10005
2008-02-15[CIFS] factoring out common code in get_inode_info functionsChristoph Hellwig1-63/+43
2008-02-15ext4: Don't use ext4_dec_count() if not neededTheodore Ts'o1-3/+3
2008-02-15[CIFS] fix prepath conversion when server supports posix pathsSteve French1-1/+7
2008-02-15[CIFS] Only convert / when server does not support posix pathsIgor Mammedov1-2/+11
2008-02-15ext4: modify block allocation algorithm for the last groupValerie Clement2-2/+14
2008-02-15ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V1-1/+15
2008-02-22ext4: Get journal write access before modifying the extent treeAneesh Kumar K.V1-3/+8
2008-02-26ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V2-3/+8
2008-02-22ext4: Don't leave behind a half-created inode if ext4_mkdir() failsAneesh Kumar K.V1-7/+4
2008-02-15ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement1-1/+1
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust48-703/+689
2008-02-15[CIFS] Fix mixed case name in structure dfs_info3_paramIgor Mammedov2-2/+2
2008-02-15ext4: Fix locking hierarchy violation in ext4_fallocate()Aneesh Kumar K.V1-7/+3
2008-02-26Remove incorrect BKL comments in ext4Andi Kleen2-2/+1
2008-02-15dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-15d_path: Make d_path() use a struct pathJan Blunck6-13/+10
2008-02-15d_path: Make seq_path() use a struct path argumentJan Blunck5-10/+11
2008-02-15Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-15Use struct path in struct svc_exportJan Blunck8-67/+65
2008-02-15d_path: Make get_dcookie() use a struct path argumentJan Blunck1-19/+15
2008-02-15d_path: Make proc_get_link() use a struct path argumentJan Blunck4-41/+33
2008-02-15d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-15One less parameter to __d_pathJan Blunck1-7/+5
2008-02-15Make set_fs_{root,pwd} take a struct pathJan Blunck2-22/+18
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