aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_data.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig4-5/+10
2011-05-24xfs: add online discard supportChristoph Hellwig10-8/+96
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner1-1/+0
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner4-38/+67
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner1-0/+10
2011-05-19xfs: fix xfs_itruncate_start tracingDave Chinner1-1/+1
2011-05-19xfs: fix duplicate workqueue initialisationDave Chinner1-4/+0
2011-05-19xfs: kill off xfs_printk()Joe Perches2-23/+4
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner1-3/+4
2011-05-09xfs: always push the AIL to the targetDave Chinner1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-04-28xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2-1/+3
2011-04-28xfs: fix compiler warning in xfs_trace.hChristoph Hellwig1-1/+1
2011-04-28xfs: cleanup duplicate initializationsDavid Sterba3-8/+3
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig6-19/+61
2011-04-28xfs: exact busy extent trackingChristoph Hellwig9-248/+237
2011-04-28xfs: do not immediately reuse busy extent rangesChristoph Hellwig2-79/+361
2011-04-28xfs: optimize AGFL refillsChristoph Hellwig2-27/+6
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-18Linux 2.6.39-rc4Linus Torvalds1-1/+1
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds2-2/+5
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown2-0/+46
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig9-23/+36
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown2-9/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe3-22/+0
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown2-1/+26
2011-04-18powerpc/powermac: Build fix with SMP and CPU hotplugBenjamin Herrenschmidt1-3/+5
2011-04-18powerpc/perf_event: Skip updating kernel counters if register value shrinksEric B Munson1-7/+30
2011-04-18powerpc: Don't write protect kernel text with CONFIG_DYNAMIC_FTRACE enabledStefan Roese1-1/+1
2011-04-18powerpc: Fix oops if scan_dispatch_log is called too earlyAnton Blanchard1-0/+3
2011-04-18powerpc/pseries: Use a kmem cache for DTL buffersNishanth Aravamudan1-2/+10
2011-04-18powerpc/kexec: Fix regression causing compile failure on UPPaul Gortmaker1-6/+6
2011-04-17alpha: Fix uninitialized value in read_persistent_clock.Richard Henderson1-0/+1
2011-04-17alpha: Fix RTC interrupt setup.Richard Henderson1-1/+1
2011-04-17alpha: Remove set but unused variables.Richard Henderson5-17/+13
2011-04-17alpha: Don't force -Werror.Richard Henderson1-1/+1
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller1-2/+1
2011-04-17i2c-algo-bit: Call pre/post_xfer for bit_testAlex Deucher1-3/+19