summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe3-58/+205
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe1-0/+1
2010-05-21block: improve automatic native capacity unlockingTejun Heo2-14/+60
2010-05-21block: use struct parsed_partitions *state universally in partition check codeTejun Heo30-239/+225
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo1-2/+2
2010-05-21block: restart partition scan after resizing a deviceTejun Heo1-10/+6
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesTejun Heo1-0/+1
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe1-2/+7
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe1-5/+11
2010-05-17writeback: Update dirty flags in two stepsDmitry Monakhov1-4/+11
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2-12/+38
2010-05-17writeback: disable periodic old data writeback for !dirty_writeback_centisecsJens Axboe1-2/+12
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe70-476/+753
2010-04-29nilfs: fix breakage caused by barrier flag changesStephen Rothwell1-2/+2
2010-04-29nfs d_revalidate() is too trigger-happy with d_drop()Al Viro1-0/+2
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov9-12/+22
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds19-16/+90
2010-04-28Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+4
2010-04-28procfs: fix tid fdinfoJerome Marchand1-1/+1
2010-04-27Remove redundant check for CONFIG_MMUChristoph Egger1-7/+0
2010-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds3-5/+7
2010-04-27block: implement bd_claiming and claiming blockTejun Heo1-24/+174
2010-04-27block: factor out bd_may_claim()Tejun Heo1-18/+47
2010-04-26nfsd4: bug in read_bufNeil Brown1-4/+4
2010-04-26xfs: more swap extent fixes for dynamic fork offsetsDave Chinner1-6/+16
2010-04-26btrfs: convert to using bdi_setup_and_register()Jens Axboe1-11/+1
2010-04-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-11/+14
2010-04-25Catch filesystems lacking s_bdiJörn Engel2-4/+7
2010-04-25squashfs: fix potential buffer over-run on 4K block file systemsPhillip Lougher1-3/+2
2010-04-25squashfs: add missing buffer freePhillip Lougher1-0/+1
2010-04-25squashfs: fix warn_on when root inode is corruptedPhillip Lougher1-1/+2
2010-04-24fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block...Anton Blanchard1-5/+12
2010-04-24reiserfs: fix corruption during shrinking of xattrsJeff Mahoney1-1/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privJeff Mahoney2-15/+4
2010-04-23Cleanup generic block based fiemapJosef Bacik1-39/+53
2010-04-23squashfs: fix locking bug in zlib wrapperPhillip Lougher1-1/+2
2010-04-22smbfs: add bdi backing to mount sessionJens Axboe1-0/+8
2010-04-22ncpfs: add bdi backing to mount sessionJens Axboe1-0/+8
2010-04-22exofs: add bdi backing to mount sessionJens Axboe2-0/+10
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe3-1/+12
2010-04-22coda: add bdi backing to mount sessionJens Axboe1-0/+8
2010-04-22cifs: add bdi backing to mount sessionJens Axboe2-0/+13
2010-04-22afs: add bdi backing to mount session.Jens Axboe3-0/+10
2010-04-229p: add bdi backing to mount sessionJens Axboe3-0/+13
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-1/+1
2010-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds6-55/+91
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds7-16/+33
2010-04-21AFS: Don't pass error value to page_cache_release() in error handlingDavid Howells1-12/+12
2010-04-21uclinux: error message when FLAT reloc symbol is invalid, v2Jun Sun1-1/+1
2010-04-21ext4: Issue the discard operation *before* releasing the blocks to be reusedTheodore Ts'o1-10/+11