aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner
2015-04-16xfs: DIO write completion size updates raceDave Chinner
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner
2015-04-16xfs: DIO needs an ioend for writesDave Chinner
2015-04-16xfs: move DIO mapping size calculationDave Chinner
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster
2015-04-13xfs: disallow ro->rw remount on norecovery mountEric Sandeen
2015-04-13xfs: xfs_shift_file_space can be statickbuild test robot
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-03-25xfs: Fix incorrect positive ENOMEM returnJoe Perches
2015-03-25xfs: xfs_mru_cache_insert() should use GFP_NOFSByoungyoung Lee
2015-03-25xfs: %pF is only for function pointersScott Wood
2015-03-25xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick
2015-03-25xfs: use bool instead of int in xfs_rename()Fabian Frederick
2015-03-25xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Eric Sandeen
2015-03-25xfs: remove xfs_bmap_sanity_check()Dave Chinner
2015-03-25Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner
2015-03-25xfs: add RENAME_WHITEOUT supportDave Chinner
2015-03-25xfs: make xfs_cross_rename() complete fullyDave Chinner
2015-03-25xfs: factor out xfs_finish_rename()Dave Chinner
2015-03-25xfs: cleanup xfs_rename error handlingDave Chinner
2015-03-25xfs: clean up inode locking for RENAME_WHITEOUTDave Chinner
2015-03-04xfs: Add support for Q_SETINFOJan Kara
2015-03-04xfs: Convert to using ->get_state callbackJan Kara
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner