summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner9-85/+490
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-25fs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon3-2/+29
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
2015-03-25xfs: factor out xfs_finish_rename()Dave Chinner1-21/+27
2015-03-25xfs: cleanup xfs_rename error handlingDave Chinner1-33/+26
2015-03-25xfs: clean up inode locking for RENAME_WHITEOUTDave Chinner1-78/+67
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner8-114/+217
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner13-1129/+381
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner19-274/+288
2015-02-24xfs: remove deprecated mount optionsEric Sandeen2-40/+9
2015-02-24xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner1-1/+3
2015-02-24xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen1-1/+3
2015-02-24xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui1-8/+0
2015-02-24xfs: clarify async write failure ratelimit messageEric Sandeen1-2/+2
2015-02-24xfs: log unmount events on consoleEric Sandeen1-0/+1
2015-02-24xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen1-0/+4
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen7-52/+59
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen6-116/+124
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner7-55/+90
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner3-30/+29
2015-02-23xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-02-23xfs: lock out page faults from extent swap operationsDave Chinner1-16/+15
2015-02-23xfs: xfs_setattr_size no longer races with page faultsDave Chinner1-42/+14