summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds37-10/+32877
2008-07-16Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-1048/+1395
2008-07-16Fix compile issues in fs/compat_ioctl.c when CONFIG_BLOCK is disabledRandy Dunlap1-0/+6
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust11-78/+99
2008-07-15Merge branch 'devel' into nextTrond Myklebust18-970/+1296
2008-07-15NFSv4: Remove BKL from the nfsv4 state recoveryTrond Myklebust1-2/+0
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust4-1/+16
2008-07-15NFS: Remove BKL from the readdir codeTrond Myklebust1-3/+0
2008-07-15NFS: Remove BKL from the symlink codeTrond Myklebust1-7/+1
2008-07-15NFS: Remove BKL from the sillydelete operationsTrond Myklebust1-6/+0
2008-07-15NFS: Remove the BKL from the rename, rmdir and unlink operationsTrond Myklebust1-6/+3
2008-07-15NFS: Remove BKL from NFS lookup codeTrond Myklebust1-8/+1
2008-07-15NFS: Remove the BKL from nfs_link()Trond Myklebust1-2/+0
2008-07-15NFS: Remove the BKL from the inode creation operationsTrond Myklebust1-9/+0
2008-07-15NFS: Remove BKL usage from open()Trond Myklebust3-10/+0
2008-07-15NFS: Remove BKL usage from the write pathTrond Myklebust1-2/+0
2008-07-15NFS: Remove the BKL from the permission checking codeTrond Myklebust1-4/+0
2008-07-15NFS: Remove attribute update related BKL referencesTrond Myklebust2-8/+0
2008-07-15NFS: Remove BKL requirement from attribute updatesTrond Myklebust2-11/+71
2008-07-15NFS: Protect inode->i_nlink updates using inode->i_lockTrond Myklebust1-2/+10
2008-07-15nfs: set correct fl_len in nlmclnt_test()Felix Blyakher1-1/+1
2008-07-15lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2-14/+33
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields1-3/+2
2008-07-15lockd: minor svclock.c style fixesJ. Bruce Fields1-5/+5
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton3-10/+4
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton3-11/+5
2008-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds10-142/+119
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds32-1946/+1161
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton2-4/+2
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds26-965/+2646
2008-07-15UBIFS: include to compilationArtem Bityutskiy4-0/+85
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy32-0/+32780
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds17-92/+114
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet132-1568/+2061
2008-07-14configfs: call drop_link() to cleanup after create_link() failureLouis Rilling1-1/+5
2008-07-14configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker4-48/+72
2008-07-14configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2-10/+44
2008-07-14configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling1-20/+25
2008-07-14configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling1-4/+5
2008-07-14configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2-4/+9
2008-07-14configfs: Introduce configfs_dirent_lockLouis Rilling4-1/+34
2008-07-14ocfs2: Don't snprintf() without a format.Joel Becker1-1/+1
2008-07-14ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker2-2/+2
2008-07-14ocfs2/net: Silence build warnings on sparc64Sunil Mushran1-3/+5
2008-07-14ocfs2: Handle error during journal loadWengang Wang1-1/+5
2008-07-14ocfs2: Silence an error message in ocfs2_file_aio_read()Sunil Mushran1-1/+1
2008-07-14ocfs2: use simple_read_from_buffer()Akinobu Mita1-14/+5
2008-07-14ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap1-4/+4
2008-07-14[PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran2-1/+133