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