summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextxfs-for-linus-4.1-rc1Dave 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-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-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-25fs: 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-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner
2015-02-24xfs: remove deprecated mount optionsEric Sandeen
2015-02-24xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner
2015-02-24xfs: cancel failed transaction in xfs_fs_commit_blocks()xfs-for-linus-4.0-rc2Eric Sandeen
2015-02-24xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui
2015-02-24xfs: clarify async write failure ratelimit messageEric Sandeen
2015-02-24xfs: log unmount events on consoleEric Sandeen
2015-02-24xfs: Ensure we have target_ip for RENAME_EXCHANGEEric Sandeen
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-23xfs: Fix quota type in quota structures when reusing quota fileJan Kara
2015-02-23xfs: lock out page faults from extent swap operationsDave Chinner
2015-02-23xfs: xfs_setattr_size no longer races with page faultsDave Chinner