Age | Commit message (Expand) | Author | Files | Lines |
2010-04-06 | proc: copy_to_user() returns unsigned | Dan Carpenter | 1 | -1/+1 |
2010-04-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 6 | -7/+41 |
2010-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 12 | -204/+90 |
2010-04-05 | 9p: return on mutex_lock_interruptible() | Dan Carpenter | 1 | -0/+2 |
2010-04-05 | Btrfs: add check for changed leaves in setup_leaf_for_split | Chris Mason | 1 | -0/+4 |
2010-04-05 | Btrfs: create snapshot references in same commit as snapshot | Sage Weil | 1 | -66/+31 |
2010-04-05 | Btrfs: fix small race with delalloc flushing waitqueue's | Josef Bacik | 1 | -5/+4 |
2010-04-05 | Btrfs: use add_to_page_cache_lru, use __page_cache_alloc | Nick Piggin | 2 | -32/+5 |
2010-04-05 | 9p: Creating files with names too long should fail with ENAMETOOLONG. | Sripathi Kodi | 1 | -0/+3 |
2010-04-05 | 9p: Make sure we are able to clunk the cached fid on umount | Aneesh Kumar K.V | 3 | -1/+16 |
2010-04-05 | 9p: drop nlink remove | Aneesh Kumar K.V | 1 | -1/+5 |
2010-04-05 | fs/9p: Clunk the fid resulting from partial walk of the name | Aneesh Kumar K.V | 1 | -2/+10 |
2010-04-05 | 9p: Fix setting of protocol flags in v9fs_session_info structure. | Sripathi Kodi | 1 | -3/+5 |
2010-04-05 | Merge branch 'master' into export-slabh | Tejun Heo | 11 | -96/+115 |
2010-04-04 | proc: pagemap: Hold mmap_sem during page walk | KAMEZAWA Hiroyuki | 1 | -49/+38 |
2010-04-03 | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+4 |
2010-04-01 | oom: fix the unsafe usage of badness() in proc_oom_score() | Oleg Nesterov | 1 | -2/+3 |
2010-03-31 | fat: fix buffer overflow in vfat_create_shortname() | Nikolaus Schulz | 1 | -3/+3 |
2010-03-31 | Btrfs: fix chunk allocate size calculation | Josef Bacik | 1 | -1/+3 |
2010-03-31 | Btrfs: kill max_extent mount option | Josef Bacik | 6 | -81/+13 |
2010-03-31 | Btrfs: fail to mount if we have problems reading the block groups | Josef Bacik | 2 | -4/+12 |
2010-03-31 | Btrfs: check btrfs_get_extent return for IS_ERR() | Dan Carpenter | 1 | -1/+1 |
2010-03-31 | Btrfs: handle kmalloc() failure in inode lookup ioctl | Dan Carpenter | 1 | -0/+3 |
2010-03-31 | Btrfs: dereferencing freed memory | Dan Carpenter | 1 | -0/+1 |
2010-03-31 | Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk() | Zhao Lei | 1 | -2/+2 |
2010-03-31 | Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree() | Zhao Lei | 1 | -0/+2 |
2010-03-31 | Btrfs: Remove unnecessary finish_wait() in wait_current_trans() | Zhao Lei | 1 | -10/+5 |
2010-03-31 | Btrfs: add NULL check for do_walk_down() | Miao Xie | 1 | -1/+4 |
2010-03-31 | Btrfs: remove duplicate include in ioctl.c | Andrea Gelmini | 1 | -1/+0 |
2010-03-31 | reiserfs: Fix locking BUG during mount failure | Jeff Mahoney | 1 | -6/+4 |
2010-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs | Linus Torvalds | 7 | -36/+67 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 353 | -72/+300 |
2010-03-30 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -74/+223 |
2010-03-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 12 | -91/+182 |
2010-03-30 | ext3: fix broken handling of EXT3_STATE_NEW | Linus Torvalds | 2 | -2/+4 |
2010-03-29 | [LogFS] Erase new journal segments | Joern Engel | 1 | -0/+2 |
2010-03-29 | [LogFS] Move reserved segments with journal | Joern Engel | 1 | -0/+4 |
2010-03-29 | SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG | David Howells | 2 | -5/+5 |
2010-03-29 | ceph: fix use after free on mds __unregister_request | Sage Weil | 1 | -1/+2 |
2010-03-28 | [LogFS] Clear PagePrivate when moving journal | Joern Engel | 3 | -1/+3 |
2010-03-28 | Simplify and fix pad_wbuf | Joern Engel | 1 | -22/+30 |
2010-03-28 | Prevent data corruption in logfs_rewrite_block() | Joern Engel | 1 | -1/+12 |
2010-03-27 | Use deactivate_locked_super | Joern Engel | 1 | -2/+1 |
2010-03-27 | Fix logfs_get_sb_final error path | Joern Engel | 1 | -1/+1 |
2010-03-27 | Write out both superblocks on mismatch | Joern Engel | 1 | -1/+1 |
2010-03-27 | Prevent schedule while atomic in __logfs_readdir | Joern Engel | 1 | -2/+2 |
2010-03-27 | Plug memory leak in writeseg_end_io | Joern Engel | 1 | -0/+1 |
2010-03-27 | Limit max_pages for insane devices | Joern Engel | 1 | -2/+6 |
2010-03-27 | Open segment file before using it | Joern Engel | 1 | -4/+4 |
2010-03-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2 | -12/+11 |