summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Btrfs: Fix BUG_ON for fs converted from extNYan, Zheng1-1/+2
2010-06-11Btrfs: Fix null dereference in relocation.cYan, Zheng1-3/+4
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie1-1/+8
2010-06-11Btrfs: uninitialized data is check_path_shared()Dan Carpenter1-1/+1
2010-06-11Btrfs: fix fallocate regressionJosef Bacik1-1/+1
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie1-0/+1
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeChris Mason1-2/+13
2010-05-26Btrfs: allow unaligned DIOChris Mason1-3/+35
2010-05-26Btrfs: drop verbose enospc printkChris Mason1-0/+2
2010-05-26Btrfs: Fix block generation verification raceYan, Zheng1-1/+1
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTChris Mason1-16/+140
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeChris Mason1-3/+11
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason2-6/+8
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason4-30/+49
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason5-17/+52
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason2-3/+4
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik2-83/+104
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik6-36/+631
2010-05-25direct-io: do not merge logically non-contiguous requestsJosef Bacik1-2/+18
2010-05-25direct-io: add a hook for the fs to provide its own submit_bio functionJosef Bacik2-8/+45
2010-05-25fs: allow short direct-io reads to be completed via buffered IOJosef Bacik1-5/+31
2010-05-25Btrfs: Metadata ENOSPC handling for balanceYan, Zheng5-747/+1163
2010-05-25Btrfs: Pre-allocate space for data relocationYan, Zheng3-45/+92
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng5-128/+156
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng9-66/+365
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng8-76/+241
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng9-415/+232
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng15-528/+678
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng7-385/+853
2010-05-25Btrfs: Kill init_btrfs_i()Yan, Zheng1-36/+28
2010-05-25Btrfs: Shrink delay allocated space in a synchronizedYan, Zheng4-121/+88
2010-05-25Btrfs: Kill allocate_wait in space_infoYan, Zheng2-76/+58
2010-05-25Btrfs: Link block groups of different raid typesYan, Zheng3-55/+121
2010-05-16Linus 2.6.34v2.6.34Linus Torvalds1-1/+1
2010-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-81/+160
2010-05-16Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds4-7/+21
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright2-53/+129
2010-05-16sctp: delete active ICMP proto unreachable timer when free transportWei Yongjun1-0/+4
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet2-28/+27
2010-05-15 MIPS: Oprofile: Fix Loongson irq handlerWu Zhangjin1-1/+1
2010-05-15 MIPS: N32: Use compat version for sys_ppoll.Chandrakala Chavva1-1/+1
2010-05-15 MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1Shane McDonald2-5/+19
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2010-05-15lib/btree: fix possible NULL pointer dereferencekirjanov@gmail.com1-1/+2
2010-05-15mmc: at91_mci: modify cache flush routinesNicolas Ferre1-1/+1
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg1-0/+5
2010-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-26/+49
2010-05-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-05-15fs/sysv: dereferencing ERR_PTR()Dan Carpenter1-1/+1