aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen2015-02-16
| | * | | | | | | | | | btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen2015-02-16
| | * | | | | | | | | | btrfs: consistently use fs_info in close_ctree()Eric Sandeen2015-02-16
| | * | | | | | | | | | btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-16
| | * | | | | | | | | | btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick2015-02-16
| | * | | | | | | | | | btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei2015-02-16
| | * | | | | | | | | | btrfs: remove unused chunk_tree argument in several functionsZhao Lei2015-02-16
| | * | | | | | | | | | btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei2015-02-16
| | * | | | | | | | | | btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-16
| | * | | | | | | | | | Btrfs: switch to kvfree() helperWang Shilong2015-02-16
| | * | | | | | | | | | Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-16
| | * | | | | | | | | | Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2015-02-16
| | * | | | | | | | | | Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-16
| * | | | | | | | | | | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-25
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | btrfs: remove shadowing variables in __btrfs_map_blockDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: switch helper macros to static inlines in sysfs.hDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: cleanup, use correct type in div_u64_remDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-03
| | * | | | | | | | | | | btrfs: need_resched not needed with cond_reschedDavid Sterba2015-03-03
* | | | | | | | | | | | | Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner2015-04-16
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xfs: using generic_file_direct_write() is unnecessaryDave Chinner2015-04-16
| | * | | | | | | | | | | | xfs: direct IO EOF zeroing needs to drain AIODave Chinner2015-04-16
| | * | | | | | | | | | | | xfs: DIO write completion size updates raceDave Chinner2015-04-16
| | * | | | | | | | | | | | xfs: DIO writes within EOF don't need an ioendDave Chinner2015-04-16
| | * | | | | | | | | | | | xfs: handle DIO overwrite EOF update completion correctlyDave Chinner2015-04-16
| | * | | | | | | | | | | | xfs: DIO needs an ioend for writesDave Chinner2015-04-16
| | * | | | | | | | | | | | xfs: move DIO mapping size calculationDave Chinner2015-04-16
| | * | | | | | | | | | | | xfs: factor DIO write mapping from get_blocksDave Chinner2015-04-16
| * | | | | | | | | | | | | Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-12
| | * | | | | | | | | | | | | xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster2015-04-12
| | * | | | | | | | | | | | | xfs: use larger in-core attr firstused field and detect overflowBrian Foster2015-04-12
| | * | | | | | | | | | | | | xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster2015-04-12
| | * | | | | | | | | | | | | xfs: disallow ro->rw remount on norecovery mountEric Sandeen2015-04-12
| | * | | | | | | | | | | | | xfs: xfs_shift_file_space can be statickbuild test robot2015-04-12
| * | | | | | | | | | | | | | Merge branch 'fallocate-insert-range' into for-nextDave Chinner2015-03-25
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-25
| | * | | | | | | | | | | | | fs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-25
| * | | | | | | | | | | | | | Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner2015-03-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | xfs: Fix incorrect positive ENOMEM returnJoe Perches2015-03-25
| | * | | | | | | | | | | | | | xfs: xfs_mru_cache_insert() should use GFP_NOFSByoungyoung Lee2015-03-24
| | * | | | | | | | | | | | | | xfs: %pF is only for function pointersScott Wood2015-03-24
| | * | | | | | | | | | | | | | xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick2015-03-24