aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-76/+317
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27xfs: add lots of attribute trace pointsDave Chinner4-6/+144
2012-03-27xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2012-03-27xfs: fix fstrim offset calculationsDave Chinner3-24/+46
2012-03-26xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner4-4/+28
2012-03-26xfs: trace xfs_name strings correctlyChristoph Hellwig1-3/+13
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds50-2248/+1374
2012-03-22xfs: introduce an allocation workqueueDave Chinner3-1/+54
2012-03-22xfs: Fix open flag handling in open_by_handle codeDave Chinner1-9/+5
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu2-5/+13
2012-03-22fs: xfs: fix section mismatch in linux-nextGerard Snitselaar1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro4-29/+1
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner1-3/+10
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_getDave Chinner1-4/+10
2012-03-15xfs: remove remaining scraps of struct xfs_iomapDave Chinner2-4/+0
2012-03-15xfs: fix inode lookup raceDave Chinner1-6/+12
2012-03-14xfs: clean up minor sparse warningsDave Chinner3-6/+10
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig7-174/+46
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig5-304/+226
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig6-263/+66
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig4-78/+74
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig9-187/+110
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig4-5/+18
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig5-92/+92
2012-03-13xfs: make xfs_inode_item_size idempotentChristoph Hellwig1-132/+83
2012-03-13xfs: log timestamp updatesChristoph Hellwig13-321/+65
2012-03-13xfs: log file size updates at I/O completion timeChristoph Hellwig2-24/+111
2012-03-05xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig2-6/+24
2012-03-05xfs: do not require an ioend for new EOF calculationChristoph Hellwig2-20/+18
2012-03-05xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig5-49/+51
2012-02-29xfs: include reservations in quota reportingChristoph Hellwig2-15/+15
2012-02-29xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquotaChristoph Hellwig1-69/+49
2012-02-25xfs: only take the ILOCK in xfs_reclaim_inode()Alex Elder2-6/+13
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig5-170/+151
2012-02-22xfs: share code for grant head availability checksChristoph Hellwig1-73/+60
2012-02-22xfs: share code for grant head wakeupsChristoph Hellwig2-31/+20
2012-02-22xfs: share code for grant head waitingChristoph Hellwig2-47/+18
2012-02-22xfs: add xlog_grant_head_wake_allChristoph Hellwig1-10/+14
2012-02-22xfs: add xlog_grant_head_initChristoph Hellwig1-6/+12
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig4-73/+74
2012-02-22xfs: remove log space waitqueuesChristoph Hellwig2-10/+16
2012-02-22xfs: cleanup xfs_log_space_wakeChristoph Hellwig3-34/+8
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig8-104/+5
2012-02-22xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig1-1/+1
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig4-80/+45
2012-02-22xfs: cleanup quota check on disk blocks and inodes reservationsMitsuo Hayasaka1-10/+7
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-13XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-13XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-02-03Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman3-5/+6
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman3-4/+6
2012-02-03Define a new function xfs_inode_dquot()Chandra Seetharaman2-24/+22
2012-02-03Define a new function xfs_this_quota_on()Chandra Seetharaman2-6/+15
2012-02-02xfs: kill the unused XFS_BB_FSB_OFFSET macroAmit Sahrawat1-1/+0
2012-01-31xfs: show uuid when mount fails due to duplicate uuidMitsuo Hayasaka1-1/+1
2012-01-31xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka1-1/+1
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37
2012-01-17xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig1-3/+4
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig5-92/+30
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig12-82/+56
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig4-9/+24
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig6-46/+76
2012-01-17xfs: make i_flags an unsigned longChristoph Hellwig1-1/+1
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig8-115/+81
2012-01-13xfs: remove the unused dm_attrs structureChristoph Hellwig1-7/+0
2012-01-13xfs: cleanup xfs_iomap_eof_align_last_fsbChristoph Hellwig1-18/+18
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig7-142/+65
2012-01-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-5/+5
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds19-1333/+412
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03xfs: propagate umode_tAl Viro9-13/+13
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro2-4/+4
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro2-4/+4
2012-01-03xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2011-12-23xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig3-24/+42
2011-12-23xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-1/+1
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki9-213/+274
2011-12-19xfs: mark the xfssyncd workqueue as non-reentrantChristoph Hellwig1-5/+5
2011-12-16xfs: simplify xfs_qm_detach_gdquotsChristoph Hellwig1-17/+5
2011-12-16xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2011-12-16xfs: remove unused XBT_FORCE_SLEEP bitEric Sandeen2-7/+2
2011-12-15xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig4-34/+18
2011-12-15xfs: kill xfs_qm_idtodqChristoph Hellwig1-87/+50
2011-12-15xfs: merge xfs_qm_dqinit_core into the only callerChristoph Hellwig1-20/+7
2011-12-15xfs: add a xfs_dqhold helperChristoph Hellwig3-39/+21
2011-12-15xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig1-48/+16
2011-12-14xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2-60/+41
2011-12-14xfs: flatten the dquot lock orderingChristoph Hellwig4-150/+103
2011-12-13xfs: implement lazy removal for the dquot freelistChristoph Hellwig4-65/+30
2011-12-13xfs: remove XFS_DQ_INACTIVEChristoph Hellwig3-69/+24
2011-12-13xfs: cleanup xfs_qm_dqlookupChristoph Hellwig1-20/+5
2011-12-12xfs: cleanup dquot locking helpersChristoph Hellwig4-35/+25
2011-12-12xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig1-4/+3
2011-12-12xfs: remove xfs_qm_syncChristoph Hellwig5-119/+3
2011-12-12xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig1-1/+1
2011-12-12xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig3-4/+4
2011-12-08xfs: remove the lid_size field in struct log_item_descChristoph Hellwig5-10/+6
2011-12-08xfs: cleanup the transaction commit path a bitChristoph Hellwig3-99/+63
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig6-486/+26
2011-12-06xfs: 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-06treewide: Fix comment and string typo 'bufer'Paul Bolle1-1/+1
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner1-1/+19
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2-4/+4
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-28xfs: validate acl countChristoph Hellwig1-0/+2
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-1/+1
2011-11-15xfs: 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-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-22/+20
2011-10-31xfs: 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-18xfs: add AIL pushing tracepointsChristoph Hellwig2-0/+45
2011-10-18xfs: put in missed fix for merge problemAlex Elder1-1/+1
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder8-62/+69
2011-10-11xfs: do not flush data workqueues in xfs_flush_buftargChristoph Hellwig1-10/+1
2011-10-11xfs: remove XFS_bflushChristoph Hellwig6-8/+6
2011-10-11xfs: remove xfs_buf_target_nameChristoph Hellwig2-10/+5
2011-10-11xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig1-3/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig9-59/+37
2011-10-11xfs: clean up buffer allocationChristoph Hellwig3-34/+21
2011-10-11xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig5-9/+1
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig9-21/+22
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig7-27/+13
2011-10-11xfs: remove XFS_BUF_FINISH_IOWAITChristoph Hellwig2-3/+1
2011-10-11xfs: remove xfs_get_buftarg_listChristoph Hellwig2-12/+0
2011-10-11xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10
2011-10-11xfs: optimize fsync on directoriesChristoph Hellwig2-1/+31
2011-10-11xfs: reduce the number of log forces from tail pushingDave Chinner2-13/+21
2011-10-11xfs: Don't allocate new buffers on every call to _xfs_buf_findDave Chinner1-20/+28
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig18-83/+65
2011-10-11xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig1-8/+2
2011-10-11xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadataChristoph Hellwig1-6/+6
2011-10-11xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig3-18/+13
2011-10-11xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commitChristoph Hellwig1-1/+1
2011-10-11xfs: fix possible overflow in xfs_ioc_trim()Lukas Czerner1-10/+10
2011-10-11xfs: cleanup xfs_bmap.hChristoph Hellwig1-192/+33
2011-10-11xfs: dont ignore error code from xfs_bmbt_updateChristoph Hellwig1-2/+3
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_hole_realChristoph Hellwig1-83/+78
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_delay_realChristoph Hellwig1-161/+171
2011-10-11xfs: move logflags into bmallocaChristoph Hellwig2-26/+23
2011-10-11xfs: move lastx and nallocs into bmallocaDave Chinner2-26/+23
2011-10-11xfs: move btree cursor into bmallocaDave Chinner2-30/+28
2011-10-11xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocateDave Chinner1-29/+14
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner3-73/+75
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner3-50/+48
2011-10-11xfs: move extent records into bmalloca structureDave Chinner2-50/+47
2011-10-11xfs: pass bmalloca structure to xfs_bmap_isaeofDave Chinner1-11/+11
2011-10-11xfs: remove xfs_bmap_add_extentChristoph Hellwig1-243/+173
2011-10-11xfs: introduce xfs_bmap_last_extentChristoph Hellwig1-121/+105
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner8-212/+135
2011-10-11xfs: factor unwritten extent map manipulations out of xfs_bmapiDave Chinner1-37/+70
2011-10-11xfs: factor extent allocation out of xfs_bmapiDave Chinner1-140/+162
2011-10-11xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig1-43/+9
2011-10-11xfs: introduce xfs_bmapi_delay()Christoph Hellwig3-35/+94
2011-10-11xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig1-84/+118
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner4-112/+19
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner13-77/+151
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner1-74/+107
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig1-5/+1
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig1-27/+8
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig1-18/+1
2011-10-11xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka1-1/+1
2011-10-11xfs: Fix the incorrect comment in the header of _xfs_buf_findChandra Seetharaman1-4/+1
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman6-11/+30
2011-10-11xfs: Check the return value of xfs_buf_get()Chandra Seetharaman2-2/+22
2011-10-11xfs: improve ioend error handlingChristoph Hellwig1-10/+17
2011-10-11xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig1-3/+14
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig2-21/+1
2011-10-11xfs: remove i_iocountChristoph Hellwig9-67/+9
2011-10-11xfs: wait for I/O completion when writing out pages in xfs_setattr_sizeChristoph Hellwig1-2/+2
2011-10-11xfs: reduce ioend latencyChristoph Hellwig1-1/+15
2011-10-11xfs: defer AIO/DIO completionsChristoph Hellwig2-17/+10
2011-10-11xfs: remove dead ENODEV handling in xfs_destroy_ioendChristoph Hellwig1-11/+0
2011-10-11xfs: use the "delwri" terminology consistentlyChristoph Hellwig2-26/+21
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig8-40/+50
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig12-39/+30
2011-10-11xfs: move more delwri setup into xfs_buf_delwri_queueChristoph Hellwig1-19/+12