aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2-2/+4
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2-5/+5
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds2-12/+11
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-8/+10
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Al Viro1-8/+10
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-15/+22
2010-03-24Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-1/+4
2010-03-24fscache: add missing unlockDan Carpenter1-0/+1
2010-03-24do_sync_read/write() should set kiocb.ki_nbytes to be consistentDavid Howells1-0/+2
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells1-1/+1
2010-03-24fs/partition/msdos: fix unusable extended partition for > 512B sectorOGAWA Hirofumi1-3/+10
2010-03-24fs/partitions/msdos: add support for large disksDaniel Taylor1-34/+38
2010-03-24kcore: fix test for end of listDan Carpenter1-1/+1
2010-03-24reiserfs: properly honor read-only devicesJeff Mahoney1-6/+9
2010-03-24reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney1-1/+1
2010-03-24fs/binfmt_aout.c: fix pointer warningsBorislav Petkov1-6/+8
2010-03-23ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen1-2/+2
2010-03-24ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara1-9/+16
2010-03-24ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o1-2/+2
2010-03-24nilfs2: fix imperfect completion wait in nilfs_wait_on_logsRyusuke Konishi1-4/+4
2010-03-24nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi1-2/+1
2010-03-22AFS: Potential null dereferenceDan Carpenter1-2/+3
2010-03-22NFS: don't try to decode GETATTR if DELEGRETURN returned errorJeff Layton1-0/+2
2010-03-22nilfs2: fix duplicate call to nilfs_segctor_cancel_freevRyusuke Konishi1-6/+6
2010-03-19NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust1-1/+2
2010-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds64-0/+27917
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-121/+333
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds19-229/+1225
2010-03-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds7-17/+43
2010-03-18Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-80/+14
2010-03-18Btrfs: fix the inode ref searches done by btrfs_search_path_in_treeChris Mason1-3/+6
2010-03-18Btrfs: allow treeid==0 in the inode lookup ioctlChris Mason1-0/+3
2010-03-18Btrfs: return keys for large items to the search ioctlChris Mason1-1/+1
2010-03-18Btrfs: fix key checks and advance in the search ioctlChris Mason1-14/+25
2010-03-17ntfs: use bitmap_weightAkinobu Mita1-12/+13
2010-03-17jffs2: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi1-1/+1
2010-03-16xfs: don't warn about page discards on shutdownDave Chinner1-3/+10
2010-03-16xfs: use scalable vmap APIAlex Elder1-3/+4
2010-03-16xfs: remove old vmap cacheAlex Elder1-75/+1
2010-03-16Btrfs: buffer results in the space_info ioctlChris Mason1-11/+46
2010-03-16Btrfs: use __u64 types in ioctl.hSage Weil1-5/+5
2010-03-16Btrfs: fix search_ioctl key advanceSage Weil1-1/+1
2010-03-15NFS: ensure bdi_unregister is called on mount failure.NeilBrown1-5/+20
2010-03-15cifs: trivial white spaceDan Carpenter1-1/+1
2010-03-15Btrfs: fix gfp flags masking in the compression codeNick Piggin1-1/+1
2010-03-15Btrfs: don't look at bio flags after submit_bioChris Mason1-3/+3
2010-03-15btrfs: using btrfs_stack_device_id() get devidXiao Guangrong1-3/+3
2010-03-15btrfs: use memparseAkinobu Mita3-30/+4
2010-03-15Btrfs: add a "df" ioctl for btrfsJosef Bacik2-1/+58
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik9-90/+148