| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-11-06 | 1 | -114/+166 |
|\ |
|
| * | btrfs: check unsupported filters in balance arguments | David Sterba | 2015-10-26 | 1 | -0/+5 |
| * | Btrfs: fix regression running delayed references when using qgroups | Filipe Manana | 2015-10-25 | 1 | -61/+1 |
| * | btrfs: qgroup: Cleanup old inaccurate facilities | Qu Wenruo | 2015-10-21 | 1 | -3/+3 |
| * | btrfs: extent-tree: Switch to new delalloc space reserve and release | Qu Wenruo | 2015-10-21 | 1 | -5/+9 |
| * | Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Chris Mason | 2015-10-21 | 1 | -43/+152 |
| |\ |
|
| | * | Btrfs: fix file corruption and data loss after cloning inline extents | Filipe Manana | 2015-10-14 | 1 | -43/+152 |
| * | | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Chris Mason | 2015-10-21 | 1 | -2/+1 |
| |\ \
| | |/
| |/| |
|
| | * | btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry | Byongho Lee | 2015-10-21 | 1 | -2/+1 |
| * | | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l... | Chris Mason | 2015-10-12 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Btrfs: consolidate btrfs_error() to btrfs_std_error() | Anand Jain | 2015-09-29 | 1 | -1/+1 |
| | |/ |
|
| * | | btrfs: switch more printks to our helpers | David Sterba | 2015-10-08 | 1 | -3/+3 |
| * | | btrfs: switch message printers to _in_rcu variants | David Sterba | 2015-10-08 | 1 | -1/+1 |
| |/ |
|
* | | btrfs: fix possible leak in btrfs_ioctl_balance() | Christian Engelmayer | 2015-10-21 | 1 | -1/+4 |
* | | btrfs: check unsupported filters in balance arguments | David Sterba | 2015-10-13 | 1 | -0/+5 |
|/ |
|
* | btrfs: fix clone / extent-same deadlocks | Mark Fasheh | 2015-08-09 | 1 | -26/+8 |
* | Btrfs: fix defrag to merge tail file extent | Liu Bo | 2015-08-09 | 1 | -1/+5 |
* | btrfs: fix search key advancing condition | Naohiro Aota | 2015-08-09 | 1 | -3/+9 |
* | Btrfs: fix file corruption after cloning inline extents | Filipe Manana | 2015-07-14 | 1 | -0/+14 |
* | Btrfs: fix memory leak in the extent_same ioctl | Filipe Manana | 2015-07-11 | 1 | -1/+3 |
* | btrfs: don't update mtime/ctime on deduped inodes | Mark Fasheh | 2015-07-01 | 1 | -10/+14 |
* | btrfs: allow dedupe of same inode | Mark Fasheh | 2015-07-01 | 1 | -16/+60 |
* | btrfs: fix deadlock with extent-same and readpage | Mark Fasheh | 2015-07-01 | 1 | -31/+117 |
* | btrfs: pass unaligned length to btrfs_cmp_data() | Mark Fasheh | 2015-07-01 | 1 | -1/+2 |
* | btrfs: Handle unaligned length in extent_same | Mark Fasheh | 2015-06-10 | 1 | -6/+14 |
* | Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag. | chandan | 2015-06-10 | 1 | -1/+1 |
* | Btrfs: btrfs_defrag_file: Fix ra_index computation. | chandan | 2015-06-10 | 1 | -1/+1 |
* | btrfs: make root id query unprivileged | David Sterba | 2015-06-02 | 1 | -4/+16 |
* | btrfs: fix warnings after changes in btrfs_abort_transaction | David Sterba | 2015-06-02 | 1 | -1/+1 |
* | Btrfs: don't invalidate root dentry when subvolume deletion fails | Omar Sandoval | 2015-06-02 | 1 | -3/+1 |
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-05-01 | 1 | -1/+2 |
|\ |
|
| * | btrfs: unlock i_mutex after attempting to delete subvolume during send | Omar Sandoval | 2015-04-26 | 1 | -1/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -11/+11 |
|\ \
| |/
|/| |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -11/+11 |
* | | btrfs: quota: Update quota tree after qgroup relationship change. | Qu Wenruo | 2015-04-13 | 1 | -0/+5 |
* | | btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be created | Qu Wenruo | 2015-04-13 | 1 | -0/+7 |
* | | Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup(). | Dongsheng Yang | 2015-04-13 | 1 | -2/+1 |
* | | Btrfs: fix uninit variable in clone ioctl | Chris Mason | 2015-04-13 | 1 | -1/+1 |
* | | Btrfs: fix inode eviction infinite loop after cloning into it | Filipe Manana | 2015-04-13 | 1 | -0/+5 |
* | | Btrfs: fix inode eviction infinite loop after extent_same ioctl | Filipe Manana | 2015-04-13 | 1 | -0/+3 |
* | | Btrfs: fix range cloning when same inode used as source and destination | Filipe Manana | 2015-04-13 | 1 | -2/+4 |
* | | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern... | Chris Mason | 2015-03-25 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | btrfs: cleanup 64bit/32bit divs, provably bounded values | David Sterba | 2015-03-03 | 1 | -1/+1 |
| * | btrfs: use explicit initializer for seq_elem | David Sterba | 2015-03-03 | 1 | -1/+1 |
* | | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-12-12 | 1 | -32/+4 |
|\ |
|
| * | Btrfs: fix snapshot inconsistency after a file write followed by truncate | Filipe Manana | 2014-11-25 | 1 | -3/+4 |
| * | Btrfs: ensure send always works on roots without orphans | Filipe Manana | 2014-11-25 | 1 | -29/+0 |
* | | btrfs: get rid of f_dentry use | Al Viro | 2014-11-19 | 1 | -1/+1 |
|/ |
|
* | vfs: export check_sticky() | Miklos Szeredi | 2014-10-24 | 1 | -19/+1 |