aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
* xfs: list_lru_init returns a negative errorDave Chinner2014-05-14
* xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-14
* xfs: negate mount workqueue init error valueDave Chinner2014-05-14
* xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-14
* xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-14
* xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-14
* xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-14
* xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-14
* xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-14
* Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-08
|\
| * xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-05
| * xfs: initialize default acls for ->tmpfile()Brian Foster2014-05-05
| * xfs: fully support v5 format filesystemsDave Chinner2014-05-05
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-20
|\ \ | |/ |/|
| * fs: move falloc collapse range check into the filesystem methodsLukas Czerner2014-04-12
* | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-16
* | xfs: fix buffer use after free on IO errorEric Sandeen2014-04-16
* | xfs: wrong error sign conversion during failed DIO writesDave Chinner2014-04-16
* | xfs: unmount does not wait for shutdown during unmountDave Chinner2014-04-16
* | xfs: collapse range is delalloc challengedDave Chinner2014-04-16
* | xfs: don't map ranges that span EOF for direct IODave Chinner2014-04-16
* | xfs: zeroing space needs to punch delalloc blocksDave Chinner2014-04-14
* | xfs: xfs_vm_write_end truncates too much on failureDave Chinner2014-04-14
* | xfs: write failure beyond EOF truncates too much dataDave Chinner2014-04-14
* | xfs: kill buffers over failed write ranges properlyDave Chinner2014-04-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\ \
| * | xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro2014-04-01
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-01
| * | kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-01
| * | new helper: readlink_copy()Al Viro2014-04-01
* | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-07
| |/ |/|
* | Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-04-04
|\ \
| * \ Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner2014-04-03
| |\ \
| | * | xfs: fix directory hash ordering bugMark Tinguely2014-04-03
| | * | xfs: extra semi-colon breaks a conditionDan Carpenter2014-04-03
| * | | Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-13
| |\ \ \
| | * | | xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu2014-01-06
| | * | | xfs: add O_TMPFILE supportZhi Yong Wu2014-01-06
| | * | | xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-06
| * | | | Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner2014-03-13
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | xfs: inode log reservations are still too smallDave Chinner2014-03-07
| | * | | xfs: xfs_check_page_type buffer checks need helpDave Chinner2014-03-07
| | * | | xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster2014-03-07
| | * | | xfs: use NOIO contexts for vm_map_ramDave Chinner2014-03-07
| | * | | xfs: don't leak EFSBADCRC to userspaceDave Chinner2014-03-07
| * | | | Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner2014-03-13
| |\ \ \ \
| | * | | | xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-26
| | * | | | xfs: print useful caller information in xfs_error_reportEric Sandeen2014-02-26
| | * | | | xfs: add xfs_verifier_error()Eric Sandeen2014-02-26
| | * | | | xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-26