aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-11Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler
2015-11-10Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner
2015-11-10xfs: give all workqueues rescuer threadsChris Mason
2015-11-10xfs: fix log recovery op header validation assertBrian Foster
2015-11-10xfs: Fix error path in xfs_get_aclAndreas Gruenbacher
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner
2015-11-03xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner
2015-11-03xfs: don't leak uuid table on rmmodDarrick J. Wong
2015-11-03xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher
2015-11-03xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher
2015-11-03xfs: Validate the length of on-disk ACLsAndreas Gruenbacher
2015-11-03xfs: invalidate cached acl if set directly via xattrBrian Foster
2015-11-03xfs: xfs_filemap_pmd_fault treats read faults as write faultsDave Chinner
2015-11-03xfs: add ->pfn_mkwrite support for DAXDave Chinner
2015-11-03xfs: DAX does not use IO completion callbacksDave Chinner
2015-11-03xfs: Don't use unwritten extents for DAXDave Chinner
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner
2015-11-03xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner
2015-11-02xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina
2015-10-19Merge branch 'xfs-stats-fixes' into for-nextDave Chinner
2015-10-19xfs: fix an error code in xfs_fs_fill_super()Dan Carpenter
2015-10-19xfs: stats are no longer dependent on CONFIG_PROC_FSDave Chinner
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner
2015-10-12Merge branch 'xfs-io-fixes' into for-nextDave Chinner
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner
2015-10-12xfs: simplify /proc teardown & error handlingEric Sandeen
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-10-12xfs: per-filesystem stats in sysfsBill O'Donnell
2015-10-12xfs: more info from kmem deadlocks and high-level error msgsEric Sandeen
2015-10-12xfs: avoid null *src in memcpy call in xlog_writeEric Sandeen
2015-10-12xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster
2015-10-12xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak
2015-10-12xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak
2015-10-12libxfs: fix two comment typosGeliang Tang
2015-10-12xfs: add an xfs_zero_eof() tracepointBrian Foster
2015-10-12xfs: always drain dio before extending aio write submissionBrian Foster
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-10-12xfs: Print name and pid when memory allocation loopsTetsuo Handa
2015-10-12xfs: log local to remote symlink conversions correctly on v5 supersBrian Foster
2015-10-12xfs: add missing ilock around dio write last extent alignmentBrian Foster
2015-10-12cancel the setfilesize transation when io error happenZhaohongjiang
2015-10-12xfs: pass xfsstats structures to handlers and macrosBill O'Donnell
2015-10-12xfs: consolidate sysfs opsBill O'Donnell
2015-10-12xfs: remove unused procfs codeBill O'Donnell
2015-10-12xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/statsBill O'Donnell