summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | 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-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-13
| | * | | | | | | | | | | | | | | xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster2015-04-13
| | * | | | | | | | | | | | | | | xfs: use larger in-core attr firstused field and detect overflowBrian Foster2015-04-13
| | * | | | | | | | | | | | | | | xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster2015-04-13
| | * | | | | | | | | | | | | | | xfs: disallow ro->rw remount on norecovery mountEric Sandeen2015-04-13
| | * | | | | | | | | | | | | | | xfs: xfs_shift_file_space can be statickbuild test robot2015-04-13
| * | | | | | | | | | | | | | | | 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-25
| | * | | | | | | | | | | | | | | | xfs: %pF is only for function pointersScott Wood2015-03-25
| | * | | | | | | | | | | | | | | | xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick2015-03-25
| | * | | | | | | | | | | | | | | | xfs: use bool instead of int in xfs_rename()Fabian Frederick2015-03-25
| | * | | | | | | | | | | | | | | | xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Eric Sandeen2015-03-25
| | * | | | | | | | | | | | | | | | xfs: remove xfs_bmap_sanity_check()Dave Chinner2015-03-25
| * | | | | | | | | | | | | | | | | Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner2015-03-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | xfs: add RENAME_WHITEOUT supportDave Chinner2015-03-25
| | * | | | | | | | | | | | | | | | | xfs: make xfs_cross_rename() complete fullyDave Chinner2015-03-25
| | * | | | | | | | | | | | | | | | | xfs: factor out xfs_finish_rename()Dave Chinner2015-03-25
| | * | | | | | | | | | | | | | | | | xfs: cleanup xfs_rename error handlingDave Chinner2015-03-25
| | * | | | | | | | | | | | | | | | | xfs: clean up inode locking for RENAME_WHITEOUTDave Chinner2015-03-25
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |