aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* autofs4 - remove ioctl mutex (bz23142)Ian Kent2010-12-071-11/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-12-065-10/+15
|\
| * ocfs2_connection_find() returns pointer to bad structuredann frazier2010-11-181-1/+1
| * ocfs2: char is not always signedMilton Miller2010-11-181-3/+3
| * Ocfs2: Stop tracking a negative dentry after dentry_iput().Tristan Ye2010-11-181-1/+0
| * ocfs2: fix memory leakJiri Slaby2010-11-181-4/+10
| * fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba2010-11-181-1/+1
* | Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman2010-12-051-1/+1
* | reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker2010-12-021-2/+4
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-12-028-83/+188
|\ \
| * | xfs: only run xfs_error_test if error injection is activeDave Chinner2010-12-012-2/+6
| * | xfs: avoid moving stale inodes in the AILDave Chinner2010-12-011-6/+25
| * | xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2010-12-012-2/+20
| * | xfs: push stale, pinned buffers on trylock failuresDave Chinner2010-12-011-19/+16
| * | xfs: fix failed write truncation handling.Dave Chinner2010-12-013-54/+121
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-12-0211-80/+127
|\ \ \
| * | | cifs: fix parsing of hostname in dfs referralsJeff Layton2010-11-301-1/+1
| * | | cifs: display fsc in /proc/mountsSuresh Jayaraman2010-11-301-0/+2
| * | | cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman2010-11-301-6/+6
| * | | cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman2010-11-301-0/+5
| * | | cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar2010-11-304-26/+40
| * | | cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar2010-11-303-7/+17
| * | | cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman2010-11-291-1/+3
| * | | [CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMACSteve French2010-11-141-0/+1
| * | | cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton2010-11-131-13/+16
| * | | cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar2010-11-112-19/+27
| * | | cifs: fix another memleak, in cifs_root_igetOskar Schirmer2010-11-111-6/+6
| * | | cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton2010-11-101-1/+3
* | | | exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2010-11-302-17/+19
* | | | exec: make argv/envp memory visible to oom-killerOleg Nesterov2010-11-301-2/+30
* | | | NFS: Fix a readdirplus bugTrond Myklebust2010-11-301-5/+1
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-11-2915-114/+572
|\ \ \
| * | | Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason2010-11-291-1/+6
| * | | Btrfs: deal with DIO bios that span more than one ordered extentChris Mason2010-11-283-4/+89
| * | | Btrfs: setup blank root and fs_info for mount timeJosef Bacik2010-11-272-7/+33
| * | | Btrfs: fix fiemapJosef Bacik2010-11-271-9/+54
| * | | Btrfs - fix race between btrfs_get_sb() and umountIan Kent2010-11-271-0/+6
| * | | Btrfs: update inode ctime when using linksJosef Bacik2010-11-271-0/+1
| * | | Btrfs: make sure new inode size is ok in fallocateJosef Bacik2010-11-271-0/+4
| * | | Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik2010-11-271-4/+5
| * | | Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason2010-11-211-2/+4
| * | | Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik2010-11-211-22/+16
| * | | Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik2010-11-211-0/+7
| * | | Btrfs: use dget_parent where we can UPDATEDJosef Bacik2010-11-214-12/+43
| * | | Btrfs: fix more ESTALE problems with NFSJosef Bacik2010-11-211-0/+1
| * | | Btrfs: handle NFS lookups properlyJosef Bacik2010-11-211-0/+76
| * | | btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski2010-11-211-3/+3
| * | | btrfs: Show device attr correctly for symlinksLi Zefan2010-11-211-0/+1
| * | | btrfs: Set file size correctly in file cloneLi Zefan2010-11-211-2/+2
| * | | btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan2010-11-211-4/+3