summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Fix error path in xfs_get_aclAndreas Gruenbacher2015-11-102-1/+1
* xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner2015-11-035-5/+29
* xfs: don't leak uuid table on rmmodDarrick J. Wong2015-11-033-0/+12
* xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher2015-11-033-15/+36
* xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher2015-11-031-1/+4
* xfs: Validate the length of on-disk ACLsAndreas Gruenbacher2015-11-032-7/+14
* xfs: invalidate cached acl if set directly via xattrBrian Foster2015-11-031-2/+19
* xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina2015-11-021-0/+1
* xfs: huge page fault supportMatthew Wilcox2015-09-082-1/+30
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-081-0/+1
* Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-0755-478/+861
|\
| * Merge branch 'xfs-misc-fixes-for-4.3-4' into for-nextDave Chinner2015-09-014-5/+9
| |\
| | * xfs: fix error gotos in xfs_setattr_nonsizeEric Sandeen2015-08-281-4/+4
| | * xfs: add mssing inode cache attempts counter incrementLucas Stach2015-08-281-0/+2
| | * xfs: return errors from partial I/O failures to filesDavid Jeffery2015-08-281-1/+2
| | * libxfs: bad magic number should set da block buffer errorDarrick J. Wong2015-08-281-0/+1
| * | Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner2015-08-257-24/+34
| |\ \
| | * | xfs: fix non-debug build warningsDave Chinner2015-08-253-11/+15
| | * | xfs: collapse allocsize and biosize mount option handlingEric Sandeen2015-08-251-10/+2
| | * | xfs: Fix file type directory corruption for btree directoriesJan Kara2015-08-251-1/+9
| | * | xfs: lockdep annotations throw warnings on non-debug buildsDave Chinner2015-08-251-1/+7
| | * | xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara2015-08-251-1/+1
| * | | Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner2015-08-2015-106/+235
| |\| |
| | * | xfs: inode lockdep annotations broke non-lockdep buildDave Chinner2015-08-201-2/+14
| | * | xfs: flush entire file on dio read/write to cached fileBrian Foster2015-08-191-22/+29
| | * | xfs: Fix xfs_attr_leafblock definitionJan Kara2015-08-191-2/+9
| | * | libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong2015-08-191-1/+2
| | * | xfs: stop holding ILOCK over filldir callbacksDave Chinner2015-08-194-19/+36
| | * | xfs: clean up inode lockdep annotationsDave Chinner2015-08-192-43/+110
| | * | xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster2015-08-191-9/+14
| | * | xfs: relocate sparse inode mount warningBrian Foster2015-08-192-3/+4
| | * | xfs: dquots should be stamped with sb_meta_uuidDave Chinner2015-08-191-1/+1
| | * | xfs: log recovery needs to validate against sb_meta_uuidDave Chinner2015-08-191-2/+12
| | * | xfs: growfs not aware of sb_meta_uuidDave Chinner2015-08-191-3/+3
| | * | xfs: fix sb_meta_uuid usageDave Chinner2015-08-191-1/+1
| | * | xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen2015-08-191-0/+2
| * | | Merge branch 'xfs-efi-rework' into for-nextDave Chinner2015-08-1921-234/+420
| |\ \ \
| | * | | xfs: add missing bmap cancel calls in error pathsBrian Foster2015-08-194-36/+41
| | * | | xfs: add helper to conditionally remove items from the AILBrian Foster2015-08-195-33/+21
| | * | | xfs: fix btree cursor error cleanupsBrian Foster2015-08-192-2/+3
| | * | | xfs: clean up root inode properly on mount failureBrian Foster2015-08-191-0/+2
| | * | | xfs: checksum log record ext headers based on record sizeBrian Foster2015-08-191-1/+6
| | * | | xfs: fix broken icreate log item cancellationBrian Foster2015-08-191-12/+37
| | * | | xfs: icreate log item recovery and cancellation tracepointsBrian Foster2015-08-192-1/+38
| | * | | xfs: don't leave EFIs on AIL on mount failureBrian Foster2015-08-195-22/+100
| | * | | xfs: use EFI refcount consistently in log recoveryBrian Foster2015-08-192-57/+43
| | * | | xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster2015-08-194-30/+36
| | * | | xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster2015-08-193-67/+111
| | * | | xfs: return committed status from xfs_trans_roll()Brian Foster2015-08-192-2/+14
| | * | | xfs: disentagle EFI release from the extent countBrian Foster2015-08-194-14/+11
| | | |/ | | |/|