Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | | | btrfs: factor btrfs_init_balance() out of open_ctree() | Eric Sandeen | 2015-02-16 | |
| | * | | | | | | | | | | btrfs: factor btrfs_init_scrub() out of open_ctree() | Eric Sandeen | 2015-02-16 | |
| | * | | | | | | | | | | btrfs: consistently use fs_info in close_ctree() | Eric Sandeen | 2015-02-16 | |
| | * | | | | | | | | | | btrfs: remove unused fs_info arg from btrfs_close_extra_devices() | Eric Sandeen | 2015-02-16 | |
| | * | | | | | | | | | | btrfs: fix sizeof format specifier in btrfs_check_super_valid() | Fabian Frederick | 2015-02-16 | |
| | * | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'xfs-dio-extend-fix' into for-next | Dave Chinner | 2015-04-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | xfs: using generic_file_direct_write() is unnecessary | Dave Chinner | 2015-04-16 | |
| | * | | | | | | | | | | | | xfs: direct IO EOF zeroing needs to drain AIO | Dave Chinner | 2015-04-16 | |
| | * | | | | | | | | | | | | xfs: DIO write completion size updates race | Dave Chinner | 2015-04-16 | |
| | * | | | | | | | | | | | | xfs: DIO writes within EOF don't need an ioend | Dave Chinner | 2015-04-16 | |
| | * | | | | | | | | | | | | xfs: handle DIO overwrite EOF update completion correctly | Dave Chinner | 2015-04-16 | |
| | * | | | | | | | | | | | | xfs: DIO needs an ioend for writes | Dave Chinner | 2015-04-16 | |
| | * | | | | | | | | | | | | xfs: move DIO mapping size calculation | Dave Chinner | 2015-04-16 | |
| | * | | | | | | | | | | | | xfs: factor DIO write mapping from get_blocks | Dave Chinner | 2015-04-16 | |
| * | | | | | | | | | | | | | Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next | Dave Chinner | 2015-04-12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | xfs: unlock i_mutex in xfs_break_layouts | Christoph Hellwig | 2015-04-12 | |
| | * | | | | | | | | | | | | | xfs: kill unnecessary firstused overflow check on attr3 leaf removal | Brian Foster | 2015-04-12 | |
| | * | | | | | | | | | | | | | xfs: use larger in-core attr firstused field and detect overflow | Brian Foster | 2015-04-12 | |
| | * | | | | | | | | | | | | | xfs: pass attr geometry to attr leaf header conversion functions | Brian Foster | 2015-04-12 | |
| | * | | | | | | | | | | | | | xfs: disallow ro->rw remount on norecovery mount | Eric Sandeen | 2015-04-12 | |
| | * | | | | | | | | | | | | | xfs: xfs_shift_file_space can be static | kbuild test robot | 2015-04-12 | |
| * | | | | | | | | | | | | | | Merge branch 'fallocate-insert-range' into for-next | Dave Chinner | 2015-03-25 | |
| |\| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate | Namjae Jeon | 2015-03-25 | |
| | * | | | | | | | | | | | | | fs: Add support FALLOC_FL_INSERT_RANGE for fallocate | Namjae Jeon | 2015-03-25 | |
| * | | | | | | | | | | | | | | Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next | Dave Chinner | 2015-03-25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | xfs: Fix incorrect positive ENOMEM return | Joe Perches | 2015-03-25 | |
| | * | | | | | | | | | | | | | | xfs: xfs_mru_cache_insert() should use GFP_NOFS | Byoungyoung Lee | 2015-03-24 | |
| | * | | | | | | | | | | | | | | xfs: %pF is only for function pointers | Scott Wood | 2015-03-24 | |
| | * | | | | | | | | | | | | | | xfs: fix shadow warning in xfs_da3_root_split() | Fabian Frederick | 2015-03-24 |