aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French1-1/+2
2010-04-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-6/+4
2010-04-02ceph: fix ack counter reset on connection resetSage Weil1-0/+1
2010-04-02nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()Li Hong1-1/+1
2010-04-01ceph: fix leaked inode ref due to snap metadata writeback raceSage Weil2-14/+38
2010-04-01ceph: fix snap context reference leaksSage Weil1-20/+17
2010-04-01ceph: allow writeback of snapped pages older than 'oldest' snapcSage Weil1-13/+14
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-03-31nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong1-1/+1
2010-03-30Btrfs: fix chunk allocate size calculationJosef Bacik1-1/+3
2010-03-30Btrfs: kill max_extent mount optionJosef Bacik6-81/+13
2010-03-30Btrfs: fail to mount if we have problems reading the block groupsJosef Bacik2-4/+12
2010-03-30Btrfs: check btrfs_get_extent return for IS_ERR()Dan Carpenter1-1/+1
2010-03-30Btrfs: handle kmalloc() failure in inode lookup ioctlDan Carpenter1-0/+3
2010-03-30Btrfs: dereferencing freed memoryDan Carpenter1-0/+1
2010-03-30Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk()Zhao Lei1-2/+2
2010-03-30Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree()Zhao Lei1-0/+2
2010-03-30Btrfs: Remove unnecessary finish_wait() in wait_current_trans()Zhao Lei1-10/+5
2010-03-30Btrfs: add NULL check for do_walk_down()Miao Xie1-1/+4
2010-03-30Btrfs: remove duplicate include in ioctl.cAndrea Gelmini1-1/+0
2010-03-30ceph: fix dentry rehashing on virtual .snap dirSage Weil2-1/+10
2010-03-30reiserfs: Fix locking BUG during mount failureJeff Mahoney1-6/+4
2010-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds7-36/+67
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo353-72/+300
2010-03-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds11-74/+223
2010-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds12-91/+182
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2-2/+4
2010-03-29[LogFS] Erase new journal segmentsJoern Engel1-0/+2
2010-03-29[LogFS] Move reserved segments with journalJoern Engel1-0/+4
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2-5/+5
2010-03-28ceph: fix use after free on mds __unregister_requestSage Weil1-1/+2
2010-03-28[LogFS] Clear PagePrivate when moving journalJoern Engel3-1/+3
2010-03-28Simplify and fix pad_wbufJoern Engel1-22/+30
2010-03-28Prevent data corruption in logfs_rewrite_block()Joern Engel1-1/+12
2010-03-27Use deactivate_locked_superJoern Engel1-2/+1
2010-03-27Fix logfs_get_sb_final error pathJoern Engel1-1/+1
2010-03-27Write out both superblocks on mismatchJoern Engel1-1/+1
2010-03-27Prevent schedule while atomic in __logfs_readdirJoern Engel1-2/+2
2010-03-27Plug memory leak in writeseg_end_ioJoern Engel1-0/+1
2010-03-27Limit max_pages for insane devicesJoern Engel1-2/+6
2010-03-27Open segment file before using itJoern Engel1-4/+4
2010-03-27[CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky1-0/+1
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