Age | Commit message (Expand) | Author | Files | Lines |
2014-10-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+2 |
2014-09-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -21/+19 |
2014-09-18 | Revert "Btrfs: device_list_add() should not update list when mounted" | Chris Mason | 1 | -7/+6 |
2014-09-16 | Btrfs: set inode's logged_trans/last_log_commit after ranged fsync | Filipe Manana | 2 | -14/+13 |
2014-09-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 5 | -101/+203 |
2014-09-08 | Btrfs: use insert_inode_locked4 for inode creation | Chris Mason | 1 | -67/+109 |
2014-09-08 | Btrfs: fix fsync data loss after a ranged fsync | Filipe Manana | 3 | -17/+64 |
2014-09-08 | Btrfs: kfree()ing ERR_PTRs | Dan Carpenter | 1 | -10/+15 |
2014-09-02 | Btrfs: fix crash while doing a ranged fsync | Filipe Manana | 1 | -1/+2 |
2014-09-02 | Btrfs: fix corruption after write/fsync failure + fsync + log recovery | Filipe Manana | 1 | -3/+9 |
2014-08-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 17 | -135/+312 |
2014-08-27 | Btrfs: fix autodefrag with compression | Chris Mason | 1 | -3/+4 |
2014-08-26 | fs/btrfs/tree-log.c: Fix closing brace followed by if | Rasmus Villemoes | 1 | -1/+2 |
2014-08-24 | Btrfs: fix task hang under heavy compressed write | Liu Bo | 12 | -61/+141 |
2014-08-21 | Btrfs: fix filemap_flush call in btrfs_file_release | Chris Mason | 1 | -1/+9 |
2014-08-21 | Btrfs: fix crash on endio of reading corrupted block | Liu Bo | 1 | -0/+1 |
2014-08-21 | btrfs: fix leak in qgroup_subtree_accounting() error path | Eric Sandeen | 1 | -1/+1 |
2014-08-21 | btrfs: Use right extent length when inserting overlap extent map. | Qu Wenruo | 2 | -6/+5 |
2014-08-21 | Btrfs: clone, don't create invalid hole extent map | Filipe Manana | 1 | -1/+2 |
2014-08-21 | Btrfs: don't monopolize a core when evicting inode | Filipe Manana | 1 | -0/+6 |
2014-08-21 | Btrfs: fix hole detection during file fsync | Filipe Manana | 1 | -4/+13 |
2014-08-21 | Btrfs: ensure tmpfile inode is always persisted with link count of 0 | Filipe Manana | 1 | -0/+15 |
2014-08-21 | Btrfs: race free update of commit root for ro snapshots | Filipe Manana | 2 | -33/+36 |
2014-08-21 | Btrfs: fix regression of btrfs device replace | Liu Bo | 1 | -1/+1 |
2014-08-19 | Btrfs: don't consider the missing device when allocating new chunks | Miao Xie | 1 | -14/+2 |
2014-08-19 | Btrfs: Fix wrong device size when we are resizing the device | Miao Xie | 2 | -2/+3 |
2014-08-19 | Btrfs: don't write any data into a readonly device when scrub | Miao Xie | 1 | -0/+11 |
2014-08-19 | Btrfs: Fix the problem that the replace destroys the seed filesystem | Miao Xie | 1 | -2/+6 |
2014-08-19 | btrfs: Return right extent when fiemap gives unaligned offset and len. | Qu Wenruo | 1 | -2/+2 |
2014-08-19 | Btrfs: fix wrong extent mapping for DirectIO | Wang Shilong | 1 | -0/+2 |
2014-08-19 | Btrfs: fix wrong write range for filemap_fdatawrite_range() | Wang Shilong | 1 | -1/+2 |
2014-08-19 | Btrfs: fix wrong missing device counter decrease | Miao Xie | 1 | -1/+1 |
2014-08-19 | Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fs | Miao Xie | 1 | -0/+3 |
2014-08-19 | btrfs: check generation as replace duplicates devid+uuid | Anand Jain | 1 | -1/+21 |
2014-08-19 | Btrfs: device_list_add() should not update list when mounted | Anand Jain | 1 | -0/+27 |
2014-08-19 | Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call. | chandan | 1 | -2/+1 |
2014-08-19 | Btrfs: fix put dio bio twice when we submit dio bio fail | Miao Xie | 1 | -3/+2 |
2014-08-16 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 17 | -305/+541 |
2014-08-15 | btrfs: disable strict file flushes for renames and truncates | Chris Mason | 8 | -267/+6 |
2014-08-15 | Btrfs: fix csum tree corruption, duplicate and outdated checksums | Filipe Manana | 1 | -1/+1 |
2014-08-15 | Btrfs: Fix memory corruption by ulist_add_merge() on 32bit arch | Takashi Iwai | 2 | -6/+20 |
2014-08-15 | Btrfs: fix compressed write corruption on enospc | Liu Bo | 1 | -0/+12 |
2014-08-15 | btrfs: correctly handle return from ulist_add | Mark Fasheh | 1 | -4/+9 |
2014-08-15 | btrfs: qgroup: account shared subtrees during snapshot delete | Mark Fasheh | 3 | -0/+426 |
2014-08-15 | Btrfs: read lock extent buffer while walking backrefs | Filipe Manana | 1 | -0/+3 |
2014-08-15 | Btrfs: __btrfs_mod_ref should always use no_quota | Josef Bacik | 3 | -25/+23 |
2014-08-15 | btrfs: adjust statfs calculations according to raid profiles | David Sterba | 1 | -6/+45 |
2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -9/+12 |
2014-08-07 | dcache: d_obtain_alias callers don't all want DISCONNECTED | J. Bruce Fields | 1 | -8/+1 |
2014-08-07 | btrfs: add RENAME_NOREPLACE | Miklos Szeredi | 1 | -1/+11 |