summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-2223-385/+980
* btrfs: enhance transaction abort infrastructureJeff Mahoney2012-03-228-56/+300
* btrfs: add varargs to btrfs_errorJeff Mahoney2012-03-222-9/+66
* btrfs: Remove BUG_ON from __finish_chunk_alloc()Mark Fasheh2012-03-221-1/+3
* btrfs: Remove BUG_ON from __btrfs_alloc_chunk()Mark Fasheh2012-03-221-1/+2
* btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent()Mark Fasheh2012-03-221-1/+3
* btrfs: Go readonly on tree errors in balance_levelMark Fasheh2012-03-221-2/+11
* btrfs: Don't BUG_ON errors from update_ref_for_cow()Mark Fasheh2012-03-221-1/+4
* btrfs: Go readonly on bad extent refs in update_ref_for_cow()Mark Fasheh2012-03-221-1/+5
* btrfs: Don't BUG_ON errors in __finish_chunk_alloc()Mark Fasheh2012-03-221-4/+6
* btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()Mark Fasheh2012-03-221-2/+13
* btrfs: Don't BUG_ON() errors in update_ref_for_cow()Mark Fasheh2012-03-221-4/+7
* btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()Mark Fasheh2012-03-222-2/+6
* btrfs: btrfs_drop_snapshot should return intJeff Mahoney2012-03-224-8/+12
* btrfs: split extent_state opsJeff Mahoney2012-03-223-15/+25
* btrfs: drop gfp_t from lock_extentJeff Mahoney2012-03-229-76/+63
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-2229-410/+293
* btrfs: __add_reloc_root error push-upJeff Mahoney2012-03-221-6/+16
* btrfs: ->submit_bio_hook error push-upJeff Mahoney2012-03-223-15/+31
* btrfs: Factor out tree->ops->merge_bio_hook callJeff Mahoney2012-03-222-5/+17
* btrfs: Simplify btrfs_submit_bio_hookJeff Mahoney2012-03-221-3/+4
* btrfs: btrfs_update_root error push-upJeff Mahoney2012-03-222-4/+7
* btrfs: find_and_setup_root error push-upJeff Mahoney2012-03-221-5/+6
* btrfs: Remove set bits return from clear_extent_bitJeff Mahoney2012-03-221-7/+5
* btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPCJeff Mahoney2012-03-221-1/+2
* btrfs: clean_tree_block should panic on observed memory corruption and return...Jeff Mahoney2012-03-222-7/+12
* btrfs: Simplify btrfs_insert_rootJeff Mahoney2012-03-221-6/+3
* btrfs: Fix kfree of member instead of structureJeff Mahoney2012-03-221-3/+3
* btrfs: Panic on bad rbtree operationsJeff Mahoney2012-03-222-9/+39
* btrfs: Catch locking failures in {set,clear,convert}_extent_bitJeff Mahoney2012-03-221-20/+38
* btrfs: Add btrfs_panic()Jeff Mahoney2012-03-222-1/+60
* Linux 3.3v3.3Linus Torvalds2012-03-181-1/+1
* Don't limit non-nested epoll pathsJason Baron2012-03-181-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-178-64/+57
|\
| * netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso2012-03-171-11/+12
| * ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li2012-03-161-1/+0
| * wimax/i2400m: fix erroneous NETDEV_TX_BUSY useEric Dumazet2012-03-161-20/+10
| * net/hyperv: fix erroneous NETDEV_TX_BUSY useEric Dumazet2012-03-161-2/+2
| * net/usbnet: reserve headroom on rx skbsEric Dumazet2012-03-161-2/+2
| * bnx2x: fix memory leak in bnx2x_init_firmware()Michal Schmidt2012-03-161-26/+24
| * bnx2x: fix a crash on corrupt firmware fileMichal Schmidt2012-03-161-0/+1
| * sch_sfq: revert dont put new flow at the end of flowsEric Dumazet2012-03-161-1/+5
| * ipv6: fix icmp6_dst_alloc()Eric Dumazet2012-03-161-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-1713-33/+48
|\ \
| * \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-03-1413-33/+48
| |\ \ | | |/ | |/|
| | * perf tools, x86: Build perf on older user-space as wellIngo Molnar2012-03-144-0/+10
| | * perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2012-03-148-33/+35
| | * perf tools: Incorrect use of snprintf results in SEGVAnton Blanchard2012-03-141-0/+3
* | | Merge branch 'akpm' (more patches from Andrew)Linus Torvalds2012-03-161-0/+7
|\ \ \
| * | | nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi2012-03-161-0/+1