Age | Commit message (Expand) | Author |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie |
2016-06-07 | btrfs: use bio fields for op and flags | Mike Christie |
2016-06-07 | btrfs: update __btrfs_map_block for REQ_OP transition | Mike Christie |
2016-06-07 | btrfs: use bio op accessors | Mike Christie |
2016-06-07 | btrfs: have submit_one_bio users use bio op accessors | Mike Christie |
2016-06-07 | direct-io: use bio set/get op accessors | Mike Christie |
2016-06-07 | fs: have submit_bh users pass in op and flags separately | Mike Christie |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie |
2016-06-04 | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-06-03 | Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent | Chris Mason |
2016-05-31 | Btrfs: fix race between device replace and read repair | Filipe Manana |
2016-05-31 | Btrfs: fix race between device replace and discard | Filipe Manana |
2016-05-30 | Btrfs: fix race between device replace and chunk allocation | Filipe Manana |
2016-05-30 | Btrfs: fix race setting block group back to RW mode during device replace | Filipe Manana |
2016-05-30 | Btrfs: fix unprotected assignment of the left cursor for device replace | Filipe Manana |
2016-05-30 | Btrfs: fix race setting block group readonly during device replace | Filipe Manana |
2016-05-30 | Btrfs: fix race between device replace and block group removal | Filipe Manana |
2016-05-30 | Btrfs: fix race between readahead and device replace/removal | Filipe Manana |
2016-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-05-27 | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately | Al Viro |
2016-05-26 | Btrfs: fix handling of faults from btrfs_copy_from_user | Chris Mason |
2016-05-26 | restore killability of old mutex_lock_killable(&inode->i_mutex) users | Al Viro |
2016-05-25 | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 | David Sterba |
2016-05-25 | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves |
2016-05-25 | btrfs: scrub: Set bbio to NULL before calling btrfs_map_block | Zhao Lei |
2016-05-25 | Btrfs: fix unexpected return value of fiemap | Liu Bo |
2016-05-25 | Btrfs: free sys_array eb as soon as possible | Liu Bo |
2016-05-21 | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-05-20 | lib/uuid.c: move generate_random_uuid() to uuid.c | Andy Shevchenko |
2016-05-18 | Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-05-18 | Revert "btrfs: switch to ->iterate_shared()" | Al Viro |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-05-17 | btrfs: Switch to generic xattr handlers | Andreas Gruenbacher |
2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-05-17 | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason |
2016-05-16 | Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516 | David Sterba |
2016-05-16 | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 | David Sterba |
2016-05-16 | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 | David Sterba |
2016-05-16 | btrfs: fix memory leak during RAID 5/6 device replacement | Scott Talbert |
2016-05-13 | Btrfs: add semaphore to synchronize direct IO writes with fsync | Filipe Manana |
2016-05-13 | Btrfs: fix race between block group relocation and nocow writes | Filipe Manana |
2016-05-13 | Btrfs: fix race between fsync and direct IO writes for prealloc extents | Filipe Manana |
2016-05-13 | Btrfs: fix number of transaction units for renames with whiteout | Filipe Manana |
2016-05-13 | Btrfs: pin logs earlier when doing a rename exchange operation | Filipe Manana |
2016-05-13 | Btrfs: unpin logs if rename exchange operation fails | Filipe Manana |
2016-05-13 | Btrfs: fix inode leak on failure to setup whiteout inode in rename | Filipe Manana |
2016-05-13 | btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUT | Dan Fuhry |
2016-05-13 | Btrfs: pin log earlier when renaming | Filipe Manana |