aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: use the flusher threads for delalloc throttlingChris Mason2010-10-291-18/+15
* Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason2010-10-291-4/+18
* Add new functions for triggering inode writebackChris Mason2010-10-291-10/+42
* Btrfs: don't loop forever on bad btree blocksChris Mason2010-10-291-9/+28
* Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2010-10-297-179/+294
|\
| * Btrfs: remove warn_on from use_block_rsvJosef Bacik2010-10-261-5/+0
| * Btrfs: set trans to null in reserve_metadata_bytes if we commit the transactionJosef Bacik2010-10-261-3/+6
| * Btrfs: fix error handling in btrfs_get_sbJosef Bacik2010-10-221-4/+3
| * Btrfs: rework how we reserve metadata bytesJosef Bacik2010-10-224-127/+136
| * Btrfs: don't allocate chunks as aggressivelyJosef Bacik2010-10-221-2/+5
| * Btrfs: re-work delalloc flushingJosef Bacik2010-10-223-15/+38
| * Btrfs: fix reservation code for mixed block groupsJosef Bacik2010-10-221-2/+6
| * Btrfs: fix df regressionJosef Bacik2010-10-223-3/+23
| * Btrfs: fix the df ioctl to report raid typesJosef Bacik2010-10-221-24/+76
| * Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik2010-10-221-0/+5
* | Btrfs: let the user know space caching is enabledJosef Bacik2010-10-291-0/+2
* | Btrfs: Add a clear_cache mount optionJosef Bacik2010-10-294-3/+8
* | Btrfs: add support for mixed data+metadata block groupsJosef Bacik2010-10-292-4/+28
* | Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik2010-10-291-0/+6
* | Btrfs: load free space cache if it existsJosef Bacik2010-10-293-3/+345
* | Btrfs: write out free space cacheJosef Bacik2010-10-296-13/+420
* | Btrfs: create special free space cache inodeJosef Bacik2010-10-2810-46/+668
* | Export dump_{write,seek} to binary loader modulesLinus Torvalds2010-10-141-0/+2
* | Un-inline the core-dump helper functionsLinus Torvalds2010-10-141-0/+38
* | Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-4/+0
* | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-131-2/+0
|\ \
| * | nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields2010-10-131-2/+0
* | | fanotify: disable fanotify syscallsEric Paris2010-10-111-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-10-094-23/+33
|\ \ \
| * | | ceph: update issue_seq on cap grantSage Weil2010-10-071-3/+5
| * | | ceph: send cap release message early on failed revoke.Greg Farnum2010-10-071-10/+13
| * | | ceph: Update max_len with minimum required sizeAneesh Kumar K.V2010-10-071-1/+4
| * | | ceph: Fix return value of encode_fh functionAneesh Kumar K.V2010-10-071-7/+9
| * | | ceph: avoid null deref in osd request error pathSage Weil2010-10-071-1/+1
| * | | ceph: fix list_add usage on unsafe_writes listHenry C Chang2010-10-071-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-10-091-1/+7
|\ \ \
| * | | exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh2010-10-081-1/+7
| |/ /
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-071-5/+14
|\ \ \ | |/ / |/| |
| * | xfs: properly account for reclaimed inodesJohannes Weiner2010-10-061-5/+14
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-061-15/+4
|\ \ \
| * | | writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig2010-10-041-15/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-10-061-1/+1
|\ \ \ | |/ / |/| |
| * | fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven2010-10-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-012-16/+35
|\ \ \
| * | | cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton2010-10-011-16/+33
| * | | cifs: set backing_dev_info on new S_ISREG inodesJeff Layton2010-09-291-0/+2
| |/ /
* | | reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker2010-10-011-2/+3
* | | reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker2010-10-011-1/+1
* | | proc: make /proc/pid/limits world readableJiri Olsa2010-10-011-2/+2
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2010-09-291-1/+1
|\ \ \