summaryrefslogtreecommitdiffstats
path: root/fs/logfs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-15ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUSZoltan Devai1-1/+0
2011-10-15ARM: 7122/1: localtimer: add header linux/errno.h explicitlyShawn Guo1-0/+2
2011-10-15ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon1-2/+2
2011-10-14x86, mrst: use a temporary variable for SFI irqMika Westerberg1-10/+12
2011-10-14hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare1-4/+11
2011-10-13gpio-pca953x: fix gpio_baseHartmut Knaack1-0/+1
2011-10-13gpio/omap: fix build error with certain OMAP1 configsJanusz Krzysztofik1-1/+1
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2-2/+2
2011-10-13ide: Fix file references in drivers/ide/Johann Felix Soden1-12/+12
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
2011-10-12xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10
2011-10-12xfs: optimize fsync on directoriesChristoph Hellwig2-1/+31
2011-10-12xfs: reduce the number of log forces from tail pushingDave Chinner2-13/+21
2011-10-12xfs: Don't allocate new buffers on every call to _xfs_buf_findDave Chinner1-20/+28
2011-10-12xfs: simplify xfs_trans_ijoin* againChristoph Hellwig18-83/+65
2011-10-12xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig1-8/+2
2011-10-12xfs: unlock the inode before log force in xfs_fs_nfs_commit_metadataChristoph Hellwig1-6/+6
2011-10-12xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig3-18/+13
2011-10-12xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commitChristoph Hellwig1-1/+1
2011-10-12xfs: fix possible overflow in xfs_ioc_trim()Lukas Czerner1-10/+10
2011-10-12xfs: cleanup xfs_bmap.hChristoph Hellwig1-192/+33
2011-10-12xfs: dont ignore error code from xfs_bmbt_updateChristoph Hellwig1-2/+3
2011-10-12xfs: pass bmalloca to xfs_bmap_add_extent_hole_realChristoph Hellwig1-83/+78
2011-10-12xfs: pass bmalloca to xfs_bmap_add_extent_delay_realChristoph Hellwig1-161/+171
2011-10-12xfs: move logflags into bmallocaChristoph Hellwig2-26/+23
2011-10-12xfs: move lastx and nallocs into bmallocaDave Chinner2-26/+23
2011-10-12xfs: move btree cursor into bmallocaDave Chinner2-30/+28
2011-10-12xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocateDave Chinner1-29/+14
2011-10-12xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner3-73/+75
2011-10-12xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner3-50/+48
2011-10-12xfs: move extent records into bmalloca structureDave Chinner2-50/+47
2011-10-12xfs: pass bmalloca structure to xfs_bmap_isaeofDave Chinner1-11/+11
2011-10-12xfs: remove xfs_bmap_add_extentChristoph Hellwig1-243/+173
2011-10-12xfs: introduce xfs_bmap_last_extentChristoph Hellwig1-121/+105
2011-10-12xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner8-212/+135
2011-10-12xfs: factor unwritten extent map manipulations out of xfs_bmapiDave Chinner1-37/+70
2011-10-12xfs: factor extent allocation out of xfs_bmapiDave Chinner1-140/+162
2011-10-12xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig1-43/+9
2011-10-12xfs: introduce xfs_bmapi_delay()Christoph Hellwig3-35/+94
2011-10-12xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig1-84/+118