summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall
2010-10-29Btrfs: use memdup_user helpersJulia Lawall
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason
2010-10-29Add new functions for triggering inode writebackChris Mason
2010-10-29Btrfs: don't loop forever on bad btree blocksChris Mason
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik
2010-10-29Btrfs: load free space cache if it existsJosef Bacik
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-10-26Btrfs: remove warn_on from use_block_rsvJosef Bacik
2010-10-26Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik
2010-10-22Btrfs: fix error handling in btrfs_get_sbJosef Bacik
2010-10-22Btrfs: rework how we reserve metadata bytesJosef Bacik
2010-10-22Btrfs: don't allocate chunks as aggressivelyJosef Bacik
2010-10-22Btrfs: re-work delalloc flushingJosef Bacik
2010-10-22Btrfs: fix reservation code for mixed block groupsJosef Bacik
2010-10-22Btrfs: fix df regressionJosef Bacik
2010-10-22Btrfs: fix the df ioctl to report raid typesJosef Bacik
2010-10-22Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik
2010-10-14Export dump_{write,seek} to binary loader modulesLinus Torvalds
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds
2010-10-13Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields
2010-10-11fanotify: disable fanotify syscallsEric Paris
2010-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-10-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh
2010-10-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-10-07ceph: update issue_seq on cap grantSage Weil
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum
2010-10-07ceph: Update max_len with minimum required sizeAneesh Kumar K.V
2010-10-07ceph: Fix return value of encode_fh functionAneesh Kumar K.V
2010-10-07ceph: avoid null deref in osd request error pathSage Weil
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang
2010-10-06xfs: properly account for reclaimed inodesJohannes Weiner
2010-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven