aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-31/+31
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds45-1927/+1986
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-26/+25
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-197/+100
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner3-82/+239
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner1-3/+20
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner1-0/+10
2015-04-16xfs: DIO write completion size updates raceDave Chinner2-1/+19
2015-04-16xfs: DIO writes within EOF don't need an ioendDave Chinner2-30/+40
2015-04-16xfs: handle DIO overwrite EOF update completion correctlyDave Chinner2-31/+31
2015-04-16xfs: DIO needs an ioend for writesDave Chinner2-10/+85
2015-04-16xfs: move DIO mapping size calculationDave Chinner1-33/+46
2015-04-16xfs: factor DIO write mapping from get_blocksDave Chinner1-13/+27
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells7-31/+31
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner12-51/+159
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig5-7/+13
2015-04-13xfs: kill unnecessary firstused overflow check on attr3 leaf removalBrian Foster1-2/+1
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster2-6/+92
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster4-35/+46
2015-04-13xfs: disallow ro->rw remount on norecovery mountEric Sandeen1-0/+6
2015-04-13xfs: xfs_shift_file_space can be statickbuild test robot1-1/+1
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-2/+2
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-4/+4
2015-04-11xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro1-15/+16
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-1/+0
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-5/+4
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro2-2/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig2-2/+0
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner6-83/+461
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner8-52/+20
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon6-83/+461
2015-03-25xfs: Fix incorrect positive ENOMEM returnJoe Perches1-1/+1
2015-03-25xfs: xfs_mru_cache_insert() should use GFP_NOFSByoungyoung Lee1-1/+1
2015-03-25xfs: %pF is only for function pointersScott Wood2-11/+11
2015-03-25xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick1-4/+4
2015-03-25xfs: use bool instead of int in xfs_rename()Fabian Frederick1-2/+2
2015-03-25xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Eric Sandeen1-1/+1
2015-03-25xfs: remove xfs_bmap_sanity_check()Dave Chinner1-33/+0
2015-03-25Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner2-171/+239
2015-03-25xfs: add RENAME_WHITEOUT supportDave Chinner2-24/+107
2015-03-25xfs: make xfs_cross_rename() complete fullyDave Chinner1-20/+21