aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Btrfs: remove remaining ref-cache codeLi Zefan2-120/+0
2011-08-01Btrfs: remove a BUG_ON() in btrfs_commit_transaction()Li Zefan1-4/+2
2011-08-01Btrfs: use wait_event()Li Zefan1-52/+7
2011-08-01Btrfs: check the nodatasum flag when writing compressed filesLi Zefan1-4/+10
2011-08-01Btrfs: copy string correctly in INO_LOOKUP ioctlLi Zefan1-2/+1
2011-08-01Btrfs: don't print the leaf if we had an errorJosef Bacik1-1/+3
2011-08-01btrfs: make btrfs_set_root_node voidMark Fasheh2-5/+4
2011-08-01Btrfs: fix oops while writing data to SSD partitionsliubo1-1/+3
2011-08-01Btrfs: Protect the readonly flag of block groupWuBo1-3/+7
2011-08-01btrfs: Make extent-io callbacks that never fail return voidJeff Mahoney3-62/+34
2011-08-01Btrfs: fix readahead in file defragLi Zefan2-16/+8
2011-08-01Btrfs: return error to caller when btrfs_unlink() failesTsutomu Itoh2-4/+9
2011-08-01Btrfs:don't check the return value of __btrfs_add_inode_defragWanlong Gao1-6/+5
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason6-29/+78
2011-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-376/+370
2011-08-01CIFS: Cleanup demupltiplex thread exiting codePavel Shilovsky1-77/+96
2011-08-01CIFS: Move mid search to a separate functionPavel Shilovsky1-65/+61
2011-08-01CIFS: Move RFC1002 check to a separate functionPavel Shilovsky1-49/+67
2011-08-01CIFS: Simplify socket reading in demultiplex threadPavel Shilovsky1-83/+71
2011-08-01ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_infoTheodore Ts'o3-13/+15
2011-08-01ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()Theodore Ts'o2-18/+39
2011-08-01CIFS: Move buffer allocation to a separate functionPavel Shilovsky1-37/+55
2011-08-01ext4: use the correct error exit path in ext4_init_inode_table()Yongqiang Yang1-1/+1
2011-08-01xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf1-1/+4
2011-08-01VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lockDavid Howells1-17/+5
2011-08-01VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()David Howells1-24/+24
2011-08-01VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()David Howells1-3/+0
2011-08-01switch posix_acl_chmod() to umode_tAl Viro1-2/+2
2011-08-01switch posix_acl_from_mode() to umode_tAl Viro1-1/+1
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro13-31/+14
2011-08-01switch posix_acl_create() to umode_t *Al Viro20-50/+32
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy1-0/+1
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet1-1/+2
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet1-3/+3
2011-08-01vfs: conditionally call inode_wb_list_del()Eric Dumazet1-1/+3
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells1-9/+15
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik1-2/+45
2011-07-31NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1Trond Myklebust1-1/+1
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconJeff Layton1-1/+1
2011-07-31cifs: simplify refcounting for oplock breaksJeff Layton5-58/+4
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsJeff Layton1-5/+1
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsJeff Layton1-1/+7
2011-07-31cifs: don't start signing too earlyJeff Layton1-2/+14
2011-07-31cifs: trivial: goto out here is unnecessaryJeff Layton1-6/+0
2011-07-31cifs: advertise the right receive buffer size to the serverJeff Layton1-1/+2
2011-07-31Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-87/+3090
2011-07-31pnfsblock: write_pagelist handle zero invalid extentsPeng Tao1-42/+233
2011-07-31pnfsblock: note written INVAL areas for layoutcommitFred Isaman3-0/+129
2011-07-31pnfsblock: bl_write_pagelistFred Isaman1-3/+126
2011-07-31pnfsblock: bl_read_pagelistFred Isaman1-0/+265