summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-07-26xfs: remove incorrect log write optimizationChristoph Hellwig1-5/+2
2010-07-26xfs: unregister inode shrinker before freeing filesystem structuresDave Chinner1-1/+5
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig11-52/+113
2010-07-26xfs: remove xfs_iputChristoph Hellwig6-26/+17
2010-07-26xfs: remove xfs_iput_newChristoph Hellwig3-28/+3
2010-07-26xfs: some iget tracing cleanups / fixesChristoph Hellwig2-6/+7
2010-07-26xfs: do not use emums for flags used in tracingChristoph Hellwig3-71/+71
2010-07-26xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig3-17/+2
2010-07-26xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig3-11/+10
2010-07-26xfs: reduce stack usage in xfs_iomapChristoph Hellwig1-24/+28
2010-07-26xfs: avoid synchronous transaction in xfs_fs_write_inodeChristoph Hellwig1-30/+22
2010-07-26xfs: simplify xfs_vm_writepageChristoph Hellwig3-102/+49
2010-07-26xfs: simplify xfs_vm_releasepageChristoph Hellwig1-247/+107
2010-07-26xfs: fix corruption case for block size < page sizeEric Sandeen1-0/+10
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig15-260/+59
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig3-20/+8
2010-07-26xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flagsChristoph Hellwig1-2/+0
2010-07-26xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig2-5/+0
2010-07-26xfs: kill the unused xlog_debug variableChristoph Hellwig1-5/+0
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig8-52/+39
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig19-247/+103
2010-07-26xfs: simplify buffer pinningChristoph Hellwig4-47/+9
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig7-82/+68
2010-07-26xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig4-404/+360
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig6-136/+47
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig13-759/+194
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig52-235/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig70-779/+27
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds1-1/+1
2010-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-39/+72
2010-07-19Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds18-74/+103
2010-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-23/+126
2010-07-20xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner2-7/+67
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner4-53/+15
2010-07-19Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg1-2/+2
2010-07-19Btrfs: fix CLONE ioctl destination file size expansion to block boundarySage Weil1-3/+13
2010-07-19Btrfs: fix split_leaf double split corner caseChris Mason1-18/+111
2010-07-19[S390] dasd: use correct label location for diag fba disksPeter Oberparleiter1-2/+12
2010-07-19mm: add context argument to shrinker callbackDave Chinner14-16/+23
2010-07-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-219/+498
2010-07-16ocfs2: Silence gcc warning in ocfs2_write_zero_page().Joel Becker1-1/+1
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil2-0/+9
2010-07-16ceph: reuse request message when replaying against recovering mdsSage Weil1-5/+22
2010-07-15jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara3-23/+25
2010-07-15ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down nodeWengang Wang1-8/+14
2010-07-15ocfs2: Don't duplicate pages past i_size during CoW.Tao Ma1-0/+6
2010-07-15GFS2: rename causes kernel OopsBob Peterson1-1/+1
2010-07-15GFS2: BUG in gfs2_adjust_quotaAbhijith Das1-5/+3
2010-07-15GFS2: Fix kernel NULL pointer dereference by dlm_astdBob Peterson1-4/+8