summaryrefslogtreecommitdiff
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAge
...
| | * | | | xfs: %pF is only for function pointersScott Wood2015-03-25
| | * | | | xfs: fix shadow warning in xfs_da3_root_split()Fabian Frederick2015-03-25
| | * | | | xfs: use bool instead of int in xfs_rename()Fabian Frederick2015-03-25
| | * | | | xfs: fix NULL pointer dereference in xfs_filestream_lookup_ag()Eric Sandeen2015-03-25
| | * | | | xfs: remove xfs_bmap_sanity_check()Dave Chinner2015-03-25
| * | | | | Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner2015-03-25
| |\ \ \ \ \
| | * | | | | xfs: add RENAME_WHITEOUT supportDave Chinner2015-03-25
| | * | | | | xfs: make xfs_cross_rename() complete fullyDave Chinner2015-03-25
| | * | | | | xfs: factor out xfs_finish_rename()Dave Chinner2015-03-25
| | * | | | | xfs: cleanup xfs_rename error handlingDave Chinner2015-03-25
| | * | | | | xfs: clean up inode locking for RENAME_WHITEOUTDave Chinner2015-03-25
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'xfs-mmap-lock' into for-nextDave Chinner2015-02-24
| |\ \ \ \ \
| | * | | | | xfs: lock out page faults from extent swap operationsDave Chinner2015-02-23
| | * | | | | xfs: xfs_setattr_size no longer races with page faultsDave Chinner2015-02-23
| | * | | | | xfs: take i_mmap_lock on extent manipulation operationsDave Chinner2015-02-23
| | * | | | | xfs: use i_mmaplock on write faultsDave Chinner2015-02-23
| | * | | | | xfs: use i_mmaplock on read faultsDave Chinner2015-02-23
| | * | | | | xfs: introduce mmap/truncate lockDave Chinner2015-02-23
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner2015-02-24
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | xfs: remove xfs_mod_incore_sb APIDave Chinner2015-02-23
| | * | | | xfs: replace xfs_mod_incore_sb_batchedDave Chinner2015-02-23
| | * | | | xfs: introduce xfs_mod_frextentsDave Chinner2015-02-23
| | * | | | xfs: Remove icsb infrastructureDave Chinner2015-02-23
| | * | | | xfs: use generic percpu counters for free block counterDave Chinner2015-02-23
| | * | | | xfs: use generic percpu counters for free inode counterDave Chinner2015-02-23
| | * | | | xfs: use generic percpu counters for inode counterDave Chinner2015-02-23
| | |/ / /
| * | | | Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner2015-02-24
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | xfs: remove deprecated mount optionsEric Sandeen2015-02-24
| | * | | xfs: xfs_alloc_fix_minleft can underflow near ENOSPCDave Chinner2015-02-24
| | * | | xfs: remove old and redundant comment in xfs_mount_validate_sbWang Sheng-Hui2015-02-24
| | * | | xfs: clarify async write failure ratelimit messageEric Sandeen2015-02-24
| | * | | xfs: log unmount events on consoleEric Sandeen2015-02-24
| | * | | xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen2015-02-23
| | * | | xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen2015-02-23
| | * | | xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-23
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-16
|\ \ \ \ | | |_|/ | |/| |
| * | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-11
| * | | switch generic_write_checks() to iocb and iterAl Viro2015-04-11
| * | | xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro2015-04-11
| * | | generic_write_checks(): drop isblk argumentAl Viro2015-04-11
| * | | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
| * | | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11
| * | | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-11
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-16
|\ \ \ \ | |/ / / |/| | |
| * | | xfs: Add support for Q_SETINFOJan Kara2015-03-04
| * | | xfs: Convert to using ->get_state callbackJan Kara2015-03-04
| |/ /
* | | make new_sync_{read,write}() staticAl Viro2015-04-11
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\ \ \ | |/ / |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* | | xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen2015-02-24