aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds15-114/+572
2010-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-7/+8
2010-11-29Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason1-1/+6
2010-11-28Btrfs: deal with DIO bios that span more than one ordered extentChris Mason3-4/+89
2010-11-28Un-inline get_pipe_info() helper functionLinus Torvalds1-0/+12
2010-11-28Export 'get_pipe_info()' to other usersLinus Torvalds2-12/+1
2010-11-28Rename 'pipe_info()' to 'get_pipe_info()'Linus Torvalds1-10/+9
2010-11-27Btrfs: setup blank root and fs_info for mount timeJosef Bacik2-7/+33
2010-11-27Btrfs: fix fiemapJosef Bacik1-9/+54
2010-11-27Btrfs - fix race between btrfs_get_sb() and umountIan Kent1-0/+6
2010-11-27Btrfs: update inode ctime when using linksJosef Bacik1-0/+1
2010-11-27Btrfs: make sure new inode size is ok in fallocateJosef Bacik1-0/+4
2010-11-27Btrfs: fix typo in fallocate to make it honor actual sizeJosef Bacik1-4/+5
2010-11-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-32/+55
2010-11-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-25/+6
2010-11-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds2-3/+3
2010-11-25reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker1-4/+3
2010-11-25pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi1-1/+2
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2010-11-24nilfs2: fix typo in comment of nilfs_dat_move functionRyusuke Konishi1-1/+1
2010-11-23nilfs2: nilfs_iget_for_gc() returns ERR_PTRDan Carpenter1-2/+2
2010-11-22NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust5-3/+21
2010-11-22NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust1-4/+5
2010-11-22NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust1-9/+9
2010-11-22NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust1-3/+2
2010-11-22NFS: Fix a page leak in uncached_readdir()Trond Myklebust1-2/+3
2010-11-22NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust1-5/+5
2010-11-22NFS: Assume eof if the server returns no readdir recordsTrond Myklebust1-3/+7
2010-11-22NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust3-3/+3
2010-11-22Pure nfs client performance using odirect.Arun Bharadwaj1-1/+1
2010-11-21Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason1-2/+4
2010-11-21Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik1-22/+16
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik1-0/+7
2010-11-21Btrfs: use dget_parent where we can UPDATEDJosef Bacik4-12/+43
2010-11-21Btrfs: fix more ESTALE problems with NFSJosef Bacik1-0/+1
2010-11-21Btrfs: handle NFS lookups properlyJosef Bacik1-0/+76
2010-11-21btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski1-3/+3
2010-11-21btrfs: Show device attr correctly for symlinksLi Zefan1-0/+1
2010-11-21btrfs: Set file size correctly in file cloneLi Zefan1-2/+2
2010-11-21btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan1-4/+3
2010-11-21Btrfs: handle the space_cache option properlyJosef Bacik1-0/+1
2010-11-21btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen1-1/+1
2010-11-21btrfs: fix panic caused by direct IOMiao Xie1-21/+184
2010-11-21btrfs: cleanup duplicate bio allocating functionsMiao Xie3-18/+8
2010-11-21btrfs: fix free dip and dip->csums twiceMiao Xie1-6/+3
2010-11-21Btrfs: add migrate page for metadata inodeChris Mason1-2/+25
2010-11-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds5-55/+37
2010-11-19ext4: Add EXT4_IOC_TRIM ioctl to handle batched discardLukas Czerner1-0/+24
2010-11-19fs: Do not dispatch FITRIM through separate super_operationLukas Czerner2-40/+0
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-55/+98