Age | Commit message (Expand) | Author |
2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds |
2011-03-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2011-03-16 | Merge branch 'next' into for-linus | James Morris |
2011-03-15 | fs: Remove i_nlink check from file system link callback | Aneesh Kumar K.V |
2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V |
2011-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds |
2011-03-12 | Btrfs: break out of shrink_delalloc earlier | Chris Mason |
2011-03-10 | btrfs: fix not enough reserved space | Miao Xie |
2011-03-10 | btrfs: fix dip leak | Daniel J Blueman |
2011-03-08 | Btrfs: make sure not to return overlapping extents to fiemap | Chris Mason |
2011-03-08 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris |
2011-03-07 | Btrfs: deal with short returns from copy_from_user | Chris Mason |
2011-03-07 | Btrfs: fix regressions in copy_from_user handling | Chris Mason |
2011-03-01 | Remove one to many n's in a word | Justin P. Mattock |
2011-02-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds |
2011-02-23 | Btrfs: fix fiemap bugs with delalloc | Chris Mason |
2011-02-16 | Btrfs: set FMODE_EXCL in btrfs_device->mode | Ilya Dryomov |
2011-02-16 | Btrfs: make btrfs_rm_device() fail gracefully | Ilya Dryomov |
2011-02-16 | Btrfs: Avoid accessing unmapped kernel address | Li Zefan |
2011-02-16 | Btrfs: Fix BTRFS_IOC_SUBVOL_SETFLAGS ioctl | Li Zefan |
2011-02-16 | Btrfs: allow balance to explicitly allocate chunks as it relocates | Chris Mason |
2011-02-16 | Btrfs: put ENOSPC debugging under a mount option | Chris Mason |
2011-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds |
2011-02-14 | Btrfs: check return value of alloc_extent_map() | Tsutomu Itoh |
2011-02-14 | Btrfs - Fix memory leak in btrfs_init_new_device() | Ilya Dryomov |
2011-02-14 | btrfs: prevent heap corruption in btrfs_ioctl_space_info() | Dan Rosenberg |
2011-02-14 | Btrfs: Fix balance panic | Yan, Zheng |
2011-02-14 | Btrfs: don't release pages when we can't clear the uptodate bits | Chris Mason |
2011-02-14 | Btrfs: fix page->private races | Chris Mason |
2011-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds |
2011-02-07 | Btrfs: Fix page count calculation | Yan, Zheng |
2011-02-06 | btrfs: Drop __exit attribute on btrfs_exit_compress | Alexey Charkov |
2011-02-06 | btrfs: cleanup error handling in btrfs_unlink_inode() | Tsutomu Itoh |
2011-02-06 | Btrfs: exclude super blocks when we read in block groups | Josef Bacik |
2011-02-06 | Btrfs: make sure search_bitmap finds something in remove_from_bitmap | Josef Bacik |
2011-02-01 | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris |
2011-02-01 | btrfs: fix return value check of btrfs_start_transaction() | Tsutomu Itoh |
2011-02-01 | btrfs: checking NULL or not in some functions | Tsutomu Itoh |
2011-01-31 | Btrfs: avoid uninit variable warnings in ordered-data.c | Chris Mason |
2011-01-31 | Btrfs: catch errors from btrfs_sync_log | Chris Mason |
2011-01-31 | Btrfs: make shrink_delalloc a little friendlier | Josef Bacik |
2011-01-28 | Btrfs: handle no memory properly in prepare_pages | Josef Bacik |
2011-01-28 | Btrfs: do error checking in btrfs_del_csums | Josef Bacik |
2011-01-28 | Btrfs: use the global block reserve if we cannot reserve space | Josef Bacik |
2011-01-28 | Btrfs: do not release more reserved bytes to the global_block_rsv than we need | Josef Bacik |
2011-01-28 | Btrfs: fix check_path_shared so it returns the right value | Josef Bacik |
2011-01-28 | btrfs: check return value of btrfs_start_ioctl_transaction() properly | Tsutomu Itoh |
2011-01-28 | btrfs: fix return value check of btrfs_join_transaction() | Tsutomu Itoh |
2011-01-28 | fs/btrfs/inode.c: Add missing IS_ERR test | Julia Lawall |