aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells2010-07-223-5/+74
* Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds2010-07-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-07-205-39/+72
|\
| * ceph: do not include cap/dentry releases in replayed messagesSage Weil2010-07-162-0/+9
| * ceph: reuse request message when replaying against recovering mdsSage Weil2010-07-161-5/+22
| * ceph: fix creation of ipv6 socketsSage Weil2010-07-091-3/+5
| * ceph: fix parsing of ipv6 addressesSage Weil2010-07-091-6/+19
| * ceph: fix printing of ipv6 addrsSage Weil2010-07-081-18/+6
| * ceph: add kfree() to error pathDan Carpenter2010-07-081-0/+1
| * ceph: fix leak of mon authorizerSage Weil2010-07-051-0/+3
| * ceph: fix message revocationSage Weil2010-07-051-7/+7
* | Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds2010-07-1918-74/+103
|\ \
| * | xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner2010-07-202-7/+67
| * | xfs: convert inode shrinker to per-filesystem contextsDave Chinner2010-07-204-53/+15
| * | mm: add context argument to shrinker callbackDave Chinner2010-07-1914-16/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-07-192-23/+126
|\ \ \ | |/ / |/| |
| * | Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg2010-07-191-2/+2
| * | Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil2010-07-191-3/+13
| * | Btrfs: fix split_leaf double split corner caseChris Mason2010-07-191-18/+111
* | | [S390] dasd: use correct label location for diag fba disksPeter Oberparleiter2010-07-191-2/+12
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-07-1815-219/+498
|\ \ \
| * | | ocfs2: Silence gcc warning in ocfs2_write_zero_page().Joel Becker2010-07-161-1/+1
| * | | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-153-23/+25
| * | | ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down nodeWengang Wang2010-07-151-8/+14
| * | | ocfs2: Don't duplicate pages past i_size during CoW.Tao Ma2010-07-151-0/+6
| * | | ocfs2: tighten up strlen() checkingDan Carpenter2010-07-121-1/+1
| * | | ocfs2: Make xattr reflink work with new local alloc reservation.Tao Ma2010-07-121-36/+90
| * | | ocfs2: make xattr extension work with new local alloc reservation.Tao Ma2010-07-121-29/+45
| * | | ocfs2: Remove the redundant cpu_to_le64.Tao Ma2010-07-121-1/+1
| * | | ocfs2/dlm: don't access beyond bitmap sizeWengang Wang2010-07-121-1/+1
| * | | ocfs2: No need to zero pages past i_size.Joel Becker2010-07-121-4/+18
| * | | ocfs2: Zero the tail cluster when extending past i_size.Joel Becker2010-07-086-54/+207
| * | | ocfs2: When zero extending, do it by page.Joel Becker2010-07-082-64/+84
| * | | ocfs2: Limit default local alloc size within bitmap range.Tao Ma2010-06-151-0/+7
| * | | ocfs2: Move orphan scan work to ocfs2_wq.Tao Ma2010-06-151-3/+3
| * | | fs/ocfs2/dlm: Add missing spin_unlockJulia Lawall2010-06-151-0/+1
* | | | GFS2: rename causes kernel OopsBob Peterson2010-07-151-1/+1
* | | | GFS2: BUG in gfs2_adjust_quotaAbhijith Das2010-07-151-5/+3
* | | | GFS2: Fix kernel NULL pointer dereference by dlm_astdBob Peterson2010-07-151-4/+8
* | | | GFS2: recovery stuck on transaction lockBob Peterson2010-07-151-0/+10
* | | | GFS2: O_TRUNC not working on stuffed files across clusterBob Peterson2010-07-151-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-07-084-232/+115
|\ \ \ \
| * | | | writeback: simplify the write back thread queueChristoph Hellwig2010-07-061-184/+69
| * | | | writeback: split writeback_inodes_wbChristoph Hellwig2010-07-061-36/+46
| * | | | writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-063-13/+2
| * | | | fs-writeback: fix kernel-doc warningsRandy Dunlap2010-07-011-1/+1
| * | | | splice: check f_mode for seekable fileChangli Gao2010-06-301-4/+2
| * | | | splice: direct_splice_actor() should not use pos in sdChangli Gao2010-06-301-1/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-07-0610-33/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ceph: fix crush device 'out' threshold to 1.0, not 0.1Sage Weil2010-07-051-1/+1