aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-25/+74
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 70-822/+1589
2011-12-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 5-25/+74
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 31-536/+995
2011-12-01ocfs2: avoid unaligned access to dqc_bitmapGravatar Akinobu Mita 2-5/+52
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 8-23/+58
2011-12-01Btrfs: fix meta data raid-repair merge problemGravatar Jan Schmidt 1-7/+20
2011-11-30Btrfs: skip allocation attempt from empty clusterGravatar Alexandre Oliva 1-3/+3
2011-11-30Btrfs: skip block groups without enough space for a clusterGravatar Alexandre Oliva 1-1/+1
2011-11-30Btrfs: start search for new cluster at the beginningGravatar Alexandre Oliva 1-4/+2
2011-11-30Btrfs: reset cluster's max_size when creating bitmapGravatar Alexandre Oliva 1-0/+1
2011-11-30Btrfs: initialize new bitmaps' listGravatar Alexandre Oliva 1-0/+1
2011-11-30Btrfs: fix oops when calling statfs on readonly deviceGravatar Li Zefan 1-3/+3
2011-11-30Btrfs: Don't error on resizing FS to same sizeGravatar Mike Fleetwood 1-1/+1
2011-11-30Btrfs: fix deadlock on metadata reservation when evicting a inodeGravatar Miao Xie 3-5/+22
2011-11-30btrfs scrub: handle -ENOMEM from init_ipath()Gravatar Dan Carpenter 1-0/+5
2011-11-29xfs: fix attr2 vs large data fork assertGravatar Christoph Hellwig 1-25/+39
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimGravatar Christoph Hellwig 3-0/+33
2011-11-29Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Gravatar Linus Torvalds 1-1/+1
2011-11-28xfs: validate acl countGravatar Christoph Hellwig 1-0/+2
2011-11-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Gravatar Linus Torvalds 1-5/+8
2011-11-24ext4: fix racy use-after-free in ext4_end_io_dio()Gravatar Tejun Heo 1-1/+1
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Gravatar Linus Torvalds 4-36/+70
2011-11-23eCryptfs: Extend array bounds for all filename charsGravatar Tyler Hicks 1-2/+2
2011-11-23eCryptfs: Flush file in vma closeGravatar Tyler Hicks 1-1/+22
2011-11-23eCryptfs: Prevent file create race conditionGravatar Tyler Hicks 3-33/+46
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-1/+1
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+4
2011-11-22mount_subtree() pointless use-after-freeGravatar Al Viro 1-2/+4
2011-11-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 9-61/+82
2011-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 13-111/+290
2011-11-21Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Gravatar Linus Torvalds 3-4/+5
2011-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 3-6/+11
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayGravatar Chris Mason 1-1/+7
2011-11-21ext4: fix up a undefined error in ext4_free_blocks in debugging codeGravatar Yongqiang Yang 1-1/+1
2011-11-20VFS: Log the fact that we've given ELOOP rather than creating a loopGravatar David Howells 1-1/+10
2011-11-20Btrfs: sectorsize align offsets in fiemapGravatar Josef Bacik 1-1/+4
2011-11-20Btrfs: clear pages dirty for io and set them extent mappedGravatar Josef Bacik 1-0/+5
2011-11-20Btrfs: wait on caching if we're loading the free space cacheGravatar Josef Bacik 2-41/+81
2011-11-20Btrfs: prefix resize related printks with btrfs:Gravatar Arnd Hannemann 1-3/+3
2011-11-20btrfs: fix stat blocks accountingGravatar David Sterba 1-2/+4
2011-11-20Btrfs: avoid unnecessary bitmap search for cluster setupGravatar Li Zefan 1-38/+4
2011-11-20Btrfs: fix to search one more bitmap for cluster setupGravatar Li Zefan 1-0/+12
2011-11-20btrfs: mirror_num should be int, not u64Gravatar Jan Schmidt 3-4/+4
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsGravatar Jeff Mahoney 4-6/+9
2011-11-20Btrfs: fix barrier flushesGravatar Chris Mason 2-17/+134
2011-11-19minixfs: kill manual hweight(), simplifyGravatar Al Viro 2-28/+15
2011-11-19fs/minix: Verify bitmap block counts before mountingGravatar Josh Boyer 3-10/+42
2011-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-63/+42
2011-11-19Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-1/+2