aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* fs: create and use seq_show_option for escapingKees Cook2015-10-131-2/+2
* xfs: return errors from partial I/O failures to filesDavid Jeffery2015-10-131-1/+2
* xfs: Fix xfs_attr_leafblock definitionJan Kara2015-10-131-2/+9
* xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-05-093-27/+26
* xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2014-08-061-2/+2
* xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2014-08-061-0/+1
* xfs: Account log unmount transaction correctlyDave Chinner2014-02-151-1/+2
* xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2014-01-032-2/+4
* xfs: kill suid/sgid through the truncate path.Dave Chinner2013-06-191-15/+32
* xfs: Fix possible use-after-free with AIOJan Kara2013-02-061-1/+1
* xfs: drop buffer io reference when a bad bio is builtDave Chinner2012-12-061-2/+12
* xfs: fix reading of wrapped log dataDave Chinner2012-11-161-1/+1
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-301-0/+3
* xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara2012-04-021-22/+11
* xfs: fix inode lookup raceDave Chinner2012-04-021-6/+12
* xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara2012-02-031-1/+2
* xfs: fix endian conversion issue in discard codeDave Chinner2012-01-251-2/+2
* xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang2012-01-121-1/+1
* xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2011-12-233-24/+42
* xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig2011-12-231-1/+1
* xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-062-183/+177
* xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-061-4/+4
* xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner2011-12-021-1/+19
* xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-11-291-25/+39
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-293-0/+33
* xfs: validate acl countChristoph Hellwig2011-11-281-0/+2
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-151-1/+2
* xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig2011-11-081-1/+1
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-087-12/+12
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-081-4/+10
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-22/+20
* xfs: warn if direct reclaim tries to writeback pagesMel Gorman2011-10-311-4/+4
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-10-2847-2324/+2033
|\
| * xfs: add AIL pushing tracepointsChristoph Hellwig2011-10-182-0/+45
| * xfs: put in missed fix for merge problemAlex Elder2011-10-181-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-178-62/+69
| |\
| * | xfs: do not flush data workqueues in xfs_flush_buftargChristoph Hellwig2011-10-111-10/+1
| * | xfs: remove XFS_bflushChristoph Hellwig2011-10-116-8/+6
| * | xfs: remove xfs_buf_target_nameChristoph Hellwig2011-10-112-10/+5
| * | xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig2011-10-111-3/+1
| * | xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-119-59/+37
| * | xfs: clean up buffer allocationChristoph Hellwig2011-10-113-34/+21
| * | xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig2011-10-115-9/+1
| * | xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-119-21/+22
| * | xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-117-27/+13
| * | xfs: remove XFS_BUF_FINISH_IOWAITChristoph Hellwig2011-10-112-3/+1
| * | xfs: remove xfs_get_buftarg_listChristoph Hellwig2011-10-112-12/+0
| * | xfs: fix buffer flushing during unmountChristoph Hellwig2011-10-112-20/+10
| * | xfs: optimize fsync on directoriesChristoph Hellwig2011-10-112-1/+31