summaryrefslogtreecommitdiff
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAge
...
| | * | | | xfs: add fs geometry bit for sparse inode chunksBrian Foster2015-05-29
| | * | | | xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster2015-05-29
| | * | | | xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster2015-05-29
| | * | | | xfs: add sparse inode chunk alignment superblock fieldBrian Foster2015-05-29
| | * | | | xfs: support min/max agbno args in block allocatorBrian Foster2015-05-29
| | * | | | xfs: update free inode record logic to support sparse inode recordsBrian Foster2015-05-29
| | * | | | xfs: create individual inode alloc. helperBrian Foster2015-05-29
| | |/ / /
| * | | | Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner2015-06-01
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | xfs: Clean up xfs_trans_dup_dqinfoNan Jia2015-06-01
| | * | | xfs: don't cast string literalsEric Sandeen2015-06-01
| | * | | xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster2015-06-01
| | * | | xfs: always log the inode on unwritten extent conversionBrian Foster2015-06-01
| | |/ /
* | | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \ \ \
| * | | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
| * | | | memcg: add per cgroup dirty page accountingGreg Thelen2015-06-02
* | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\| | | |
| * | | | bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-05
| | |/ / | |/| |
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-22
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | don't pass nameidata to ->follow_link()Al Viro2015-05-10
| * | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
| |/
* | xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster2015-05-29
* | xfs: xfs_iozero can return positive errnoDave Chinner2015-05-29
* | xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-05-29
* | xfs: extent size hints can round up extents past MAXEXTLENDave Chinner2015-05-29
* | xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner2015-05-29
* | xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang2015-05-29
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | 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
| * | | | 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