aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-07ceph: Fix return value of encode_fh functionAneesh Kumar K.V1-7/+9
2010-10-07ceph: avoid null deref in osd request error pathSage Weil1-1/+1
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang1-1/+1
2010-10-06xfs: properly account for reclaimed inodesJohannes Weiner1-5/+14
2010-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-15/+4
2010-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+1
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig1-15/+4
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven1-1/+1
2010-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-16/+35
2010-10-01reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker1-2/+3
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker1-1/+1
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa1-2/+2
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton1-16/+33
2010-09-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-1/+1
2010-09-29ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton1-0/+2
2010-09-29xfs: force background CIL push under sustained loadDave Chinner2-19/+30
2010-09-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds14-44/+117