summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner14-16/+101
2015-11-03xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner5-5/+29
2015-11-03xfs: don't leak uuid table on rmmodDarrick J. Wong3-0/+12
2015-11-03xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher3-15/+36
2015-11-03xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher1-1/+4
2015-11-03xfs: Validate the length of on-disk ACLsAndreas Gruenbacher2-7/+14
2015-11-03xfs: invalidate cached acl if set directly via xattrBrian Foster1-2/+19
2015-11-02xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina1-0/+1
2015-10-19Merge branch 'xfs-stats-fixes' into for-nextDave Chinner3-2/+4
2015-10-19xfs: fix an error code in xfs_fs_fill_super()Dan Carpenter1-1/+1
2015-10-19xfs: stats are no longer dependent on CONFIG_PROC_FSDave Chinner2-1/+3
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner9-13/+41
2015-10-12Merge branch 'xfs-io-fixes' into for-nextDave Chinner5-20/+59
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner18-26/+210
2015-10-12xfs: simplify /proc teardown & error handlingEric Sandeen1-19/+7
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell21-118/+131
2015-10-12xfs: per-filesystem stats in sysfsBill O'Donnell3-3/+23
2015-10-12xfs: more info from kmem deadlocks and high-level error msgsEric Sandeen2-2/+9
2015-10-12xfs: avoid null *src in memcpy call in xlog_writeEric Sandeen1-4/+13
2015-10-12xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster2-8/+8
2015-10-12xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak3-4/+12
2015-10-12xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak3-2/+12
2015-10-12libxfs: fix two comment typosGeliang Tang1-2/+2
2015-10-12xfs: add an xfs_zero_eof() tracepointBrian Foster2-0/+3
2015-10-12xfs: always drain dio before extending aio write submissionBrian Foster1-6/+9
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster15-10/+180
2015-10-12xfs: Print name and pid when memory allocation loopsTetsuo Handa2-5/+8
2015-10-12xfs: log local to remote symlink conversions correctly on v5 supersBrian Foster2-4/+9
2015-10-12xfs: add missing ilock around dio write last extent alignmentBrian Foster3-12/+36
2015-10-12cancel the setfilesize transation when io error happenZhaohongjiang1-2/+11
2015-10-12xfs: pass xfsstats structures to handlers and macrosBill O'Donnell6-37/+63
2015-10-12xfs: consolidate sysfs opsBill O'Donnell1-119/+63
2015-10-12xfs: remove unused procfs codeBill O'Donnell1-74/+0
2015-10-12xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/statsBill O'Donnell1-2/+3
2015-10-12xfs: create global stats and stats_clear in sysfsBill O'Donnell6-17/+178
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/gi...Linus Torvalds55-478/+861
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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