aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-09-08xfs: huge page fault supportMatthew Wilcox2-1/+30
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox1-0/+1
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds55-478/+861
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+6
2015-09-01Merge branch 'xfs-misc-fixes-for-4.3-4' into for-nextDave Chinner4-5/+9
2015-08-28xfs: fix error gotos in xfs_setattr_nonsizeEric Sandeen1-4/+4
2015-08-28xfs: add mssing inode cache attempts counter incrementLucas Stach1-0/+2
2015-08-28xfs: return errors from partial I/O failures to filesDavid Jeffery1-1/+2
2015-08-28libxfs: bad magic number should set da block buffer errorDarrick J. Wong1-0/+1
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner7-24/+34
2015-08-25xfs: fix non-debug build warningsDave Chinner3-11/+15
2015-08-25xfs: collapse allocsize and biosize mount option handlingEric Sandeen1-10/+2
2015-08-25xfs: Fix file type directory corruption for btree directoriesJan Kara1-1/+9
2015-08-25xfs: lockdep annotations throw warnings on non-debug buildsDave Chinner1-1/+7
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara1-1/+1
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner15-106/+235
2015-08-20xfs: inode lockdep annotations broke non-lockdep buildDave Chinner1-2/+14
2015-08-19xfs: flush entire file on dio read/write to cached fileBrian Foster1-22/+29
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-08-19libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong1-1/+2
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner4-19/+36
2015-08-19xfs: clean up inode lockdep annotationsDave Chinner2-43/+110
2015-08-19xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster1-9/+14
2015-08-19xfs: relocate sparse inode mount warningBrian Foster2-3/+4
2015-08-19xfs: dquots should be stamped with sb_meta_uuidDave Chinner1-1/+1
2015-08-19xfs: log recovery needs to validate against sb_meta_uuidDave Chinner1-2/+12
2015-08-19xfs: growfs not aware of sb_meta_uuidDave Chinner1-3/+3
2015-08-19xfs: fix sb_meta_uuid usageDave Chinner1-1/+1
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen1-0/+2
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner21-234/+420
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster4-36/+41
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster5-33/+21
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster2-2/+3
2015-08-19xfs: clean up root inode properly on mount failureBrian Foster1-0/+2
2015-08-19xfs: checksum log record ext headers based on record sizeBrian Foster1-1/+6
2015-08-19xfs: fix broken icreate log item cancellationBrian Foster1-12/+37
2015-08-19xfs: icreate log item recovery and cancellation tracepointsBrian Foster2-1/+38
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster5-22/+100
2015-08-19xfs: use EFI refcount consistently in log recoveryBrian Foster2-57/+43
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster4-30/+36
2015-08-19xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster3-67/+111
2015-08-19xfs: return committed status from xfs_trans_roll()Brian Foster2-2/+14
2015-08-19xfs: disentagle EFI release from the extent countBrian Foster4-14/+11
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov1-4/+2
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-2/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig2-7/+5
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner18-36/+66