| Commit message (Expand) | Author | Age |
... | |
| | * | btrfs: cleanup: use for() loop in btrfs_map_bio() | Zhao Lei | 2015-02-16 |
| | * | btrfs: remove unused chunk_tree argument in several functions | Zhao Lei | 2015-02-16 |
| | * | btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() | Zhao Lei | 2015-02-16 |
| | * | btrfs: constify structs with op functions or static definitions | David Sterba | 2015-02-16 |
| | * | Btrfs: switch to kvfree() helper | Wang Shilong | 2015-02-16 |
| | * | Btrfs: disk-io: replace root args iff only fs_info used | Daniel Dressler | 2015-02-16 |
| | * | Btrfs: delayed-inode: replace root args iff only fs_info used | Daniel Dressler | 2015-02-16 |
| | * | Btrfs: ctree: reduce args where only fs_info used | Daniel Dressler | 2015-02-16 |
| * | | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern... | Chris Mason | 2015-03-25 |
| |\ \ |
|
| | * | | btrfs: remove shadowing variables in __btrfs_map_block | David Sterba | 2015-03-03 |
| | * | | btrfs: switch helper macros to static inlines in sysfs.h | David Sterba | 2015-03-03 |
| | * | | btrfs: cleanup, use correct type in div_u64_rem | David Sterba | 2015-03-03 |
| | * | | btrfs: replace remaining do_div calls with div_u64 variants | David Sterba | 2015-03-03 |
| | * | | btrfs: cleanup 64bit/32bit divs, provably bounded values | David Sterba | 2015-03-03 |
| | * | | btrfs: use explicit initializer for seq_elem | David Sterba | 2015-03-03 |
| | * | | btrfs: remove shadowing variables in __btrfs_buffered_write | David Sterba | 2015-03-03 |
| | * | | btrfs: cleanup, use kmalloc_array/kcalloc array helpers | David Sterba | 2015-03-03 |
| | * | | btrfs: cleanup 64bit/32bit divs, compile time constants | David Sterba | 2015-03-03 |
| | * | | btrfs: use cond_resched_lock where possible | David Sterba | 2015-03-03 |
| | * | | btrfs: need_resched not needed with cond_resched | David Sterba | 2015-03-03 |
* | | | | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 2015-04-11 |
* | | | | switch generic_write_checks() to iocb and iter | Al Viro | 2015-04-11 |
* | | | | generic_write_checks(): drop isblk argument | Al Viro | 2015-04-11 |
* | | | | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 |
* | | | | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-11 |
* | | | | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 2015-04-11 |
* | | | | make new_sync_{read,write}() static | Al Viro | 2015-04-11 |
* | | | | Merge branch 'iocb' into for-next | Al Viro | 2015-04-11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2015-03-21 |
|\ \ \ \ |
|
| * | | | | Btrfs: fix outstanding_extents accounting in DIO | Josef Bacik | 2015-03-17 |
| * | | | | Btrfs: add sanity test for outstanding_extents accounting | Josef Bacik | 2015-03-17 |
| * | | | | Btrfs: just free dummy extent buffers | Josef Bacik | 2015-03-17 |
| * | | | | Btrfs: account merges/splits properly | Josef Bacik | 2015-03-17 |
| * | | | | Btrfs: prepare block group cache before writing | Josef Bacik | 2015-03-17 |
| * | | | | Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list) | Josef Bacik | 2015-03-13 |
| * | | | | Btrfs: account for the correct number of extents for delalloc reservations | Josef Bacik | 2015-03-13 |
| * | | | | Btrfs: fix merge delalloc logic | Josef Bacik | 2015-03-13 |
| * | | | | Btrfs: fix comp_oper to get right order | Liu Bo | 2015-03-13 |
| * | | | | Btrfs: catch transaction abortion after waiting for it | Liu Bo | 2015-03-13 |
| * | | | | btrfs: fix sizeof format specifier in btrfs_check_super_valid() | Fabian Frederick | 2015-03-13 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2015-03-06 |
|\| | | | |
|
| * | | | | Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref. | Quentin Casasnovas | 2015-03-05 |
| * | | | | Btrfs: fix data loss in the fast fsync path | Filipe Manana | 2015-03-05 |
| * | | | | Btrfs: remove extra run_delayed_refs in update_cowonly_root | Josef Bacik | 2015-03-05 |
| * | | | | Btrfs: incremental send, don't rename a directory too soon | Filipe Manana | 2015-03-02 |
| * | | | | btrfs: fix lost return value due to variable shadowing | David Sterba | 2015-03-02 |
| * | | | | Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr | Filipe Manana | 2015-03-02 |
| * | | | | Btrfs: fix off-by-one logic error in btrfs_realloc_node | Filipe Manana | 2015-03-02 |
| * | | | | Btrfs: add missing inode update when punching hole | Filipe Manana | 2015-03-02 |