aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 12-204/+90
2010-04-05Btrfs: add check for changed leaves in setup_leaf_for_splitGravatar Chris Mason 1-0/+4
2010-04-05Btrfs: create snapshot references in same commit as snapshotGravatar Sage Weil 1-66/+31
2010-04-05Btrfs: fix small race with delalloc flushing waitqueue'sGravatar Josef Bacik 1-5/+4
2010-04-05Btrfs: use add_to_page_cache_lru, use __page_cache_allocGravatar Nick Piggin 2-32/+5
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 11-96/+115
2010-04-04proc: pagemap: Hold mmap_sem during page walkGravatar KAMEZAWA Hiroyuki 1-49/+38
2010-04-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+4
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Gravatar Oleg Nesterov 1-2/+3
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Gravatar Nikolaus Schulz 1-3/+3
2010-03-30Btrfs: fix chunk allocate size calculationGravatar Josef Bacik 1-1/+3
2010-03-30Btrfs: kill max_extent mount optionGravatar Josef Bacik 6-81/+13
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsGravatar Josef Bacik 2-4/+12
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Gravatar Dan Carpenter 1-1/+1
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlGravatar Dan Carpenter 1-0/+3
2010-03-30Btrfs: dereferencing freed memoryGravatar Dan Carpenter 1-0/+1
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Gravatar Zhao Lei 1-2/+2
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Gravatar Zhao Lei 1-0/+2
2010-03-30Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Gravatar Zhao Lei 1-10/+5
2010-03-30Btrfs: add NULL check for do_walk_down()Gravatar Miao Xie 1-1/+4
2010-03-30Btrfs: remove duplicate include in ioctl.cGravatar Andrea Gelmini 1-1/+0
2010-03-30reiserfs: Fix locking BUG during mount failureGravatar Jeff Mahoney 1-6/+4
2010-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsGravatar Linus Torvalds 7-36/+67
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 353-72/+300
2010-03-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-74/+223
2010-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 12-91/+182
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWGravatar Linus Torvalds 2-2/+4
2010-03-29[LogFS] Erase new journal segmentsGravatar Joern Engel 1-0/+2
2010-03-29[LogFS] Move reserved segments with journalGravatar Joern Engel 1-0/+4
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGGravatar David Howells 2-5/+5
2010-03-28ceph: fix use after free on mds __unregister_requestGravatar Sage Weil 1-1/+2
2010-03-28[LogFS] Clear PagePrivate when moving journalGravatar Joern Engel 3-1/+3
2010-03-28Simplify and fix pad_wbufGravatar Joern Engel 1-22/+30
2010-03-28Prevent data corruption in logfs_rewrite_block()Gravatar Joern Engel 1-1/+12
2010-03-27Use deactivate_locked_superGravatar Joern Engel 1-2/+1
2010-03-27Fix logfs_get_sb_final error pathGravatar Joern Engel 1-1/+1
2010-03-27Write out both superblocks on mismatchGravatar Joern Engel 1-1/+1
2010-03-27Prevent schedule while atomic in __logfs_readdirGravatar Joern Engel 1-2/+2
2010-03-27Plug memory leak in writeseg_end_ioGravatar Joern Engel 1-0/+1
2010-03-27Limit max_pages for insane devicesGravatar Joern Engel 1-2/+6
2010-03-27Open segment file before using itGravatar Joern Engel 1-4/+4
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 2-12/+11
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+10
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Gravatar Al Viro 1-8/+10
2010-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 3-15/+22
2010-03-24Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 2-1/+4
2010-03-24fscache: add missing unlockGravatar Dan Carpenter 1-0/+1
2010-03-24do_sync_read/write() should set kiocb.ki_nbytes to be consistentGravatar David Howells 1-0/+2
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectGravatar David Howells 1-1/+1
2010-03-24fs/partition/msdos: fix unusable extended partition for > 512B sectorGravatar OGAWA Hirofumi 1-3/+10