summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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
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()Eric 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
2015-02-23xfs: take i_mmap_lock on extent manipulation operationsDave Chinner
2015-02-23xfs: use i_mmaplock on write faultsDave Chinner
2015-02-23xfs: use i_mmaplock on read faultsDave Chinner