summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-22Btrfs: avoid NULL pointer deref in try_release_extent_bufferChris Mason1-2/+4
2010-11-22Btrfs: make btrfs_add_nondir take parent inode as an argumentJosef Bacik1-22/+16
2010-11-22Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik1-0/+7
2010-11-22Btrfs: use dget_parent where we can UPDATEDJosef Bacik4-12/+43
2010-11-22Btrfs: fix more ESTALE problems with NFSJosef Bacik1-0/+1
2010-11-22Btrfs: handle NFS lookups properlyJosef Bacik1-0/+76
2010-11-22btrfs: make 1-bit signed fileds unsignedMariusz Kozlowski1-3/+3
2010-11-22btrfs: Show device attr correctly for symlinksLi Zefan1-0/+1
2010-11-22btrfs: Set file size correctly in file cloneLi Zefan1-2/+2
2010-11-22btrfs: Check if dest_offset is block-size aligned before cloning fileLi Zefan1-4/+3
2010-11-22Btrfs: handle the space_cache option properlyJosef Bacik1-0/+1
2010-11-22btrfs: Fix early enospc because 'unused' calculated with wrong sign.Arne Jansen1-1/+1
2010-11-22btrfs: fix panic caused by direct IOMiao Xie1-21/+184
2010-11-22btrfs: cleanup duplicate bio allocating functionsMiao Xie3-18/+8
2010-11-22btrfs: fix free dip and dip->csums twiceMiao Xie1-6/+3
2010-11-22Btrfs: add migrate page for metadata inodeChris Mason1-2/+25
2010-11-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds5-55/+37
2010-11-20ext4: Add EXT4_IOC_TRIM ioctl to handle batched discardLukas Czerner1-0/+24
2010-11-20fs: Do not dispatch FITRIM through separate super_operationLukas Czerner2-40/+0
2010-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-55/+98
2010-11-19ext4: ext4_fill_super shouldn't return 0 on corruptionDarrick J. Wong1-2/+3
2010-11-19GFS2: Userland expects quota limit/warn/usage in 512b blocksAbhijith Das1-7/+8
2010-11-19ocfs2_connection_find() returns pointer to bad structuredann frazier1-1/+1
2010-11-19ocfs2: char is not always signedMilton Miller1-3/+3
2010-11-19Ocfs2: Stop tracking a negative dentry after dentry_iput().Tristan Ye1-1/+0
2010-11-19ocfs2: fix memory leakJiri Slaby1-4/+10
2010-11-19fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba1-1/+1
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil1-3/+7
2010-11-18jbd2: fix /proc/fs/jbd2/<dev> when using an external journalyangsheng1-8/+8
2010-11-18ext4: missing unlock in ext4_clear_request_list()Dan Carpenter1-3/+0
2010-11-18ext4: fix setting random pages PageUptodateMarkus Trippelsdorf1-2/+2
2010-11-17BKL: remove references to lock_kernel from commentsArnd Bergmann1-4/+4
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann28-28/+0
2010-11-16nfs: Ignore kmemleak false positive in nfs_readdir_make_qstrCatalin Marinas1-0/+6
2010-11-16NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust5-7/+11
2010-11-16NFS: Fix a couple of regressions in readdir.Trond Myklebust1-34/+56
2010-11-16Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EIS...Trond Myklebust1-1/+1
2010-11-16Regression: fix mounting NFS when NFSv3 support is not compiledPaulius Zaleckas1-1/+7