Age | Commit message (Expand) | Author | Files | Lines |
2011-10-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 1 | -1/+1 |
2011-10-28 | vfs: do (nearly) lockless generic_file_llseek | Andi Kleen | 1 | -1/+1 |
2011-10-25 | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -25/+25 |
2011-10-13 | Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux | Linus Torvalds | 1 | -1/+10 |
2011-10-11 | Btrfs: make sure not to defrag extents past i_size | Chris Mason | 1 | -1/+3 |
2011-10-10 | Btrfs: fix recursive auto-defrag | Li Zefan | 1 | -0/+7 |
2011-10-03 | Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux | Linus Torvalds | 1 | -8/+16 |
2011-09-30 | Btrfs: force a page fault if we have a shorty copy on a page boundary | Josef Bacik | 1 | -8/+16 |
2011-09-20 | Merge branch 'btrfs-3.0' into for-linus | Chris Mason | 1 | -1/+6 |
2011-09-20 | Btrfs: reserve sufficient space for ioctl clone | Sage Weil | 1 | -1/+6 |
2011-09-18 | Btrfs: only clear the need lookup flag after the dentry is setup | Josef Bacik | 1 | -2/+11 |
2011-09-18 | BTRFS: Fix lseek return value for error | Jeff Liu | 1 | -2/+7 |
2011-09-18 | Merge branch 'btrfs-3.0' into for-linus | Chris Mason | 2 | -7/+12 |
2011-09-18 | Btrfs: don't change inode flag of the dest clone file | Li Zefan | 1 | -1/+0 |
2011-09-18 | Btrfs: don't make a file partly checksummed through file clone | Li Zefan | 1 | -0/+5 |
2011-09-18 | Btrfs: fix pages truncation in btrfs_ioctl_clone() | Li Zefan | 1 | -4/+4 |
2011-09-18 | btrfs: fix d_off in the first dirent | Hidetoshi Seto | 1 | -2/+3 |
2011-09-12 | Merge branch 'for-linus' of git://github.com/chrismason/linux | Linus Torvalds | 8 | -22/+62 |
2011-09-11 | Btrfs: add dummy extent if dst offset excceeds file end in | Li Zefan | 1 | -0/+6 |
2011-09-11 | Btrfs: calc file extent num_bytes correctly in file clone | Li Zefan | 1 | -3/+10 |
2011-09-11 | btrfs: xattr: fix attribute removal | David Sterba | 1 | -0/+9 |
2011-09-11 | Btrfs: fix wrong nbytes information of the inode | Miao Xie | 1 | -2/+2 |
2011-09-11 | Btrfs: fix the file extent gap when doing direct IO | Miao Xie | 1 | -6/+10 |
2011-09-11 | Btrfs: fix unclosed transaction handle in btrfs_cont_expand | Miao Xie | 1 | -2/+6 |
2011-09-11 | Btrfs: fix misuse of trans block rsv | Liu Bo | 1 | -0/+4 |
2011-09-11 | Btrfs: reset to appropriate block rsv after orphan operations | Liu Bo | 1 | -0/+4 |
2011-09-11 | Btrfs: skip locking if searching the commit root in csum lookup | Josef Bacik | 1 | -1/+3 |
2011-09-11 | btrfs: fix warning in iput for bad-inode | Sergei Trofimovich | 1 | -7/+3 |
2011-09-11 | Btrfs: fix an oops when deleting snapshots | Liu Bo | 1 | -1/+5 |
2011-08-21 | Btrfs: fix 64 bit divide problem | Josef Bacik | 1 | -5/+7 |
2011-08-18 | Merge branch 'btrfs-3.0' into for-linus | Chris Mason | 8 | -35/+167 |
2011-08-18 | Btrfs: set i_size properly when fallocating and we already | Josef Bacik | 1 | -0/+14 |
2011-08-18 | btrfs: unlock on error in btrfs_file_llseek() | Dan Carpenter | 1 | -4/+8 |
2011-08-18 | btrfs: btrfs_permission's RO check shouldn't apply to device nodes | Jeff Mahoney | 1 | -4/+8 |
2011-08-17 | Btrfs: truncate pages from clone ioctl target range | Sage Weil | 1 | -0/+4 |
2011-08-17 | Btrfs: fix uninitialized sync_pending | Miao Xie | 1 | -1/+1 |
2011-08-17 | Btrfs: fix wrong free space information | Miao Xie | 1 | -5/+11 |
2011-08-17 | btrfs: memory leak in btrfs_add_inode_defrag() | Dan Carpenter | 1 | -0/+2 |
2011-08-17 | Btrfs: use plain page_address() in header fields setget functions | Li Zefan | 1 | -4/+2 |
2011-08-17 | Btrfs: forced readonly when btrfs_drop_snapshot() fails | Tsutomu Itoh | 2 | -10/+16 |
2011-08-17 | Btrfs: check if there is enough space for balancing smarter | liubo | 1 | -6/+35 |
2011-08-17 | Btrfs: fix a bug of balance on full multi-disk partitions | liubo | 1 | -4/+13 |
2011-08-17 | Btrfs: fix an oops of log replay | liubo | 1 | -4/+24 |
2011-08-17 | Btrfs: detect wether a device supports discard | Josef Bacik | 3 | -2/+29 |
2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 1 | -25/+25 |
2011-08-05 | Btrfs: force unplugs when switching from high to regular priority bios | Chris Mason | 1 | -0/+17 |
2011-08-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 19 | -528/+269 |
2011-08-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -10/+47 |
2011-08-01 | Btrfs: don't call writepages from within write_full_page | Josef Bacik | 1 | -10/+0 |
2011-08-01 | Btrfs: Remove unused variable 'last_index' in file.c | Mitch Harder | 1 | -5/+2 |