summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: list_lru_init returns a negative errorDave Chinner2014-05-151-12/+14
* xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-151-1/+1
* xfs: negate mount workqueue init error valueDave Chinner2014-05-151-1/+1
* xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
* xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
* xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
* xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-151-1/+1
* xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
* xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
* Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-089-50/+77
|\
| * xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-065-14/+42
| * xfs: initialize default acls for ->tmpfile()Brian Foster2014-05-061-26/+29
| * xfs: fully support v5 format filesystemsDave Chinner2014-05-053-10/+6
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-201-1/+9
|\ \ | |/ |/|
| * fs: move falloc collapse range check into the filesystem methodsLukas Czerner2014-04-121-1/+9
* | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-173-6/+21
* | xfs: fix buffer use after free on IO errorEric Sandeen2014-04-171-4/+12
* | xfs: wrong error sign conversion during failed DIO writesDave Chinner2014-04-171-1/+1
* | xfs: unmount does not wait for shutdown during unmountDave Chinner2014-04-171-9/+44
* | xfs: collapse range is delalloc challengedDave Chinner2014-04-171-6/+11
* | xfs: don't map ranges that span EOF for direct IODave Chinner2014-04-171-0/+14
* | xfs: zeroing space needs to punch delalloc blocksDave Chinner2014-04-142-1/+13
* | xfs: xfs_vm_write_end truncates too much on failureDave Chinner2014-04-141-4/+10
* | xfs: write failure beyond EOF truncates too much dataDave Chinner2014-04-141-2/+11
* | xfs: kill buffers over failed write ranges properlyDave Chinner2014-04-141-0/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-122-33/+8
|\ \
| * | xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro2014-04-011-5/+6
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-011-1/+1
| * | kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-011-1/+1
| * | new helper: readlink_copy()Al Viro2014-04-011-27/+1
* | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+1
| |/ |/|
* | Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-04-0452-406/+1139
|\ \
| * \ Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner2014-04-042-3/+3
| |\ \
| | * | xfs: fix directory hash ordering bugMark Tinguely2014-04-041-1/+1
| | * | xfs: extra semi-colon breaks a conditionDan Carpenter2014-04-041-2/+2
| * | | Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-137-15/+201
| |\ \ \
| | * | | xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu2014-01-062-3/+26
| | * | | xfs: add O_TMPFILE supportZhi Yong Wu2014-01-066-3/+164
| | * | | xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-063-9/+12
| * | | | Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner2014-03-138-39/+126
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | xfs: inode log reservations are still too smallDave Chinner2014-03-071-7/+15
| | * | | xfs: xfs_check_page_type buffer checks need helpDave Chinner2014-03-071-31/+50
| | * | | xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster2014-03-071-0/+12
| | * | | xfs: use NOIO contexts for vm_map_ramDave Chinner2014-03-072-1/+31
| | * | | xfs: don't leak EFSBADCRC to userspaceDave Chinner2014-03-073-0/+18
| * | | | Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner2014-03-1325-155/+202
| |\ \ \ \
| | * | | | xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-2716-117/+125
| | * | | | xfs: print useful caller information in xfs_error_reportEric Sandeen2014-02-271-1/+1
| | * | | | xfs: add xfs_verifier_error()Eric Sandeen2014-02-273-0/+27
| | * | | | xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-2712-15/+20