summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-22xfs: skip stale inodes in xfs_iflush_clusterDave Chinner
2016-08-22xfs: fix inode validity check in xfs_iflush_clusterDave Chinner
2016-08-22xfs: xfs_iflush_cluster fails to abort on errorDave Chinner
2016-08-22xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen
2016-06-15xfs: mmap lock needs to be inside freeze protectionDave Chinner
2016-06-15xfs: lock out page faults from extent swap operationsDave Chinner
2016-06-15xfs: xfs_setattr_size no longer races with page faultsDave Chinner
2016-06-15xfs: take i_mmap_lock on extent manipulation operationsDave Chinner
2016-06-15xfs: use i_mmaplock on write faultsDave Chinner
2016-06-15xfs: use i_mmaplock on read faultsDave Chinner
2016-06-15xfs: introduce mmap/truncate lockDave Chinner
2016-06-15xfs: fix swapext ilock deadlockDave Chinner
2016-05-01xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik
2016-02-02xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner
2016-02-02xfs: inode recovery readahead can race with inode buffer creationDave Chinner
2016-02-02libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong
2015-12-18xfs: allow inode allocations in post-growfs disk spaceEric Sandeen
2015-09-29fs: create and use seq_show_option for escapingKees Cook
2015-09-29xfs: return errors from partial I/O failures to filesDavid Jeffery
2015-09-28xfs: Fix file type directory corruption for btree directoriesJan Kara
2015-09-28xfs: Fix xfs_attr_leafblock definitionJan Kara
2015-09-28libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong
2015-08-25xfs: remote attributes need to be considered dataDave Chinner
2015-08-25xfs: remote attribute headers contain an invalid LSNDave Chinner
2015-07-15xfs: don't truncate attribute extents if no extents existBrian Foster
2015-07-15xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen
2015-06-03xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-05-20xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-03-18xfs: Fix quota type in quota structures when reusing quota fileJan Kara
2015-02-24xfs: set superblock buffer type correctlyDave Chinner
2015-02-24xfs: set buf types when converting extent formatsDave Chinner
2015-02-24xfs: inode unlink does not set AGI buffer typeDave Chinner
2015-02-24xfs: ensure buffer types are set correctlyDave Chinner
2015-02-04quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara
2014-10-30xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner
2014-09-17xfs: don't dirty buffers beyond EOFDave Chinner
2014-09-17xfs: quotacheck leaves dquot buffers without verifiersDave Chinner
2014-09-17xfs: ensure verifiers are attached to recovered buffersDave Chinner
2014-07-15xfs: null unused quota inodes when quota is onxfs-for-linus-3.16-rc5Dave Chinner
2014-07-15xfs: refine the allocation stack switchDave Chinner
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-06-11Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski