aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil2-25/+93
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil4-0/+89
2010-10-29Btrfs: async transaction commitSage Weil4-0/+124
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil1-8/+5
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil1-4/+4
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil1-1/+1
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil1-3/+5
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason1-4/+0
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen15-94/+4
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen5-6/+10
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall2-3/+3
2010-10-29Btrfs: use memdup_user helpersJulia Lawall1-14/+6
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason1-2/+1
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie2-69/+49
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie1-11/+37
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason1-18/+15
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason1-4/+18
2010-10-29Add new functions for triggering inode writebackChris Mason1-10/+42
2010-10-29Btrfs: don't loop forever on bad btree blocksChris Mason1-9/+28
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-workChris Mason7-179/+294
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik1-0/+2
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik4-3/+8
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik2-4/+28
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik1-0/+6
2010-10-29Btrfs: load free space cache if it existsJosef Bacik3-3/+345
2010-10-29Btrfs: write out free space cacheJosef Bacik6-13/+420
2010-10-28Btrfs: create special free space cache inodeJosef Bacik10-46/+668
2010-10-26Btrfs: remove warn_on from use_block_rsvJosef Bacik1-5/+0
2010-10-26Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik1-3/+6
2010-10-22Btrfs: fix error handling in btrfs_get_sbJosef Bacik1-4/+3
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik4-127/+136
2010-10-22Btrfs: don't allocate chunks as aggressivelyJosef Bacik1-2/+5
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik3-15/+38
2010-10-22Btrfs: fix reservation code for mixed block groupsJosef Bacik1-2/+6
2010-10-22Btrfs: fix df regressionJosef Bacik3-3/+23
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik1-24/+76
2010-10-22Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik1-0/+5
2010-10-14Export dump_{write,seek} to binary loader modulesLinus Torvalds1-0/+2
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds1-0/+38
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-4/+0
2010-10-13Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields1-2/+0
2010-10-11fanotify: disable fanotify syscallsEric Paris1-1/+1
2010-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds4-23/+33
2010-10-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+7
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh1-1/+7
2010-10-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-5/+14
2010-10-07ceph: update issue_seq on cap grantSage Weil1-3/+5
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum1-10/+13
2010-10-07ceph: Update max_len with minimum required sizeAneesh Kumar K.V1-1/+4