summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner2015-11-104-5/+6
|\
| * xfs: give all workqueues rescuer threadsChris Mason2015-11-101-3/+4
| * xfs: fix log recovery op header validation assertBrian Foster2015-11-101-1/+1
| * xfs: Fix error path in xfs_get_aclAndreas Gruenbacher2015-11-102-1/+1
* | Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-0312-65/+230
|\ \
| * | xfs: xfs_filemap_pmd_fault treats read faults as write faultsDave Chinner2015-11-031-4/+16
| * | xfs: add ->pfn_mkwrite support for DAXDave Chinner2015-11-032-0/+36
| * | xfs: DAX does not use IO completion callbacksDave Chinner2015-11-033-43/+2
| * | xfs: Don't use unwritten extents for DAXDave Chinner2015-11-033-6/+35
| * | xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-036-8/+97
| * | xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner2015-11-033-9/+49
* | | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-0314-16/+101
|\ \ \ | | |/ | |/|
| * | 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
| |/
* | Merge branch 'xfs-stats-fixes' into for-nextDave Chinner2015-10-193-2/+4
|\ \
| * | xfs: fix an error code in xfs_fs_fill_super()Dan Carpenter2015-10-181-1/+1
| * | xfs: stats are no longer dependent on CONFIG_PROC_FSDave Chinner2015-10-182-1/+3
* | | Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner2015-10-129-13/+41
|\ \ \
| * | | xfs: more info from kmem deadlocks and high-level error msgsEric Sandeen2015-10-122-2/+9
| * | | xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak2015-10-123-4/+12
| * | | xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak2015-10-123-2/+12
| * | | libxfs: fix two comment typosGeliang Tang2015-10-121-2/+2
| * | | xfs: Print name and pid when memory allocation loopsTetsuo Handa2015-10-122-5/+8
| | |/ | |/|
* | | Merge branch 'xfs-io-fixes' into for-nextDave Chinner2015-10-125-20/+59
|\ \ \
| * | | xfs: add an xfs_zero_eof() tracepointBrian Foster2015-10-122-0/+3
| * | | xfs: always drain dio before extending aio write submissionBrian Foster2015-10-121-6/+9
| * | | xfs: add missing ilock around dio write last extent alignmentBrian Foster2015-10-123-12/+36
| * | | cancel the setfilesize transation when io error happenZhaohongjiang2015-10-121-2/+11
| |/ /
* | | Merge branch 'xfs-logging-fixes' into for-nextDave Chinner2015-10-1218-26/+210
|\ \ \ | |_|/ |/| |
| * | xfs: avoid null *src in memcpy call in xlog_writeEric Sandeen2015-10-121-4/+13
| * | xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster2015-10-122-8/+8
| * | xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-1215-10/+180
| * | xfs: log local to remote symlink conversions correctly on v5 supersBrian Foster2015-10-122-4/+9
| |/
* | xfs: simplify /proc teardown & error handlingEric Sandeen2015-10-121-19/+7
* | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-1221-118/+131
* | xfs: per-filesystem stats in sysfsBill O'Donnell2015-10-123-3/+23
* | xfs: pass xfsstats structures to handlers and macrosBill O'Donnell2015-10-116-37/+63
* | xfs: consolidate sysfs opsBill O'Donnell2015-10-111-119/+63
* | xfs: remove unused procfs codeBill O'Donnell2015-10-111-74/+0
* | xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/statsBill O'Donnell2015-10-111-2/+3
* | xfs: create global stats and stats_clear in sysfsBill O'Donnell2015-10-116-17/+178
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-09-202-1/+9
|\
| * blockdev: don't set S_DAX for misaligned partitionsJeff Moyer2015-09-161-0/+7
| * dax: fix O_DIRECT I/O to the last block of a blockdevJeff Moyer2015-09-161-1/+2
* | fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason2015-09-201-1/+16