aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03tmpfs: expand "help" to explain value of TMPFS_POSIX_ACLRobert P. J. Day1-4/+11
2011-08-03mm: a few small updates for radix-swapHugh Dickins1-4/+1
2011-08-03fs/dcache.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds19-528/+269
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds19-1941/+2092
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds27-142/+146
2011-08-01Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds3-14/+30
2011-08-01ext4: prevent memory leaks from ext4_mb_init_backend() on error pathYu Jian1-6/+6
2011-08-01ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #Yu Jian1-1/+5
2011-08-01ext4: use ext4_msg() instead of printk in mballocTheodore Ts'o1-37/+42
2011-08-01Btrfs: don't call writepages from within write_full_pageJosef Bacik1-10/+0
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cMitch Harder1-5/+2
2011-08-01Btrfs: clean up for find_first_extent_bit()Xiao Guangrong1-40/+24
2011-08-01Btrfs: clean up for wait_extent_bit()Xiao Guangrong1-5/+1
2011-08-01Btrfs: clean up for insert_state()Xiao Guangrong1-5/+5
2011-08-01Btrfs: remove unused members from struct extent_stateXiao Guangrong1-2/+0
2011-08-01Btrfs: clean up code for merging extent mapsLi Zefan1-38/+21
2011-08-01Btrfs: clean up code for extent_map lookupLi Zefan1-56/+29
2011-08-01Btrfs: clean up search_extent_mapping()Li Zefan1-14/+3
2011-08-01Btrfs: remove redundant code for dir item lookupLi Zefan1-28/+2
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledLi Zefan3-21/+15
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