summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-16NFS: Remove BKL requirement from attribute updatesTrond Myklebust2-11/+71
2008-07-16NFS: Protect inode->i_nlink updates using inode->i_lockTrond Myklebust1-2/+10
2008-07-16nfs: set correct fl_len in nlmclnt_test()Felix Blyakher1-1/+1
2008-07-16lockd: 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-15Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds17-92/+114
2008-07-15Merge commit 'v2.6.26' into bkl-removalJonathan Corbet132-1568/+2061
2008-07-15configfs: call drop_link() to cleanup after create_link() failureLouis Rilling1-1/+5
2008-07-15configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker4-48/+72
2008-07-15configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2-10/+44
2008-07-15configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling1-20/+25
2008-07-15configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling1-4/+5
2008-07-15configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2-4/+9
2008-07-15configfs: Introduce configfs_dirent_lockLouis Rilling4-1/+34
2008-07-15ocfs2: Don't snprintf() without a format.Joel Becker1-1/+1
2008-07-15ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker2-2/+2
2008-07-15ocfs2/net: Silence build warnings on sparc64Sunil Mushran1-3/+5
2008-07-15ocfs2: Handle error during journal loadWengang Wang1-1/+5
2008-07-15ocfs2: Silence an error message in ocfs2_file_aio_read()Sunil Mushran1-1/+1
2008-07-15ocfs2: use simple_read_from_buffer()Akinobu Mita1-14/+5
2008-07-15ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap1-4/+4
2008-07-15[PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran2-1/+133
2008-07-15[PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config optionSunil Mushran1-0/+8
2008-07-15Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+17
2008-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-11/+20
2008-07-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-40/+787
2008-07-14[Bluetooth] Export details about authentication requirementsMarcel Holtmann1-0/+1
2008-07-14VFS: export sync_sb_inodesArtem Bityutskiy1-2/+9
2008-07-14VFS: move inode_lock into sync_sb_inodesHans Reiser1-8/+3
2008-07-14Merge commit 'v2.6.26' into x86/coreIngo Molnar2-15/+15
2008-07-14LSM/SELinux: show LSM mount options in /proc/mountsEric Paris1-3/+11
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley3-8/+9
2008-07-13cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton1-5/+5
2008-07-13cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton1-10/+10
2008-07-12Merge branch 'linus' into x86/coreIngo Molnar4-12/+21
2008-07-12ext4: do not set extents feature from the kernelEric Sandeen2-9/+18
2008-07-12ext4: Don't allow nonextenst mount option for large filesystemAneesh Kumar K.V1-0/+15
2008-07-12ext4: Enable delalloc by default.Aneesh Kumar K.V1-1/+22
2008-07-12ext4: delayed allocation i_blocks fix for statMingming Cao3-0/+29
2008-07-12ext4: fix delalloc i_disksize early update issueMingming Cao1-16/+47