aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-27ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi
2010-05-27quota: Fixup dquot_transferJan Kara
2010-05-27reiserfs: Fix resuming of quotas on remount read-writeJan Kara
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeChris Mason
2010-05-26Btrfs: allow unaligned DIOChris Mason
2010-05-26Btrfs: drop verbose enospc printkChris Mason
2010-05-26Btrfs: Fix block generation verification raceYan, Zheng
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTChris Mason
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeChris Mason
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason
2010-05-26NFS: Fix another nfs_wb_page() deadlockTrond Myklebust
2010-05-26NFS: Ensure that we mark the inode as dirty if we exit early from commitTrond Myklebust
2010-05-26NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerTrond Myklebust
2010-05-26mm: export generic_pipe_buf_*() to modulesMiklos Szeredi
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2010-05-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-05-25smbfs: remove duplicated #includeHuang Weiyi
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-05-25ntfs: use add_to_page_cache_lru()Minchan Kim
2010-05-25ntfs: clean up ntfs_attr_extend_initializedMinchan Kim
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik
2010-05-25direct-io: do not merge logically non-contiguous requestsJosef Bacik
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionJosef Bacik
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng
2010-05-25Btrfs: Pre-allocate space for data relocationYan, Zheng
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng
2010-05-25Btrfs: Kill init_btrfs_i()Yan, Zheng
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng
2010-05-25Btrfs: Kill allocate_wait in space_infoYan, Zheng
2010-05-25Btrfs: Link block groups of different raid typesYan, Zheng
2010-05-25fuse: support splice() reading from fuse deviceMiklos Szeredi
2010-05-25fuse: allow splice to move pagesMiklos Szeredi
2010-05-25fuse: support splice() writing to fuse deviceMiklos Szeredi