summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2015-10-13fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-10-13xfs: return errors from partial I/O failures to filesDavid Jeffery1-1/+2
2015-10-13xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-05-10xfs: ensure truncate forces zeroed blocks to diskDave Chinner3-27/+26
2014-08-06xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner1-2/+2
2014-08-06xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner1-0/+1
2014-02-15xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2014-01-03xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2013-06-19xfs: kill suid/sgid through the truncate path.Dave Chinner1-15/+32
2013-02-06xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2012-12-06xfs: drop buffer io reference when a bad bio is builtDave Chinner1-2/+12
2012-11-16xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-10-31tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-0/+3
2012-04-02xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-04-02xfs: fix inode lookup raceDave Chinner1-6/+12
2012-02-03xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-26xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2011-12-24xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig3-24/+42
2011-12-24xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-1/+1
2011-12-07xfs: fix the logspace waiting algorithmChristoph Hellwig2-183/+177
2011-12-06xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig1-4/+4
2011-12-03xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner1-1/+19
2011-11-29xfs: fix attr2 vs large data fork assertChristoph Hellwig1-25/+39
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig3-0/+33
2011-11-29xfs: validate acl countChristoph Hellwig1-0/+2
2011-11-16xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka1-1/+2
2011-11-08xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig1-1/+1
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig7-12/+12
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-22/+20
2011-11-01xfs: warn if direct reclaim tries to writeback pagesMel Gorman1-4/+4
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds47-2324/+2033
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-6/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-19/+20
2011-10-19xfs: add AIL pushing tracepointsChristoph Hellwig2-0/+45
2011-10-19xfs: put in missed fix for merge problemAlex Elder1-1/+1
2011-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder8-62/+69
2011-10-12xfs: do not flush data workqueues in xfs_flush_buftargChristoph Hellwig1-10/+1
2011-10-12xfs: remove XFS_bflushChristoph Hellwig6-8/+6
2011-10-12xfs: remove xfs_buf_target_nameChristoph Hellwig2-10/+5
2011-10-12xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig1-3/+1
2011-10-12xfs: clean up xfs_ioerror_alertChristoph Hellwig9-59/+37
2011-10-12xfs: clean up buffer allocationChristoph Hellwig3-34/+21
2011-10-12xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig5-9/+1
2011-10-12xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig9-21/+22
2011-10-12xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig7-27/+13
2011-10-12xfs: remove XFS_BUF_FINISH_IOWAITChristoph Hellwig2-3/+1
2011-10-12xfs: remove xfs_get_buftarg_listChristoph Hellwig2-12/+0